body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3d4890 !important;
}
.bg-success {
  background-color: #50b75a !important;
}
.bg-info {
  background-color: #0b1859 !important;
}
.bg-warning {
  background-color: #5683be !important;
}
.bg-danger {
  background-color: #c1c1c1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d4890 !important;
  border-color: #3d4890 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5e6bbb !important;
  border-color: #5e6bbb !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5e6bbb !important;
  border-color: #5e6bbb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #26a45f !important;
  border-color: #26a45f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #43d384 !important;
  border-color: #43d384 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43d384 !important;
  border-color: #43d384 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b1859 !important;
  border-color: #0b1859 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #132a9d !important;
  border-color: #132a9d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #132a9d !important;
  border-color: #132a9d !important;
}
.btn-success,
.btn-success:active {
  background-color: #50b75a !important;
  border-color: #50b75a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #86cd8d !important;
  border-color: #86cd8d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #86cd8d !important;
  border-color: #86cd8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5683be !important;
  border-color: #5683be !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8dacd3 !important;
  border-color: #8dacd3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8dacd3 !important;
  border-color: #8dacd3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1f2448;
  color: #1f2448;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d4890;
  border-color: #3d4890;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4890 !important;
  border-color: #3d4890 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #13512f;
  color: #13512f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #26a45f;
  border-color: #26a45f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #26a45f !important;
  border-color: #26a45f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0b1859;
  border-color: #0b1859;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b1859 !important;
  border-color: #0b1859 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2f7235;
  color: #2f7235;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #50b75a;
  border-color: #50b75a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #50b75a !important;
  border-color: #50b75a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #30527e;
  color: #30527e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5683be;
  border-color: #5683be;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5683be !important;
  border-color: #5683be !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #3d4890 !important;
}
.text-secondary {
  color: #26a45f !important;
}
.text-success {
  color: #50b75a !important;
}
.text-info {
  color: #0b1859 !important;
}
.text-warning {
  color: #5683be !important;
}
.text-danger {
  color: #c1c1c1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #707bc3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #58d892 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #98d59e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1630b4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a0b9da !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f4f4f4 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b1859;
}
.alert-warning {
  background-color: #5683be;
}
.alert-danger {
  background-color: #c1c1c1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d4890;
  border-color: #3d4890;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3d4890;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #828cca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aadcaf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1937ca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b2c7e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #3d4890;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d4890;
  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: #3d4890;
  border-bottom-color: #3d4890;
}
.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: #3d4890 !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: #26a45f !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='%233d4890' %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-slSGJOHQJY .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-slSGJOHQJY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-slSGJOHQJY a {
  font-style: normal;
}
.cid-slSGJOHQJY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-slSGJOHQJY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-slSGJOHQJY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-slSGJOHQJY .content-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-slSGJOHQJY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-slSGJOHQJY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-slSGJOHQJY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-slSGJOHQJY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-slSGJOHQJY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-slSGJOHQJY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .nav-dropdown .link {
  font-weight: 400;
}
.cid-slSGJOHQJY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-slSGJOHQJY .content-right-side {
  text-align: center;
}
.cid-slSGJOHQJY .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-slSGJOHQJY .menu-bottom {
    justify-content: flex-end;
  }
  .cid-slSGJOHQJY img {
    height: 3.8rem !important;
  }
  .cid-slSGJOHQJY .btn {
    display: -webkit-flex;
  }
  .cid-slSGJOHQJY button.navbar-toggler {
    display: block;
  }
  .cid-slSGJOHQJY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-slSGJOHQJY .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing,
  .cid-slSGJOHQJY .navbar-collapse.show {
    display: block !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-slSGJOHQJY .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-slSGJOHQJY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-slSGJOHQJY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-slSGJOHQJY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-slSGJOHQJY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-slSGJOHQJY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-slSGJOHQJY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-slSGJOHQJY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-slSGJOHQJY .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-slSGJOHQJY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-slSGJOHQJY .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-slSGJOHQJY .navbar {
    display: block;
    padding: 0;
  }
  .cid-slSGJOHQJY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-slSGJOHQJY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-slSGJOHQJY .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-slSGJOHQJY .navbar-toggler {
    display: none;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slSGJOHQJY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-slSGJOHQJY .menu-logo {
  margin-right: auto;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slSGJOHQJY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slSGJOHQJY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-slSGJOHQJY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slSGJOHQJY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY button.navbar-toggler:focus {
  outline: none;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slSGJOHQJY .collapsed .btn {
  display: -webkit-flex;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .collapsed button.navbar-toggler {
  display: block;
}
.cid-slSGJOHQJY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-slSGJOHQJY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-slSGJOHQJY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-slSGJOHQJY .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-slSGJOHQJY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-slSGJOHQJY .nav-link:focus {
  outline: none;
}
.cid-slSGJOHQJY .navbar-toggler {
  position: relative;
}
.cid-slSGJOHQJY .dropdown-item.active,
.cid-slSGJOHQJY .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-slSGJOHQJY .nav-link:hover,
.cid-slSGJOHQJY .dropdown-item:hover {
  color: #44a945;
}
.cid-slSGJOHQJY .widget-text {
  text-align: left;
}
.cid-slSGJOHQJY .widget-title,
.cid-slSGJOHQJY .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-slRYvizHH1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-slRYvizHH1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-slRYvizHH1 .mbr-text,
.cid-slRYvizHH1 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-slRNfVsGLB {
  display: flex;
  padding-top: 30px;
  padding-bottom: 75px;
}
.cid-slRNfVsGLB .mbr-overlay {
  background: #121a4d;
}
.cid-slRNfVsGLB .mbr-section-title {
  margin: 0;
}
.cid-slRNfVsGLB .mbr-text {
  color: #efefef;
}
.cid-slRNfVsGLB .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-slRNfVsGLB .card-img {
  text-align: left;
}
.cid-slRNfVsGLB .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-slRNfVsGLB .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-slRNfVsGLB .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slRNfVsGLB .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slRNfVsGLB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slRNfVsGLB .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-slRNfVsGLB .card-box .mbr-text {
  text-align: center;
}
.cid-slRNfVsGLB .card-title,
.cid-slRNfVsGLB .card-img {
  text-align: center;
}
.cid-slShawMgm3 {
  background-image: url("../../../assets/images/virgin-pulp-tissue-paper-jumbo-rolls-made-in-egypt-mtm-2000x866.png");
}
.cid-slShawMgm3 .column-content {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #efeeee;
  width: 100%;
  float: right;
  position: relative;
}
.cid-slShawMgm3 .text-content .btn-bgr {
  z-index: 0;
}
.cid-slShawMgm3 .mbr-overlay {
  background: linear-gradient(#bdd632 -10%, #bdd632 75%);
}
.cid-slShawMgm3 .container-full-width {
  position: relative;
}
.cid-slShawMgm3 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-slShawMgm3 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-slShawMgm3 .layer path {
  fill: #efeeee;
}
@media (min-width: 576px) {
  .cid-slShawMgm3 .text-content {
    width: 540px;
  }
  .cid-slShawMgm3 .column-content {
    width: 100%;
  }
  .cid-slShawMgm3 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-slShawMgm3 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-slShawMgm3 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-slShawMgm3 .column-content {
    width: 50%;
  }
  .cid-slShawMgm3 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-slShawMgm3 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slShawMgm3 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-slShawMgm3 .column-content {
    height: 33rem;
  }
}
.cid-slShawMgm3 .mbr-text,
.cid-slShawMgm3 .mbr-section-btn {
  color: #121a4d;
}
.cid-slShawMgm3 H1 {
  color: #3d4890;
}
.cid-sqSxOvVX3t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/0-wepa-uk-bridgend-site-1200x1200.jpg");
}
.cid-sqSxOvVX3t .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sqSxOvVX3t .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-sqSxOvVX3t .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sqSxOvVX3t .card-img span {
  color: #44a945;
}
.cid-sqSxOvVX3t .row-item {
  margin-bottom: 2rem;
}
.cid-sqSxOvVX3t .row-item:hover .wrapper {
  background: linear-gradient(90deg, #0b1859, #001377);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sqSxOvVX3t .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sqSxOvVX3t .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sqSxOvVX3t .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqSxOvVX3t .mbr-card-title,
.cid-sqSxOvVX3t .card-img {
  color: #44a945;
}
.cid-slTd8jSVFo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/adnpm20220ad-1657x2300.jpg");
}
.cid-slTd8jSVFo .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-slTd8jSVFo .container {
  max-width: 1500px;
}
.cid-slTd8jSVFo .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-slTd8jSVFo .container {
    padding: 0 4rem;
  }
}
.cid-slTd8jSVFo .mbr-text,
.cid-slTd8jSVFo .mbr-section-btn {
  color: #efeeee;
}
.cid-slTd8jSVFo .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-slTd8jSVFo .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-slTd8jSVFo .align-left {
    text-align: center;
  }
  .cid-slTd8jSVFo .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sqSGLW6RaI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqSGLW6RaI .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sqSGLW6RaI .mbr-section-title {
  margin: 0;
}
.cid-sqSGLW6RaI .card-img {
  text-align: center;
}
.cid-sqSGLW6RaI .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sqSGLW6RaI .row-item.card1 {
  background: #26a45f;
}
.cid-sqSGLW6RaI .row-item.card2 {
  background: #000f56;
}
.cid-sqSGLW6RaI .row-item.card3 {
  background: #26a45f;
}
.cid-sqSGLW6RaI .row-item.card4 {
  background: #2bdc9d;
}
.cid-sqSGLW6RaI .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqSGLW6RaI .card-img,
  .cid-sqSGLW6RaI .mbr-text,
  .cid-sqSGLW6RaI .mbr-card-title,
  .cid-sqSGLW6RaI .mbr-section-subtitle,
  .cid-sqSGLW6RaI .mbr-section-title,
  .cid-sqSGLW6RaI .underline {
    text-align: center !important;
  }
}
.cid-sqSGLW6RaI .card2 > .mbr-card-title,
.cid-sqSGLW6RaI .card2 > .card-img {
  text-align: center;
}
.cid-sqSGLW6RaI .card2 > .mbr-text,
.cid-sqSGLW6RaI .card2 > .mbr-section-btn {
  text-align: center;
}
.cid-sqSGLW6RaI .card1 > .mbr-text,
.cid-sqSGLW6RaI .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-sqSGLW6RaI .card3 > .mbr-text,
.cid-sqSGLW6RaI .card3 > .mbr-section-btn {
  text-align: center;
}
.cid-sqSGLW6RaI .card1 > .mbr-card-title,
.cid-sqSGLW6RaI .card1 > .card-img {
  text-align: center;
}
.cid-sqSGLW6RaI .card3 > .mbr-card-title,
.cid-sqSGLW6RaI .card3 > .card-img {
  text-align: center;
}
.cid-slY8lMST8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mediterranean-tissue-mill-jumbo-roll-supplier-manufacturer-3-2000x1114.jpg");
}
.cid-slY8lMST8K h3 {
  text-align: center;
}
.cid-slY8lMST8K .mbr-section-subtitle {
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-slY8lMST8K .card {
  word-wrap: break-word;
}
.cid-slY8lMST8K .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #3d4890;
}
.cid-slY8lMST8K .mbr-iconfont {
  font-size: 5rem;
  color: #3d4890;
}
.cid-slY8lMST8K .count,
.cid-slY8lMST8K .card-img {
  color: #fdfdfd;
}
.cid-slY8lMST8K .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-spHt7W5bKh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-spHt7W5bKh .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-spHt7W5bKh .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1344.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-spHt7W5bKh .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #26a45f;
}
.cid-spHt7W5bKh .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-spHt7W5bKh .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-spHt7W5bKh .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-spHt7W5bKh .wrap:hover .box-title2,
.cid-spHt7W5bKh .wrap:hover .box-text2 {
  color: #fdfdfd;
  transition-delay: 0.3s;
}
.cid-spHt7W5bKh .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-spHt7W5bKh .box-title2,
.cid-spHt7W5bKh .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-spHt7W5bKh .box-content {
  transition: all 0.3s;
  background: #26a45f;
  width: 50%;
}
.cid-spHt7W5bKh .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-spHt7W5bKh .img-content {
    opacity: 1;
  }
  .cid-spHt7W5bKh .box-title2,
  .cid-spHt7W5bKh .box-text2 {
    color: #fdfdfd !important;
  }
  .cid-spHt7W5bKh .content-block,
  .cid-spHt7W5bKh .box-content {
    padding: 3rem 1rem;
  }
  .cid-spHt7W5bKh .wrap {
    min-height: 300px;
  }
  .cid-spHt7W5bKh .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-spHt7W5bKh .box-text1 {
  color: #333333;
}
.cid-spHt7W5bKh .box-title2 {
  color: #cccccc;
}
.cid-spHt7W5bKh .box-text2 {
  color: #ffffff;
}
.cid-spHt7W5bKh .mbr-text,
.cid-spHt7W5bKh .mbr-section-btn {
  color: #ffffff;
}
.cid-spHt7W5bKh H2 {
  color: #ffffff;
}
.cid-spHt7W5bKh H3 {
  color: #ffffff;
}
.cid-sqSKjm6u0J {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #121a4d;
}
.cid-sqSKjm6u0J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqSKjm6u0J .mbr-text,
.cid-sqSKjm6u0J .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-spHy38wiYW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26a45f;
}
.cid-spHy38wiYW .mbr-section-title {
  color: #cdb57c;
  text-align: center;
}
.cid-spHy38wiYW .mbr-text,
.cid-spHy38wiYW .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-slY0gYV20t {
  overflow-x: hidden !important;
}
.cid-slY0gYV20t,
.cid-slY0gYV20t .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 225px;
}
.cid-slY0gYV20t .mbr-section-title {
  color: #ffffff;
}
.cid-slY0gYV20t .mbr-section-title span {
  color: #3d4890;
}
.cid-slY0gYV20t .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-slY0gYV20t .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 23s !important;
  animation-duration: 23s;
  background-image: url("../../../assets/images/production-1-2000x541.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-slY0gYV20t .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-slY0gYV20t .mbr-overlay {
  z-index: 1;
}
.cid-slY0gYV20t .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-spHwSwSO0j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #26a45f;
}
.cid-spHwSwSO0j .mbr-section-title {
  color: #cdb57c;
  text-align: center;
}
.cid-spHwSwSO0j .mbr-text,
.cid-spHwSwSO0j .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-spHHk7CXQx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spHHk7CXQx .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-spHHk7CXQx .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-spHHk7CXQx .card .card-img {
  height: 100%;
}
.cid-spHHk7CXQx .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-spHHk7CXQx .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #26a45f;
}
.cid-spHHk7CXQx .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-spHHk7CXQx .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spHHk7CXQx .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #26a45f;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-spHHk7CXQx .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spHHk7CXQx .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-spHHk7CXQx .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-spHHk7CXQx .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spHHk7CXQx .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-spHHk7CXQx .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-spHHk7CXQx .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-spHHk7CXQx .mbr-section-title,
.cid-spHHk7CXQx .line-wrap {
  color: #132784;
  text-align: center;
}
.cid-spHHk7CXQx .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-spHHk7CXQx .card-big {
    height: 200px;
  }
  .cid-spHHk7CXQx .card-img {
    margin-top: -15%;
  }
}
.cid-slYaLxmcOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-slYaLxmcOq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-slYaLxmcOq .mbr-text,
.cid-slYaLxmcOq .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-suXF6VMvKg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #26a45f;
}
.cid-suXF6VMvKg .row {
  position: relative;
}
.cid-suXF6VMvKg .container {
  max-width: 1500px;
}
.cid-suXF6VMvKg h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXF6VMvKg .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXF6VMvKg .container {
    padding: 0 4rem;
  }
}
.cid-sr5TE1l2ua {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr5TE1l2ua *:focus {
  outline: none;
}
.cid-sr5TE1l2ua .form-group {
  margin-bottom: 2rem;
}
.cid-sr5TE1l2ua .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sr5TE1l2ua .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sr5TE1l2ua .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-sr5TE1l2ua .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-sr5TE1l2ua .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-sr5TE1l2ua .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-sr5TE1l2ua input.form-control {
  padding: 1px 0;
}
.cid-sr5TE1l2ua .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sr5TE1l2ua .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sr5TE1l2ua .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sr5TE1l2ua .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sr5TE1l2ua .first-column,
  .cid-sr5TE1l2ua .form-1 {
    text-align: center;
  }
}
.cid-sr5TE1l2ua .follow-title,
.cid-sr5TE1l2ua .social-list {
  color: #282124;
}
.cid-sr5TE1l2ua .address-title,
.cid-sr5TE1l2ua .address-block {
  color: #000f56;
}
.cid-sr5TE1l2ua .contacts-title,
.cid-sr5TE1l2ua .contacts-block {
  color: #000f56;
}
.cid-sr5TE1l2ua .form-title,
.cid-sr5TE1l2ua .btn-row {
  color: #000f56;
}
.cid-sr5TF4P5qC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26a45f;
}
.cid-sr5TF4P5qC .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr5TF4P5qC .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr5TF4P5qC .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr5TF4P5qC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr5TF4P5qC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr5TF4P5qC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr5TF4P5qC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr5TF4P5qC .map-placeholder {
  display: none;
}
.cid-sr5TF4P5qC .mbr-section-title,
.cid-sr5TF4P5qC .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr5TF4P5qC .map-title {
    margin-top: 3rem;
  }
}
.cid-sr5UuGLV1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .content {
    text-align: center;
  }
  .cid-sr5UuGLV1J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr5UuGLV1J .logo-subtitle {
  color: #8d97ad;
}
.cid-sr5UuGLV1J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr5UuGLV1J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr5UuGLV1J .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5UuGLV1J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr5UuGLV1J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5UuGLV1J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5UuGLV1J .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5UuGLV1J .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5UuGLV1J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5UuGLV1J .list-item {
  display: flex;
}
.cid-sr5UuGLV1J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr5UuGLV1J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr5UuGLV1J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr5UuGLV1J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr5UuGLV1J P {
  color: #ffffff;
  text-align: left;
}
.cid-sr5UuGLV1J .mbr-text {
  color: #50b75a;
}
.cid-sr5UuGLV1J .column-title {
  color: #ffffff;
}
.cid-sr5UuGLV1J .logo-subtitle,
.cid-sr5UuGLV1J .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sqSMAooIyR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqSMAooIyR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqSMAooIyR a {
  font-style: normal;
}
.cid-sqSMAooIyR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqSMAooIyR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sqSMAooIyR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sqSMAooIyR .content-text {
  margin-bottom: 0;
}
.cid-sqSMAooIyR .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqSMAooIyR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqSMAooIyR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqSMAooIyR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqSMAooIyR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sqSMAooIyR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqSMAooIyR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqSMAooIyR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sqSMAooIyR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqSMAooIyR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqSMAooIyR .nav-dropdown .link {
  font-weight: 400;
}
.cid-sqSMAooIyR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqSMAooIyR .content-right-side {
  text-align: center;
}
.cid-sqSMAooIyR .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sqSMAooIyR .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sqSMAooIyR .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sqSMAooIyR .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sqSMAooIyR .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sqSMAooIyR .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sqSMAooIyR img {
    height: 3.8rem !important;
  }
  .cid-sqSMAooIyR .btn {
    display: -webkit-flex;
  }
  .cid-sqSMAooIyR button.navbar-toggler {
    display: block;
  }
  .cid-sqSMAooIyR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqSMAooIyR .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqSMAooIyR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqSMAooIyR .navbar-collapse.collapsing,
  .cid-sqSMAooIyR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqSMAooIyR .navbar-collapse.collapsing .navbar-nav,
  .cid-sqSMAooIyR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqSMAooIyR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqSMAooIyR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqSMAooIyR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqSMAooIyR .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sqSMAooIyR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqSMAooIyR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqSMAooIyR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqSMAooIyR .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sqSMAooIyR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqSMAooIyR .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sqSMAooIyR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqSMAooIyR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sqSMAooIyR .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sqSMAooIyR .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sqSMAooIyR .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sqSMAooIyR .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sqSMAooIyR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqSMAooIyR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqSMAooIyR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sqSMAooIyR .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sqSMAooIyR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqSMAooIyR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sqSMAooIyR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqSMAooIyR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqSMAooIyR .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sqSMAooIyR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqSMAooIyR .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sqSMAooIyR .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sqSMAooIyR .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqSMAooIyR .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sqSMAooIyR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqSMAooIyR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqSMAooIyR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sqSMAooIyR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sqSMAooIyR .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sqSMAooIyR .navbar-toggler {
    display: none;
  }
  .cid-sqSMAooIyR .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqSMAooIyR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqSMAooIyR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqSMAooIyR .menu-logo {
  margin-right: auto;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sqSMAooIyR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqSMAooIyR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqSMAooIyR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqSMAooIyR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqSMAooIyR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqSMAooIyR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqSMAooIyR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqSMAooIyR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqSMAooIyR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqSMAooIyR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqSMAooIyR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqSMAooIyR .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-sqSMAooIyR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqSMAooIyR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqSMAooIyR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sqSMAooIyR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqSMAooIyR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqSMAooIyR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqSMAooIyR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sqSMAooIyR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqSMAooIyR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqSMAooIyR button.navbar-toggler:focus {
  outline: none;
}
.cid-sqSMAooIyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqSMAooIyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqSMAooIyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqSMAooIyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqSMAooIyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqSMAooIyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqSMAooIyR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqSMAooIyR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqSMAooIyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqSMAooIyR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqSMAooIyR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqSMAooIyR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse.collapsing,
.cid-sqSMAooIyR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqSMAooIyR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqSMAooIyR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqSMAooIyR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sqSMAooIyR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqSMAooIyR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqSMAooIyR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sqSMAooIyR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqSMAooIyR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqSMAooIyR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqSMAooIyR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqSMAooIyR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sqSMAooIyR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqSMAooIyR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqSMAooIyR .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sqSMAooIyR .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqSMAooIyR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sqSMAooIyR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sqSMAooIyR .nav-link:focus {
  outline: none;
}
.cid-sqSMAooIyR .navbar-toggler {
  position: relative;
}
.cid-sqSMAooIyR .dropdown-item.active,
.cid-sqSMAooIyR .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sqSMAooIyR .nav-link:hover,
.cid-sqSMAooIyR .dropdown-item:hover {
  color: #44a945;
}
.cid-sqSMAooIyR .widget-text {
  text-align: left;
}
.cid-sqSMAooIyR .widget-title,
.cid-sqSMAooIyR .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sqSMAp3uiM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sqSMAp3uiM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqSMAp3uiM .mbr-text,
.cid-sqSMAp3uiM .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sqTlLd81Y5 {
  background-image: url("../../../assets/images/about-us-7-2000x769.png");
}
.cid-sqTlLd81Y5 .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sqTlLd81Y5 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sqTlLd81Y5 .mbr-overlay {
  background: linear-gradient(#5b925c -10%, #44b145 75%);
}
.cid-sqTlLd81Y5 .container-full-width {
  position: relative;
}
.cid-sqTlLd81Y5 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sqTlLd81Y5 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sqTlLd81Y5 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sqTlLd81Y5 .text-content {
    width: 540px;
  }
  .cid-sqTlLd81Y5 .column-content {
    width: 100%;
  }
  .cid-sqTlLd81Y5 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sqTlLd81Y5 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sqTlLd81Y5 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sqTlLd81Y5 .column-content {
    width: 50%;
  }
  .cid-sqTlLd81Y5 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sqTlLd81Y5 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqTlLd81Y5 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sqTlLd81Y5 .column-content {
    height: 33rem;
  }
}
.cid-sqTlLd81Y5 .mbr-text,
.cid-sqTlLd81Y5 .mbr-section-btn {
  color: #767676;
}
.cid-sqTlLd81Y5 H1 {
  color: #001377;
}
.cid-sqTLORwqNR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0b1859;
}
.cid-sqTLORwqNR .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-sqTLORwqNR .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sqTLORwqNR .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sqTLORwqNR .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sqTLORwqNR .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sqTLORwqNR .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sqTLORwqNR .inner-container {
    width: 100% !important;
  }
  .cid-sqTLORwqNR .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sqTNTXXg8r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-sqTNTXXg8r .container {
  max-width: 1500px;
}
.cid-sqTNTXXg8r .row {
  background: #26a45f;
}
.cid-sqTNTXXg8r .img-col {
  padding: 0;
}
.cid-sqTNTXXg8r .title-col {
  padding: 4rem 8rem;
}
.cid-sqTNTXXg8r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqTNTXXg8r h2 {
  padding: 0;
  margin: 0;
}
.cid-sqTNTXXg8r .text-wrap {
  margin: auto;
}
.cid-sqTNTXXg8r .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sqTNTXXg8r .row {
    margin: 2rem;
  }
  .cid-sqTNTXXg8r .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqTNTXXg8r .row {
    margin: 0rem;
  }
  .cid-sqTNTXXg8r .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sqTUjITIo2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tissue-pattern001-996x664.jpg");
}
.cid-sqTUjITIo2 .mbr-section-title {
  color: #001377;
  text-align: center;
}
.cid-sqTUjITIo2 .mbr-text,
.cid-sqTUjITIo2 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sqTUjITIo2 .mbr-section-subtitle {
  color: #001377;
  text-align: left;
}
.cid-sqTSnsmsPq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-sqTSnsmsPq .mbr-text {
  color: #0b1859;
}
.cid-sqTSnsmsPq h4 {
  text-align: center;
}
.cid-sqTSnsmsPq p {
  text-align: center;
}
.cid-sqTSnsmsPq .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTSnsmsPq .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqTSnsmsPq .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sqTSnsmsPq .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sqTSnsmsPq .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #0b1859, #0b1859);
  border-radius: 50%;
}
.cid-sqTSnsmsPq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sqTSnsmsPq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d4890, #26a45f);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sqTSnsmsPq .mbr-section-title,
  .cid-sqTSnsmsPq .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sqTSnsmsPq .mbr-section-title,
.cid-sqTSnsmsPq .underline {
  color: #44a945;
}
.cid-sqTSnsmsPq .card-title,
.cid-sqTSnsmsPq .card-img {
  color: #0b1859;
}
.cid-sqTSnsmsPq SPAN {
  color: #26a45f;
}
.cid-sqTzcO9FzZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sqTzcO9FzZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sqTzcO9FzZ img:hover {
  transform: scale(1.1);
}
.cid-sqTzcO9FzZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sqTzcO9FzZ h2 {
  padding: 0;
  margin: 0;
}
.cid-sqTzcO9FzZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqTzcO9FzZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sqTzcO9FzZ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sqTzcO9FzZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sqTzcO9FzZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sqTzcO9FzZ .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-sqTzcO9FzZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqTzcO9FzZ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sqTzcO9FzZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sqTzcO9FzZ H2 {
  color: #333333;
}
.cid-sqTzcO9FzZ .mbr-text {
  color: #767676;
}
.cid-sqTzcO9FzZ H1 {
  color: #26a45f;
}
.cid-sqTzcO9FzZ H3 {
  color: #001377;
}
.cid-suXOKkGXBM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #08175e;
}
.cid-suXOKkGXBM .row {
  position: relative;
}
.cid-suXOKkGXBM .container {
  max-width: 1500px;
}
.cid-suXOKkGXBM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXOKkGXBM .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXOKkGXBM .container {
    padding: 0 4rem;
  }
}
.cid-suXOnGnGn8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suXOnGnGn8 *:focus {
  outline: none;
}
.cid-suXOnGnGn8 .form-group {
  margin-bottom: 2rem;
}
.cid-suXOnGnGn8 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-suXOnGnGn8 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suXOnGnGn8 .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-suXOnGnGn8 .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-suXOnGnGn8 .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-suXOnGnGn8 .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-suXOnGnGn8 input.form-control {
  padding: 1px 0;
}
.cid-suXOnGnGn8 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-suXOnGnGn8 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-suXOnGnGn8 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-suXOnGnGn8 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suXOnGnGn8 .first-column,
  .cid-suXOnGnGn8 .form-1 {
    text-align: center;
  }
}
.cid-suXOnGnGn8 .follow-title,
.cid-suXOnGnGn8 .social-list {
  color: #282124;
}
.cid-suXOnGnGn8 .address-title,
.cid-suXOnGnGn8 .address-block {
  color: #000f56;
}
.cid-suXOnGnGn8 .contacts-title,
.cid-suXOnGnGn8 .contacts-block {
  color: #000f56;
}
.cid-suXOnGnGn8 .form-title,
.cid-suXOnGnGn8 .btn-row {
  color: #000f56;
}
.cid-sr3Vmz8B1w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26a45f;
}
.cid-sr3Vmz8B1w .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr3Vmz8B1w .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr3Vmz8B1w .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr3Vmz8B1w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr3Vmz8B1w .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr3Vmz8B1w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr3Vmz8B1w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr3Vmz8B1w .map-placeholder {
  display: none;
}
.cid-sr3Vmz8B1w .mbr-section-title,
.cid-sr3Vmz8B1w .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr3Vmz8B1w .map-title {
    margin-top: 3rem;
  }
}
.cid-sqSMAy7MP9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sqSMAy7MP9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqSMAy7MP9 .mbr-text,
.cid-sqSMAy7MP9 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr5UuGLV1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .content {
    text-align: center;
  }
  .cid-sr5UuGLV1J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr5UuGLV1J .logo-subtitle {
  color: #8d97ad;
}
.cid-sr5UuGLV1J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr5UuGLV1J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr5UuGLV1J .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5UuGLV1J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr5UuGLV1J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5UuGLV1J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5UuGLV1J .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5UuGLV1J .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5UuGLV1J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5UuGLV1J .list-item {
  display: flex;
}
.cid-sr5UuGLV1J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr5UuGLV1J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr5UuGLV1J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr5UuGLV1J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr5UuGLV1J P {
  color: #ffffff;
  text-align: left;
}
.cid-sr5UuGLV1J .mbr-text {
  color: #50b75a;
}
.cid-sr5UuGLV1J .column-title {
  color: #ffffff;
}
.cid-sr5UuGLV1J .logo-subtitle,
.cid-sr5UuGLV1J .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sqTfCoWCY4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqTfCoWCY4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqTfCoWCY4 a {
  font-style: normal;
}
.cid-sqTfCoWCY4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqTfCoWCY4 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sqTfCoWCY4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sqTfCoWCY4 .content-text {
  margin-bottom: 0;
}
.cid-sqTfCoWCY4 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqTfCoWCY4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqTfCoWCY4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqTfCoWCY4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqTfCoWCY4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sqTfCoWCY4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqTfCoWCY4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqTfCoWCY4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sqTfCoWCY4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqTfCoWCY4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCoWCY4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sqTfCoWCY4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqTfCoWCY4 .content-right-side {
  text-align: center;
}
.cid-sqTfCoWCY4 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sqTfCoWCY4 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sqTfCoWCY4 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sqTfCoWCY4 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sqTfCoWCY4 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sqTfCoWCY4 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sqTfCoWCY4 img {
    height: 3.8rem !important;
  }
  .cid-sqTfCoWCY4 .btn {
    display: -webkit-flex;
  }
  .cid-sqTfCoWCY4 button.navbar-toggler {
    display: block;
  }
  .cid-sqTfCoWCY4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqTfCoWCY4 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqTfCoWCY4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqTfCoWCY4 .navbar-collapse.collapsing,
  .cid-sqTfCoWCY4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqTfCoWCY4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqTfCoWCY4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqTfCoWCY4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqTfCoWCY4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqTfCoWCY4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqTfCoWCY4 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sqTfCoWCY4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqTfCoWCY4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqTfCoWCY4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqTfCoWCY4 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sqTfCoWCY4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqTfCoWCY4 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sqTfCoWCY4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sqTfCoWCY4 .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sqTfCoWCY4 .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sqTfCoWCY4 .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sqTfCoWCY4 .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sqTfCoWCY4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqTfCoWCY4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqTfCoWCY4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sqTfCoWCY4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sqTfCoWCY4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqTfCoWCY4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sqTfCoWCY4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqTfCoWCY4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqTfCoWCY4 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sqTfCoWCY4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sqTfCoWCY4 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sqTfCoWCY4 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sqTfCoWCY4 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqTfCoWCY4 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sqTfCoWCY4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqTfCoWCY4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqTfCoWCY4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sqTfCoWCY4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sqTfCoWCY4 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sqTfCoWCY4 .navbar-toggler {
    display: none;
  }
  .cid-sqTfCoWCY4 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqTfCoWCY4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqTfCoWCY4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqTfCoWCY4 .menu-logo {
  margin-right: auto;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sqTfCoWCY4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqTfCoWCY4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqTfCoWCY4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqTfCoWCY4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqTfCoWCY4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqTfCoWCY4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqTfCoWCY4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqTfCoWCY4 .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-sqTfCoWCY4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqTfCoWCY4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqTfCoWCY4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sqTfCoWCY4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqTfCoWCY4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqTfCoWCY4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqTfCoWCY4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sqTfCoWCY4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqTfCoWCY4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqTfCoWCY4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqTfCoWCY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqTfCoWCY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqTfCoWCY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqTfCoWCY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqTfCoWCY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqTfCoWCY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqTfCoWCY4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqTfCoWCY4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqTfCoWCY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqTfCoWCY4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqTfCoWCY4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqTfCoWCY4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.collapsing,
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqTfCoWCY4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqTfCoWCY4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sqTfCoWCY4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqTfCoWCY4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqTfCoWCY4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqTfCoWCY4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqTfCoWCY4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sqTfCoWCY4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqTfCoWCY4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqTfCoWCY4 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sqTfCoWCY4 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCoWCY4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sqTfCoWCY4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sqTfCoWCY4 .nav-link:focus {
  outline: none;
}
.cid-sqTfCoWCY4 .navbar-toggler {
  position: relative;
}
.cid-sqTfCoWCY4 .dropdown-item.active,
.cid-sqTfCoWCY4 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sqTfCoWCY4 .nav-link:hover,
.cid-sqTfCoWCY4 .dropdown-item:hover {
  color: #44a945;
}
.cid-sqTfCoWCY4 .widget-text {
  text-align: left;
}
.cid-sqTfCoWCY4 .widget-title,
.cid-sqTfCoWCY4 .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sqTfCpEJJK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sqTfCpEJJK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqTfCpEJJK .mbr-text,
.cid-sqTfCpEJJK .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sqThANN9vp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqThANN9vp .mbr-section-title {
  color: #0b1859;
  text-align: left;
}
.cid-sqThANN9vp .mbr-text,
.cid-sqThANN9vp .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sqThANN9vp .mbr-section-subtitle {
  color: #001377;
  text-align: left;
}
.cid-sqThANN9vp .mbr-section-title DIV {
  text-align: left;
}
.cid-sqTgqVBjw8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sqTgqVBjw8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sqTgqVBjw8 .text {
  padding: 0;
}
.cid-sqTgqVBjw8 section {
  position: relative;
}
.cid-sqTgqVBjw8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sqTgqVBjw8 .mbr-iconfont {
  padding: 0 !important;
}
.cid-sqTgqVBjw8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #efeeee;
}
.cid-sqTgqVBjw8 .box {
  background-image: url("../../../assets/images/picture1-1999x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqTgqVBjw8 .icon-wrap {
  background-color: #44b145 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sqTgqVBjw8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sqTgqVBjw8 .icon-wrap span {
  padding-left: 8px;
}
.cid-sqTgqVBjw8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sqTgqVBjw8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sqTgqVBjw8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sqTgqVBjw8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sqTgqVBjw8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sqTgqVBjw8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sqTgqVBjw8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqTgqVBjw8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sqTgqVBjw8 .box {
    height: 250px;
  }
  .cid-sqTgqVBjw8 .row {
    padding: 1rem !important;
  }
}
.cid-sqTgqVBjw8 H2 {
  color: #44b145;
}
.cid-sqTfCqumKA {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efeeee;
}
.cid-sqTfCqumKA .mbr-section-subtitle {
  color: #001377;
}
.cid-sqTfCqumKA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqTfCqumKA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqTfCqumKA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqTfCqumKA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqTfCqumKA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #369c37;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #369c37, #44b145);
}
.cid-sqTfCqumKA .icon-focus,
.cid-sqTfCqumKA .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sqTfCqumKA .icon-focus:before,
.cid-sqTfCqumKA .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCqumKA .icon-video {
  font-size: 1.5rem !important;
}
.cid-sqTfCqumKA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sqTfCqumKA ul {
  font-size: 0;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sqTfCqumKA .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sqTfCqumKA .mbr-gallery-filter ul li:first-child,
.cid-sqTfCqumKA .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sqTfCqumKA .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sqTfCqumKA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sqTfCqumKA .mbr-section-title,
.cid-sqTfCqumKA .mbr-gallery-filter ul {
  color: #44b145;
}
.cid-sqTfCrtXj9 {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sqTfCrtXj9 .mbr-section-subtitle {
  color: #001377;
}
.cid-sqTfCrtXj9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqTfCrtXj9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqTfCrtXj9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqTfCrtXj9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqTfCrtXj9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #369c37;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #369c37, #44b145);
}
.cid-sqTfCrtXj9 .icon-focus,
.cid-sqTfCrtXj9 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sqTfCrtXj9 .icon-focus:before,
.cid-sqTfCrtXj9 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCrtXj9 .icon-video {
  font-size: 1.5rem !important;
}
.cid-sqTfCrtXj9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sqTfCrtXj9 ul {
  font-size: 0;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li:first-child,
.cid-sqTfCrtXj9 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sqTfCrtXj9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sqTfCrtXj9 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sqTfCrtXj9 .mbr-section-title,
.cid-sqTfCrtXj9 .mbr-gallery-filter ul {
  color: #44b145;
}
.cid-sqTfCs53ys {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efeeee;
}
.cid-sqTfCs53ys .mbr-section-subtitle {
  color: #001377;
}
.cid-sqTfCs53ys .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqTfCs53ys .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqTfCs53ys .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqTfCs53ys .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqTfCs53ys .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #369c37;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #369c37, #44b145);
}
.cid-sqTfCs53ys .icon-focus,
.cid-sqTfCs53ys .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sqTfCs53ys .icon-focus:before,
.cid-sqTfCs53ys .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCs53ys .icon-video {
  font-size: 1.5rem !important;
}
.cid-sqTfCs53ys .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sqTfCs53ys ul {
  font-size: 0;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sqTfCs53ys .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sqTfCs53ys .mbr-gallery-filter ul li:first-child,
.cid-sqTfCs53ys .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sqTfCs53ys .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sqTfCs53ys .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sqTfCs53ys .mbr-section-title,
.cid-sqTfCs53ys .mbr-gallery-filter ul {
  color: #44b145;
}
.cid-sqTfCsCEWm {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sqTfCsCEWm .mbr-section-subtitle {
  color: #001377;
}
.cid-sqTfCsCEWm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqTfCsCEWm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqTfCsCEWm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqTfCsCEWm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqTfCsCEWm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #369c37;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #369c37, #44b145);
}
.cid-sqTfCsCEWm .icon-focus,
.cid-sqTfCsCEWm .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sqTfCsCEWm .icon-focus:before,
.cid-sqTfCsCEWm .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCsCEWm .icon-video {
  font-size: 1.5rem !important;
}
.cid-sqTfCsCEWm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sqTfCsCEWm ul {
  font-size: 0;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sqTfCsCEWm .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sqTfCsCEWm .mbr-gallery-filter ul li:first-child,
.cid-sqTfCsCEWm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sqTfCsCEWm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sqTfCsCEWm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sqTfCsCEWm .mbr-section-title,
.cid-sqTfCsCEWm .mbr-gallery-filter ul {
  color: #44b145;
}
.cid-sqTfCt9Nsv {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efeeee;
}
.cid-sqTfCt9Nsv .mbr-section-subtitle {
  color: #001377;
}
.cid-sqTfCt9Nsv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqTfCt9Nsv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqTfCt9Nsv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqTfCt9Nsv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqTfCt9Nsv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #369c37;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #369c37, #44b145);
}
.cid-sqTfCt9Nsv .icon-focus,
.cid-sqTfCt9Nsv .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sqTfCt9Nsv .icon-focus:before,
.cid-sqTfCt9Nsv .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqTfCt9Nsv .icon-video {
  font-size: 1.5rem !important;
}
.cid-sqTfCt9Nsv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sqTfCt9Nsv ul {
  font-size: 0;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li:first-child,
.cid-sqTfCt9Nsv .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sqTfCt9Nsv .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sqTfCt9Nsv .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sqTfCt9Nsv .mbr-section-title,
.cid-sqTfCt9Nsv .mbr-gallery-filter ul {
  color: #44b145;
}
.cid-sqTfCupLDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sqTfCupLDs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqTfCupLDs .mbr-text,
.cid-sqTfCupLDs .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-suXUJ9Yqao {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #26a45f;
}
.cid-suXUJ9Yqao .row {
  position: relative;
}
.cid-suXUJ9Yqao .container {
  max-width: 1500px;
}
.cid-suXUJ9Yqao h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXUJ9Yqao .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXUJ9Yqao .container {
    padding: 0 4rem;
  }
}
.cid-suXUJMJpc7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suXUJMJpc7 *:focus {
  outline: none;
}
.cid-suXUJMJpc7 .form-group {
  margin-bottom: 2rem;
}
.cid-suXUJMJpc7 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-suXUJMJpc7 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suXUJMJpc7 .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-suXUJMJpc7 .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-suXUJMJpc7 .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-suXUJMJpc7 .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-suXUJMJpc7 input.form-control {
  padding: 1px 0;
}
.cid-suXUJMJpc7 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-suXUJMJpc7 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-suXUJMJpc7 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-suXUJMJpc7 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suXUJMJpc7 .first-column,
  .cid-suXUJMJpc7 .form-1 {
    text-align: center;
  }
}
.cid-suXUJMJpc7 .follow-title,
.cid-suXUJMJpc7 .social-list {
  color: #282124;
}
.cid-suXUJMJpc7 .address-title,
.cid-suXUJMJpc7 .address-block {
  color: #000f56;
}
.cid-suXUJMJpc7 .contacts-title,
.cid-suXUJMJpc7 .contacts-block {
  color: #000f56;
}
.cid-suXUJMJpc7 .form-title,
.cid-suXUJMJpc7 .btn-row {
  color: #000f56;
}
.cid-sr5UuGLV1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .content {
    text-align: center;
  }
  .cid-sr5UuGLV1J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr5UuGLV1J .logo-subtitle {
  color: #8d97ad;
}
.cid-sr5UuGLV1J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr5UuGLV1J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr5UuGLV1J .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5UuGLV1J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr5UuGLV1J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5UuGLV1J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5UuGLV1J .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5UuGLV1J .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5UuGLV1J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5UuGLV1J .list-item {
  display: flex;
}
.cid-sr5UuGLV1J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr5UuGLV1J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr5UuGLV1J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr5UuGLV1J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr5UuGLV1J P {
  color: #ffffff;
  text-align: left;
}
.cid-sr5UuGLV1J .mbr-text {
  color: #50b75a;
}
.cid-sr5UuGLV1J .column-title {
  color: #ffffff;
}
.cid-sr5UuGLV1J .logo-subtitle,
.cid-sr5UuGLV1J .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sr7jesA8iJ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr7jesA8iJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr7jesA8iJ a {
  font-style: normal;
}
.cid-sr7jesA8iJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr7jesA8iJ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sr7jesA8iJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sr7jesA8iJ .content-text {
  margin-bottom: 0;
}
.cid-sr7jesA8iJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr7jesA8iJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr7jesA8iJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr7jesA8iJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr7jesA8iJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sr7jesA8iJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr7jesA8iJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr7jesA8iJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sr7jesA8iJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sr7jesA8iJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr7jesA8iJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sr7jesA8iJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr7jesA8iJ .content-right-side {
  text-align: center;
}
.cid-sr7jesA8iJ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sr7jesA8iJ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sr7jesA8iJ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sr7jesA8iJ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sr7jesA8iJ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sr7jesA8iJ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sr7jesA8iJ img {
    height: 3.8rem !important;
  }
  .cid-sr7jesA8iJ .btn {
    display: -webkit-flex;
  }
  .cid-sr7jesA8iJ button.navbar-toggler {
    display: block;
  }
  .cid-sr7jesA8iJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr7jesA8iJ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sr7jesA8iJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr7jesA8iJ .navbar-collapse.collapsing,
  .cid-sr7jesA8iJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr7jesA8iJ .navbar-collapse.collapsing .navbar-nav,
  .cid-sr7jesA8iJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr7jesA8iJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr7jesA8iJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr7jesA8iJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr7jesA8iJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sr7jesA8iJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr7jesA8iJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr7jesA8iJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sr7jesA8iJ .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sr7jesA8iJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr7jesA8iJ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sr7jesA8iJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sr7jesA8iJ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sr7jesA8iJ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sr7jesA8iJ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sr7jesA8iJ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sr7jesA8iJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr7jesA8iJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr7jesA8iJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sr7jesA8iJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sr7jesA8iJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7jesA8iJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sr7jesA8iJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr7jesA8iJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr7jesA8iJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sr7jesA8iJ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr7jesA8iJ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sr7jesA8iJ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sr7jesA8iJ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr7jesA8iJ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sr7jesA8iJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr7jesA8iJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr7jesA8iJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sr7jesA8iJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sr7jesA8iJ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sr7jesA8iJ .navbar-toggler {
    display: none;
  }
  .cid-sr7jesA8iJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr7jesA8iJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7jesA8iJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr7jesA8iJ .menu-logo {
  margin-right: auto;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sr7jesA8iJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr7jesA8iJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr7jesA8iJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr7jesA8iJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr7jesA8iJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr7jesA8iJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr7jesA8iJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr7jesA8iJ .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-sr7jesA8iJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr7jesA8iJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr7jesA8iJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sr7jesA8iJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr7jesA8iJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr7jesA8iJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr7jesA8iJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sr7jesA8iJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr7jesA8iJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr7jesA8iJ button.navbar-toggler:focus {
  outline: none;
}
.cid-sr7jesA8iJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr7jesA8iJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr7jesA8iJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr7jesA8iJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr7jesA8iJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr7jesA8iJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr7jesA8iJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr7jesA8iJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr7jesA8iJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr7jesA8iJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr7jesA8iJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr7jesA8iJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse.collapsing,
.cid-sr7jesA8iJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr7jesA8iJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr7jesA8iJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr7jesA8iJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sr7jesA8iJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr7jesA8iJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr7jesA8iJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sr7jesA8iJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr7jesA8iJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr7jesA8iJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr7jesA8iJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sr7jesA8iJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sr7jesA8iJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr7jesA8iJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr7jesA8iJ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sr7jesA8iJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr7jesA8iJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sr7jesA8iJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sr7jesA8iJ .nav-link:focus {
  outline: none;
}
.cid-sr7jesA8iJ .navbar-toggler {
  position: relative;
}
.cid-sr7jesA8iJ .dropdown-item.active,
.cid-sr7jesA8iJ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sr7jesA8iJ .nav-link:hover,
.cid-sr7jesA8iJ .dropdown-item:hover {
  color: #44a945;
}
.cid-sr7jesA8iJ .widget-text {
  text-align: left;
}
.cid-sr7jesA8iJ .widget-title,
.cid-sr7jesA8iJ .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sr7jetBLtr {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sr7jetBLtr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr7jetBLtr .mbr-text,
.cid-sr7jetBLtr .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr7jeu9TXb {
  background-image: url("../../../assets/images/production-7-2000x769.png");
}
.cid-sr7jeu9TXb .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sr7jeu9TXb .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr7jeu9TXb .mbr-overlay {
  background: linear-gradient(#5b925c -10%, #44b145 75%);
}
.cid-sr7jeu9TXb .container-full-width {
  position: relative;
}
.cid-sr7jeu9TXb .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sr7jeu9TXb .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sr7jeu9TXb .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sr7jeu9TXb .text-content {
    width: 540px;
  }
  .cid-sr7jeu9TXb .column-content {
    width: 100%;
  }
  .cid-sr7jeu9TXb .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sr7jeu9TXb .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sr7jeu9TXb .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sr7jeu9TXb .column-content {
    width: 50%;
  }
  .cid-sr7jeu9TXb .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sr7jeu9TXb .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr7jeu9TXb .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sr7jeu9TXb .column-content {
    height: 33rem;
  }
}
.cid-sr7jeu9TXb .mbr-text,
.cid-sr7jeu9TXb .mbr-section-btn {
  color: #767676;
}
.cid-sr7jeu9TXb H1 {
  color: #001377;
}
.cid-sr7jevozF2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mediterranean-jumbo-reel-rolls-2000x434.jpg");
}
.cid-sr7jevozF2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr7jevozF2 .mbr-text,
.cid-sr7jevozF2 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr7jevozF2 .mbr-section-subtitle {
  color: #001377;
  text-align: left;
}
.cid-sr7trOFMTt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr7trOFMTt .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7trOFMTt .container-table {
  margin: 0 auto;
}
.cid-sr7trOFMTt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7trOFMTt .dataTables_wrapper {
  display: block;
}
.cid-sr7trOFMTt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7trOFMTt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7trOFMTt table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7trOFMTt table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7trOFMTt table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7trOFMTt table td {
  border: 1px solid #cccccc;
}
.cid-sr7trOFMTt table.table {
  background: #ffffff;
}
.cid-sr7trOFMTt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7trOFMTt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7trOFMTt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7trOFMTt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7trOFMTt .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7trOFMTt .dataTables_filter {
    text-align: center;
  }
  .cid-sr7trOFMTt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7trOFMTt .head-item,
.cid-sr7trOFMTt .body-item {
  text-align: center;
}
.cid-sr7trOFMTt .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7trOFMTt .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7trOFMTt .body-item1 {
  color: #000f56;
}
.cid-sr7trOFMTt .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7trOFMTt .mbr-section-title,
.cid-sr7trOFMTt head-item,
.cid-sr7trOFMTt head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7znMmaSf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sr7znMmaSf .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7znMmaSf .container-table {
  margin: 0 auto;
}
.cid-sr7znMmaSf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7znMmaSf .dataTables_wrapper {
  display: block;
}
.cid-sr7znMmaSf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7znMmaSf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7znMmaSf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7znMmaSf table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7znMmaSf table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7znMmaSf table td {
  border: 1px solid #cccccc;
}
.cid-sr7znMmaSf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7znMmaSf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7znMmaSf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7znMmaSf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7znMmaSf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7znMmaSf .dataTables_filter {
    text-align: center;
  }
  .cid-sr7znMmaSf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7znMmaSf .head-item,
.cid-sr7znMmaSf .body-item {
  text-align: center;
}
.cid-sr7znMmaSf .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7znMmaSf .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7znMmaSf .body-item1 {
  color: #000f56;
}
.cid-sr7znMmaSf .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7znMmaSf .mbr-section-title,
.cid-sr7znMmaSf head-item,
.cid-sr7znMmaSf head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7B0AEHBz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr7B0AEHBz .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7B0AEHBz .container-table {
  margin: 0 auto;
}
.cid-sr7B0AEHBz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7B0AEHBz .dataTables_wrapper {
  display: block;
}
.cid-sr7B0AEHBz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7B0AEHBz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7B0AEHBz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7B0AEHBz table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7B0AEHBz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7B0AEHBz table td {
  border: 1px solid #cccccc;
}
.cid-sr7B0AEHBz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7B0AEHBz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7B0AEHBz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7B0AEHBz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7B0AEHBz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7B0AEHBz .dataTables_filter {
    text-align: center;
  }
  .cid-sr7B0AEHBz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7B0AEHBz .head-item,
.cid-sr7B0AEHBz .body-item {
  text-align: center;
}
.cid-sr7B0AEHBz .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7B0AEHBz .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7B0AEHBz .body-item1 {
  color: #000f56;
}
.cid-sr7B0AEHBz .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7B0AEHBz .mbr-section-title,
.cid-sr7B0AEHBz head-item,
.cid-sr7B0AEHBz head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7CQK2lsz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sr7CQK2lsz .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7CQK2lsz .container-table {
  margin: 0 auto;
}
.cid-sr7CQK2lsz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7CQK2lsz .dataTables_wrapper {
  display: block;
}
.cid-sr7CQK2lsz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7CQK2lsz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7CQK2lsz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7CQK2lsz table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7CQK2lsz table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7CQK2lsz table td {
  border: 1px solid #cccccc;
}
.cid-sr7CQK2lsz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7CQK2lsz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7CQK2lsz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7CQK2lsz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7CQK2lsz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7CQK2lsz .dataTables_filter {
    text-align: center;
  }
  .cid-sr7CQK2lsz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7CQK2lsz .head-item,
.cid-sr7CQK2lsz .body-item {
  text-align: center;
}
.cid-sr7CQK2lsz .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7CQK2lsz .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7CQK2lsz .body-item1 {
  color: #000f56;
}
.cid-sr7CQK2lsz .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7CQK2lsz .mbr-section-title,
.cid-sr7CQK2lsz head-item,
.cid-sr7CQK2lsz head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7E2A7Zwh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr7E2A7Zwh .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7E2A7Zwh .container-table {
  margin: 0 auto;
}
.cid-sr7E2A7Zwh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7E2A7Zwh .dataTables_wrapper {
  display: block;
}
.cid-sr7E2A7Zwh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7E2A7Zwh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7E2A7Zwh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7E2A7Zwh table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7E2A7Zwh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7E2A7Zwh table td {
  border: 1px solid #cccccc;
}
.cid-sr7E2A7Zwh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7E2A7Zwh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7E2A7Zwh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7E2A7Zwh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7E2A7Zwh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7E2A7Zwh .dataTables_filter {
    text-align: center;
  }
  .cid-sr7E2A7Zwh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7E2A7Zwh .head-item,
.cid-sr7E2A7Zwh .body-item {
  text-align: center;
}
.cid-sr7E2A7Zwh .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7E2A7Zwh .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7E2A7Zwh .body-item1 {
  color: #000f56;
}
.cid-sr7E2A7Zwh .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7E2A7Zwh .mbr-section-title,
.cid-sr7E2A7Zwh head-item,
.cid-sr7E2A7Zwh head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7EFz8CVZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sr7EFz8CVZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7EFz8CVZ .container-table {
  margin: 0 auto;
}
.cid-sr7EFz8CVZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7EFz8CVZ .dataTables_wrapper {
  display: block;
}
.cid-sr7EFz8CVZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7EFz8CVZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7EFz8CVZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7EFz8CVZ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7EFz8CVZ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7EFz8CVZ table td {
  border: 1px solid #cccccc;
}
.cid-sr7EFz8CVZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7EFz8CVZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7EFz8CVZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7EFz8CVZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7EFz8CVZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7EFz8CVZ .dataTables_filter {
    text-align: center;
  }
  .cid-sr7EFz8CVZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7EFz8CVZ .head-item,
.cid-sr7EFz8CVZ .body-item {
  text-align: center;
}
.cid-sr7EFz8CVZ .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7EFz8CVZ .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7EFz8CVZ .body-item1 {
  color: #000f56;
}
.cid-sr7EFz8CVZ .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7EFz8CVZ .mbr-section-title,
.cid-sr7EFz8CVZ head-item,
.cid-sr7EFz8CVZ head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7FyZHSt9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr7FyZHSt9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sr7FyZHSt9 .container-table {
  margin: 0 auto;
}
.cid-sr7FyZHSt9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sr7FyZHSt9 .dataTables_wrapper {
  display: block;
}
.cid-sr7FyZHSt9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sr7FyZHSt9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sr7FyZHSt9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-sr7FyZHSt9 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-sr7FyZHSt9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-sr7FyZHSt9 table td {
  border: 1px solid #cccccc;
}
.cid-sr7FyZHSt9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sr7FyZHSt9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sr7FyZHSt9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sr7FyZHSt9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sr7FyZHSt9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sr7FyZHSt9 .dataTables_filter {
    text-align: center;
  }
  .cid-sr7FyZHSt9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sr7FyZHSt9 .head-item,
.cid-sr7FyZHSt9 .body-item {
  text-align: center;
}
.cid-sr7FyZHSt9 .head-item1 {
  color: #000f56;
  text-align: left;
}
.cid-sr7FyZHSt9 .head-item {
  color: #50b75a;
  text-align: left;
}
.cid-sr7FyZHSt9 .body-item1 {
  color: #000f56;
}
.cid-sr7FyZHSt9 .body-item {
  color: #0a144a;
  text-align: left;
}
.cid-sr7FyZHSt9 .mbr-section-title,
.cid-sr7FyZHSt9 head-item,
.cid-sr7FyZHSt9 head-item1 {
  color: #1a2b83;
  text-align: left;
}
.cid-sr7Otky0RC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sr7Otky0RC .row {
  position: relative;
}
.cid-sr7Otky0RC .container {
  max-width: 1500px;
}
.cid-sr7Otky0RC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sr7Otky0RC .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sr7Otky0RC .container {
    padding: 0 4rem;
  }
}
.cid-sr7NFwNOeQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr7NFwNOeQ .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sr7NFwNOeQ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sr7NFwNOeQ .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sr7NFwNOeQ p {
  font-weight: 400;
}
.cid-sr7NFwNOeQ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sr7NFwNOeQ .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7NFwNOeQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sr7NFwNOeQ .bg1 {
  background: #ffb9ca;
}
.cid-sr7NFwNOeQ .bg2 {
  background: #ffdaaa;
}
.cid-sr7NFwNOeQ .bg3 {
  background: #f9f295;
}
.cid-sr7NFwNOeQ .bg4 {
  background: #bfe9c0;
}
.cid-sr7NFwNOeQ .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sr7NFwNOeQ .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7NFwNOeQ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sr7NFwNOeQ .card-title,
.cid-sr7NFwNOeQ .card-ico,
.cid-sr7NFwNOeQ .line-wrap {
  text-align: center;
  color: #767676;
}
.cid-sr7NFwNOeQ .mbr-text,
.cid-sr7NFwNOeQ .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sr7NFwNOeQ .row {
    padding: 0 1rem;
  }
}
.cid-sr7ORJEDpY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr7ORJEDpY .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sr7ORJEDpY .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sr7ORJEDpY .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sr7ORJEDpY p {
  font-weight: 400;
}
.cid-sr7ORJEDpY .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sr7ORJEDpY .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7ORJEDpY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sr7ORJEDpY .bg1 {
  background: #ffd1dc;
}
.cid-sr7ORJEDpY .bg2 {
  background: #ffe7c9;
}
.cid-sr7ORJEDpY .bg3 {
  background: #fdf8b7;
}
.cid-sr7ORJEDpY .bg4 {
  background: #d8f3d8;
}
.cid-sr7ORJEDpY .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sr7ORJEDpY .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7ORJEDpY .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sr7ORJEDpY .card-title,
.cid-sr7ORJEDpY .card-ico,
.cid-sr7ORJEDpY .line-wrap {
  text-align: center;
  color: #767676;
}
.cid-sr7ORJEDpY .mbr-text,
.cid-sr7ORJEDpY .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sr7ORJEDpY .row {
    padding: 0 1rem;
  }
}
.cid-sr7PXdKVsX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sr7PXdKVsX .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sr7PXdKVsX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sr7PXdKVsX .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sr7PXdKVsX p {
  font-weight: 400;
}
.cid-sr7PXdKVsX .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sr7PXdKVsX .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7PXdKVsX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sr7PXdKVsX .bg1 {
  background: #ffe9ee;
}
.cid-sr7PXdKVsX .bg2 {
  background: #fff0de;
}
.cid-sr7PXdKVsX .bg3 {
  background: #fffdde;
}
.cid-sr7PXdKVsX .bg4 {
  background: #eafcea;
}
.cid-sr7PXdKVsX .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sr7PXdKVsX .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sr7PXdKVsX .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sr7PXdKVsX .card-title,
.cid-sr7PXdKVsX .card-ico,
.cid-sr7PXdKVsX .line-wrap {
  text-align: center;
  color: #767676;
}
.cid-sr7PXdKVsX .mbr-text,
.cid-sr7PXdKVsX .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sr7PXdKVsX .row {
    padding: 0 1rem;
  }
}
.cid-suXTgg37gF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #26a45f;
}
.cid-suXTgg37gF .row {
  position: relative;
}
.cid-suXTgg37gF .container {
  max-width: 1500px;
}
.cid-suXTgg37gF h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXTgg37gF .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXTgg37gF .container {
    padding: 0 4rem;
  }
}
.cid-suXTjUkmhf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suXTjUkmhf *:focus {
  outline: none;
}
.cid-suXTjUkmhf .form-group {
  margin-bottom: 2rem;
}
.cid-suXTjUkmhf .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-suXTjUkmhf .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suXTjUkmhf .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-suXTjUkmhf .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-suXTjUkmhf .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-suXTjUkmhf .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-suXTjUkmhf input.form-control {
  padding: 1px 0;
}
.cid-suXTjUkmhf .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-suXTjUkmhf .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-suXTjUkmhf .soc-item .socicon:hover {
  opacity: .5;
}
.cid-suXTjUkmhf .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suXTjUkmhf .first-column,
  .cid-suXTjUkmhf .form-1 {
    text-align: center;
  }
}
.cid-suXTjUkmhf .follow-title,
.cid-suXTjUkmhf .social-list {
  color: #282124;
}
.cid-suXTjUkmhf .address-title,
.cid-suXTjUkmhf .address-block {
  color: #000f56;
}
.cid-suXTjUkmhf .contacts-title,
.cid-suXTjUkmhf .contacts-block {
  color: #000f56;
}
.cid-suXTjUkmhf .form-title,
.cid-suXTjUkmhf .btn-row {
  color: #000f56;
}
.cid-sr7jexTjNC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26a45f;
}
.cid-sr7jexTjNC .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr7jexTjNC .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr7jexTjNC .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr7jexTjNC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr7jexTjNC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr7jexTjNC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr7jexTjNC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr7jexTjNC .map-placeholder {
  display: none;
}
.cid-sr7jexTjNC .mbr-section-title,
.cid-sr7jexTjNC .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr7jexTjNC .map-title {
    margin-top: 3rem;
  }
}
.cid-sr7jeyts5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sr7jeyts5q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr7jeyts5q .mbr-text,
.cid-sr7jeyts5q .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr7jeyXYmA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr7jeyXYmA .content {
    text-align: center;
  }
  .cid-sr7jeyXYmA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr7jeyXYmA .logo-subtitle {
  color: #8d97ad;
}
.cid-sr7jeyXYmA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr7jeyXYmA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr7jeyXYmA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr7jeyXYmA .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr7jeyXYmA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr7jeyXYmA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr7jeyXYmA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr7jeyXYmA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr7jeyXYmA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr7jeyXYmA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr7jeyXYmA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr7jeyXYmA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr7jeyXYmA .list-item {
  display: flex;
}
.cid-sr7jeyXYmA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr7jeyXYmA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr7jeyXYmA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr7jeyXYmA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr7jeyXYmA P {
  color: #ffffff;
  text-align: left;
}
.cid-sr7jeyXYmA .mbr-text {
  color: #50b75a;
}
.cid-sr7jeyXYmA .column-title {
  color: #ffffff;
}
.cid-sr7jeyXYmA .logo-subtitle,
.cid-sr7jeyXYmA .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sr7TUakyfJ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr7TUakyfJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr7TUakyfJ a {
  font-style: normal;
}
.cid-sr7TUakyfJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr7TUakyfJ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sr7TUakyfJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sr7TUakyfJ .content-text {
  margin-bottom: 0;
}
.cid-sr7TUakyfJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr7TUakyfJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr7TUakyfJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr7TUakyfJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr7TUakyfJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sr7TUakyfJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr7TUakyfJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr7TUakyfJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sr7TUakyfJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sr7TUakyfJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr7TUakyfJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-sr7TUakyfJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr7TUakyfJ .content-right-side {
  text-align: center;
}
.cid-sr7TUakyfJ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sr7TUakyfJ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sr7TUakyfJ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sr7TUakyfJ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sr7TUakyfJ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sr7TUakyfJ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sr7TUakyfJ img {
    height: 3.8rem !important;
  }
  .cid-sr7TUakyfJ .btn {
    display: -webkit-flex;
  }
  .cid-sr7TUakyfJ button.navbar-toggler {
    display: block;
  }
  .cid-sr7TUakyfJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr7TUakyfJ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sr7TUakyfJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr7TUakyfJ .navbar-collapse.collapsing,
  .cid-sr7TUakyfJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr7TUakyfJ .navbar-collapse.collapsing .navbar-nav,
  .cid-sr7TUakyfJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr7TUakyfJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr7TUakyfJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr7TUakyfJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr7TUakyfJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sr7TUakyfJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr7TUakyfJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr7TUakyfJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sr7TUakyfJ .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sr7TUakyfJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr7TUakyfJ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sr7TUakyfJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sr7TUakyfJ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sr7TUakyfJ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sr7TUakyfJ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sr7TUakyfJ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sr7TUakyfJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr7TUakyfJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr7TUakyfJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sr7TUakyfJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sr7TUakyfJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7TUakyfJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sr7TUakyfJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr7TUakyfJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr7TUakyfJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sr7TUakyfJ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr7TUakyfJ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sr7TUakyfJ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sr7TUakyfJ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr7TUakyfJ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sr7TUakyfJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr7TUakyfJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr7TUakyfJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sr7TUakyfJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sr7TUakyfJ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sr7TUakyfJ .navbar-toggler {
    display: none;
  }
  .cid-sr7TUakyfJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr7TUakyfJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7TUakyfJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr7TUakyfJ .menu-logo {
  margin-right: auto;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sr7TUakyfJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr7TUakyfJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr7TUakyfJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr7TUakyfJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr7TUakyfJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr7TUakyfJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr7TUakyfJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr7TUakyfJ .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-sr7TUakyfJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr7TUakyfJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr7TUakyfJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sr7TUakyfJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr7TUakyfJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr7TUakyfJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr7TUakyfJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sr7TUakyfJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr7TUakyfJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr7TUakyfJ button.navbar-toggler:focus {
  outline: none;
}
.cid-sr7TUakyfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr7TUakyfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr7TUakyfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr7TUakyfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr7TUakyfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr7TUakyfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr7TUakyfJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr7TUakyfJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr7TUakyfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr7TUakyfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr7TUakyfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr7TUakyfJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse.collapsing,
.cid-sr7TUakyfJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr7TUakyfJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr7TUakyfJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr7TUakyfJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sr7TUakyfJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr7TUakyfJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr7TUakyfJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sr7TUakyfJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr7TUakyfJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr7TUakyfJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr7TUakyfJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sr7TUakyfJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sr7TUakyfJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr7TUakyfJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr7TUakyfJ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sr7TUakyfJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr7TUakyfJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sr7TUakyfJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sr7TUakyfJ .nav-link:focus {
  outline: none;
}
.cid-sr7TUakyfJ .navbar-toggler {
  position: relative;
}
.cid-sr7TUakyfJ .dropdown-item.active,
.cid-sr7TUakyfJ .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sr7TUakyfJ .nav-link:hover,
.cid-sr7TUakyfJ .dropdown-item:hover {
  color: #44a945;
}
.cid-sr7TUakyfJ .widget-text {
  text-align: left;
}
.cid-sr7TUakyfJ .widget-title,
.cid-sr7TUakyfJ .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sr7TUb30Sd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sr7TUb30Sd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr7TUb30Sd .mbr-text,
.cid-sr7TUb30Sd .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr7TUbzb6u {
  background-image: url("../../../assets/images/mbr-1920x1334.jpg");
}
.cid-sr7TUbzb6u .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sr7TUbzb6u .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr7TUbzb6u .mbr-overlay {
  background: linear-gradient(#5b925c -10%, #44b145 75%);
}
.cid-sr7TUbzb6u .container-full-width {
  position: relative;
}
.cid-sr7TUbzb6u .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sr7TUbzb6u .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sr7TUbzb6u .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sr7TUbzb6u .text-content {
    width: 540px;
  }
  .cid-sr7TUbzb6u .column-content {
    width: 100%;
  }
  .cid-sr7TUbzb6u .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sr7TUbzb6u .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sr7TUbzb6u .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sr7TUbzb6u .column-content {
    width: 50%;
  }
  .cid-sr7TUbzb6u .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sr7TUbzb6u .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr7TUbzb6u .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sr7TUbzb6u .column-content {
    height: 33rem;
  }
}
.cid-sr7TUbzb6u .mbr-text,
.cid-sr7TUbzb6u .mbr-section-btn {
  color: #767676;
}
.cid-sr7TUbzb6u H1 {
  color: #001377;
}
.cid-sr7XQ2YM9w {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sr7XQ2YM9w .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
.cid-sr7XQ2YM9w .nav {
  border: none;
}
.cid-sr7XQ2YM9w .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sr7XQ2YM9w .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sr7XQ2YM9w .nav-tabs .nav-link:hover {
  border: 1px solid #ffffff;
  background-color: #323f7c;
  color: #ffffff;
}
.cid-sr7XQ2YM9w .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #323f7c;
}
.cid-sr7XQ2YM9w P {
  text-align: left;
  color: #ffffff;
}
.cid-suXTPmqbRF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #08175e;
}
.cid-suXTPmqbRF .row {
  position: relative;
}
.cid-suXTPmqbRF .container {
  max-width: 1500px;
}
.cid-suXTPmqbRF h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXTPmqbRF .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXTPmqbRF .container {
    padding: 0 4rem;
  }
}
.cid-suXTSRoTha {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suXTSRoTha *:focus {
  outline: none;
}
.cid-suXTSRoTha .form-group {
  margin-bottom: 2rem;
}
.cid-suXTSRoTha .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-suXTSRoTha .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suXTSRoTha .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-suXTSRoTha .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-suXTSRoTha .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-suXTSRoTha .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-suXTSRoTha input.form-control {
  padding: 1px 0;
}
.cid-suXTSRoTha .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-suXTSRoTha .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-suXTSRoTha .soc-item .socicon:hover {
  opacity: .5;
}
.cid-suXTSRoTha .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suXTSRoTha .first-column,
  .cid-suXTSRoTha .form-1 {
    text-align: center;
  }
}
.cid-suXTSRoTha .follow-title,
.cid-suXTSRoTha .social-list {
  color: #282124;
}
.cid-suXTSRoTha .address-title,
.cid-suXTSRoTha .address-block {
  color: #000f56;
}
.cid-suXTSRoTha .contacts-title,
.cid-suXTSRoTha .contacts-block {
  color: #000f56;
}
.cid-suXTSRoTha .form-title,
.cid-suXTSRoTha .btn-row {
  color: #000f56;
}
.cid-sr7TUeZqIw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26a45f;
}
.cid-sr7TUeZqIw .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr7TUeZqIw .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr7TUeZqIw .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr7TUeZqIw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr7TUeZqIw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr7TUeZqIw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr7TUeZqIw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr7TUeZqIw .map-placeholder {
  display: none;
}
.cid-sr7TUeZqIw .mbr-section-title,
.cid-sr7TUeZqIw .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr7TUeZqIw .map-title {
    margin-top: 3rem;
  }
}
.cid-sr7TUfo5qk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sr7TUfo5qk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr7TUfo5qk .mbr-text,
.cid-sr7TUfo5qk .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr7TUfKEV6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr7TUfKEV6 .content {
    text-align: center;
  }
  .cid-sr7TUfKEV6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr7TUfKEV6 .logo-subtitle {
  color: #8d97ad;
}
.cid-sr7TUfKEV6 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr7TUfKEV6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr7TUfKEV6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr7TUfKEV6 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr7TUfKEV6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr7TUfKEV6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr7TUfKEV6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr7TUfKEV6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr7TUfKEV6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr7TUfKEV6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr7TUfKEV6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr7TUfKEV6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr7TUfKEV6 .list-item {
  display: flex;
}
.cid-sr7TUfKEV6 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr7TUfKEV6 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr7TUfKEV6 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr7TUfKEV6 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr7TUfKEV6 P {
  color: #ffffff;
  text-align: left;
}
.cid-sr7TUfKEV6 .mbr-text {
  color: #50b75a;
}
.cid-sr7TUfKEV6 .column-title {
  color: #ffffff;
}
.cid-sr7TUfKEV6 .logo-subtitle,
.cid-sr7TUfKEV6 .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sr6kAkxsWd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr6kAkxsWd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr6kAkxsWd a {
  font-style: normal;
}
.cid-sr6kAkxsWd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr6kAkxsWd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sr6kAkxsWd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sr6kAkxsWd .content-text {
  margin-bottom: 0;
}
.cid-sr6kAkxsWd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr6kAkxsWd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr6kAkxsWd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr6kAkxsWd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr6kAkxsWd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sr6kAkxsWd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr6kAkxsWd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr6kAkxsWd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sr6kAkxsWd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sr6kAkxsWd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr6kAkxsWd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sr6kAkxsWd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr6kAkxsWd .content-right-side {
  text-align: center;
}
.cid-sr6kAkxsWd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sr6kAkxsWd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sr6kAkxsWd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sr6kAkxsWd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sr6kAkxsWd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sr6kAkxsWd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sr6kAkxsWd img {
    height: 3.8rem !important;
  }
  .cid-sr6kAkxsWd .btn {
    display: -webkit-flex;
  }
  .cid-sr6kAkxsWd button.navbar-toggler {
    display: block;
  }
  .cid-sr6kAkxsWd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr6kAkxsWd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sr6kAkxsWd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr6kAkxsWd .navbar-collapse.collapsing,
  .cid-sr6kAkxsWd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr6kAkxsWd .navbar-collapse.collapsing .navbar-nav,
  .cid-sr6kAkxsWd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr6kAkxsWd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr6kAkxsWd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr6kAkxsWd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr6kAkxsWd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sr6kAkxsWd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr6kAkxsWd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr6kAkxsWd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sr6kAkxsWd .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sr6kAkxsWd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr6kAkxsWd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sr6kAkxsWd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sr6kAkxsWd .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sr6kAkxsWd .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sr6kAkxsWd .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sr6kAkxsWd .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sr6kAkxsWd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr6kAkxsWd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr6kAkxsWd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sr6kAkxsWd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sr6kAkxsWd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr6kAkxsWd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sr6kAkxsWd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr6kAkxsWd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr6kAkxsWd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sr6kAkxsWd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr6kAkxsWd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sr6kAkxsWd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sr6kAkxsWd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr6kAkxsWd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sr6kAkxsWd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr6kAkxsWd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr6kAkxsWd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sr6kAkxsWd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sr6kAkxsWd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sr6kAkxsWd .navbar-toggler {
    display: none;
  }
  .cid-sr6kAkxsWd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr6kAkxsWd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr6kAkxsWd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr6kAkxsWd .menu-logo {
  margin-right: auto;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sr6kAkxsWd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr6kAkxsWd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr6kAkxsWd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr6kAkxsWd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr6kAkxsWd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr6kAkxsWd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr6kAkxsWd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr6kAkxsWd .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-sr6kAkxsWd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr6kAkxsWd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr6kAkxsWd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sr6kAkxsWd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr6kAkxsWd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr6kAkxsWd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr6kAkxsWd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sr6kAkxsWd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr6kAkxsWd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr6kAkxsWd button.navbar-toggler:focus {
  outline: none;
}
.cid-sr6kAkxsWd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr6kAkxsWd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr6kAkxsWd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr6kAkxsWd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr6kAkxsWd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr6kAkxsWd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr6kAkxsWd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr6kAkxsWd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr6kAkxsWd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr6kAkxsWd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr6kAkxsWd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr6kAkxsWd .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse.collapsing,
.cid-sr6kAkxsWd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr6kAkxsWd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr6kAkxsWd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr6kAkxsWd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sr6kAkxsWd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr6kAkxsWd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr6kAkxsWd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sr6kAkxsWd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr6kAkxsWd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr6kAkxsWd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr6kAkxsWd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sr6kAkxsWd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sr6kAkxsWd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr6kAkxsWd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr6kAkxsWd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sr6kAkxsWd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr6kAkxsWd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sr6kAkxsWd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sr6kAkxsWd .nav-link:focus {
  outline: none;
}
.cid-sr6kAkxsWd .navbar-toggler {
  position: relative;
}
.cid-sr6kAkxsWd .dropdown-item.active,
.cid-sr6kAkxsWd .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sr6kAkxsWd .nav-link:hover,
.cid-sr6kAkxsWd .dropdown-item:hover {
  color: #44a945;
}
.cid-sr6kAkxsWd .widget-text {
  text-align: left;
}
.cid-sr6kAkxsWd .widget-title,
.cid-sr6kAkxsWd .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sr6kAlp19C {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sr6kAlp19C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr6kAlp19C .mbr-text,
.cid-sr6kAlp19C .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr6kAlWzbP {
  background-image: url("../../../assets/images/production-7-2000x769.png");
}
.cid-sr6kAlWzbP .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sr6kAlWzbP .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr6kAlWzbP .mbr-overlay {
  background: linear-gradient(#5b925c -10%, #44b145 75%);
}
.cid-sr6kAlWzbP .container-full-width {
  position: relative;
}
.cid-sr6kAlWzbP .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sr6kAlWzbP .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sr6kAlWzbP .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sr6kAlWzbP .text-content {
    width: 540px;
  }
  .cid-sr6kAlWzbP .column-content {
    width: 100%;
  }
  .cid-sr6kAlWzbP .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sr6kAlWzbP .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sr6kAlWzbP .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sr6kAlWzbP .column-content {
    width: 50%;
  }
  .cid-sr6kAlWzbP .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sr6kAlWzbP .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr6kAlWzbP .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sr6kAlWzbP .column-content {
    height: 33rem;
  }
}
.cid-sr6kAlWzbP .mbr-text,
.cid-sr6kAlWzbP .mbr-section-btn {
  color: #767676;
}
.cid-sr6kAlWzbP H1 {
  color: #001377;
}
.cid-sr6SG0hqqi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tissue-pattern002-2000x1412.jpg");
}
.cid-sr6SG0hqqi .mbr-section-title,
.cid-sr6SG0hqqi .mbr-section-subtitle {
  color: #000000;
}
.cid-sr6SG0hqqi .mbr-section-text {
  color: #232323;
}
.cid-sr6SG0hqqi .mbr-text,
.cid-sr6SG0hqqi .typed-text,
.cid-sr6SG0hqqi .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sr6SG0hqqi .btn {
  margin-left: 4px !important;
}
.cid-sr6SG0hqqi .animated-element {
  color: #ffffff;
}
.cid-sr6SG0hqqi .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-sr6SG0hqqi .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sr6SG0hqqi .typed-text,
  .cid-sr6SG0hqqi .mbr-section-subtitle,
  .cid-sr6SG0hqqi .mbr-section-text,
  .cid-sr6SG0hqqi .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-sr6SG0hqqi .mbr-section-subtitle,
.cid-sr6SG0hqqi .typed-text {
  color: #ffffff;
}
.cid-sr7gsoqvzN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr7gsoqvzN .mbr-text {
  color: #767676;
}
.cid-sr7gsoqvzN .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sr7gsoqvzN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sr7gsoqvzN .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #50b75a;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #50b75a, #50b75a);
}
.cid-sr6kAmZ2rx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x638.jpg");
}
.cid-sr6kAmZ2rx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr6kAmZ2rx .mbr-text,
.cid-sr6kAmZ2rx .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr6kAmZ2rx .mbr-section-subtitle {
  color: #001377;
  text-align: left;
}
.cid-sr6XqEpYJR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr6XqEpYJR .counter-container {
  color: #464646;
}
.cid-sr6XqEpYJR .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sr6XqEpYJR .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sr6XqEpYJR .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-sr6XqEpYJR P {
  text-align: left;
  color: #767676;
}
.cid-sr6XqEpYJR H4 {
  color: #50b75a;
}
.cid-sr6XqEpYJR H3 {
  color: #1a2b83;
}
.cid-sr7eAuCnyH {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-4050-1-1920x1371.jpg");
}
.cid-sr7eAuCnyH .row {
  justify-content: flex-end;
}
.cid-sr7eAuCnyH .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-sr7eAuCnyH .block {
  background-color: #26a45f;
}
.cid-sr7eAuCnyH img {
  width: 100%;
}
.cid-sr7eAuCnyH .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sr7eAuCnyH .content {
  max-width: 600px;
}
.cid-sr7eAuCnyH h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sr7eAuCnyH .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sr7eAuCnyH h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sr7eAuCnyH .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sr7eAuCnyH h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-sr7eAuCnyH H1 {
  color: #ffffff;
}
.cid-sr7eAuCnyH .mbr-text,
.cid-sr7eAuCnyH .mbr-section-btn {
  color: #ffffff;
}
.cid-sr79vAVPOV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr79vAVPOV img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-sr79vAVPOV .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #26a45f;
  opacity: 0.6;
  pointer-events: none;
}
.cid-sr79vAVPOV .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-sr79vAVPOV .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-sr79vAVPOV .wrapper:before {
    opacity: 0.2;
  }
}
.cid-suXTBJAP5H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #26a45f;
}
.cid-suXTBJAP5H .row {
  position: relative;
}
.cid-suXTBJAP5H .container {
  max-width: 1500px;
}
.cid-suXTBJAP5H h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXTBJAP5H .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXTBJAP5H .container {
    padding: 0 4rem;
  }
}
.cid-suXTCmZjJK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suXTCmZjJK *:focus {
  outline: none;
}
.cid-suXTCmZjJK .form-group {
  margin-bottom: 2rem;
}
.cid-suXTCmZjJK .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #26a45f;
  color: #26a45f;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-suXTCmZjJK .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-suXTCmZjJK .form-control::-webkit-input-placeholder {
  color: #26a45f;
}
.cid-suXTCmZjJK .form-control::-moz-placeholder {
  color: #26a45f;
}
.cid-suXTCmZjJK .form-control:-ms-input-placeholder {
  color: #26a45f;
}
.cid-suXTCmZjJK .form-control:-moz-placeholder {
  color: #26a45f;
}
.cid-suXTCmZjJK input.form-control {
  padding: 1px 0;
}
.cid-suXTCmZjJK .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-suXTCmZjJK .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-suXTCmZjJK .soc-item .socicon:hover {
  opacity: .5;
}
.cid-suXTCmZjJK .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-suXTCmZjJK .first-column,
  .cid-suXTCmZjJK .form-1 {
    text-align: center;
  }
}
.cid-suXTCmZjJK .follow-title,
.cid-suXTCmZjJK .social-list {
  color: #282124;
}
.cid-suXTCmZjJK .address-title,
.cid-suXTCmZjJK .address-block {
  color: #000f56;
}
.cid-suXTCmZjJK .contacts-title,
.cid-suXTCmZjJK .contacts-block {
  color: #000f56;
}
.cid-suXTCmZjJK .form-title,
.cid-suXTCmZjJK .btn-row {
  color: #000f56;
}
.cid-sr6kAphpa2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #26a45f;
}
.cid-sr6kAphpa2 .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr6kAphpa2 .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr6kAphpa2 .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr6kAphpa2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr6kAphpa2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr6kAphpa2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr6kAphpa2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr6kAphpa2 .map-placeholder {
  display: none;
}
.cid-sr6kAphpa2 .mbr-section-title,
.cid-sr6kAphpa2 .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr6kAphpa2 .map-title {
    margin-top: 3rem;
  }
}
.cid-sr6kApEhR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sr6kApEhR9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr6kApEhR9 .mbr-text,
.cid-sr6kApEhR9 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr6kAq59sU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr6kAq59sU .content {
    text-align: center;
  }
  .cid-sr6kAq59sU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr6kAq59sU .logo-subtitle {
  color: #8d97ad;
}
.cid-sr6kAq59sU .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr6kAq59sU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr6kAq59sU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr6kAq59sU .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr6kAq59sU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr6kAq59sU .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr6kAq59sU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr6kAq59sU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr6kAq59sU .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr6kAq59sU .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr6kAq59sU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr6kAq59sU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr6kAq59sU .list-item {
  display: flex;
}
.cid-sr6kAq59sU .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr6kAq59sU ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr6kAq59sU ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr6kAq59sU ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr6kAq59sU P {
  color: #ffffff;
  text-align: left;
}
.cid-sr6kAq59sU .mbr-text {
  color: #50b75a;
}
.cid-sr6kAq59sU .column-title {
  color: #ffffff;
}
.cid-sr6kAq59sU .logo-subtitle,
.cid-sr6kAq59sU .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-sr8145FcIH .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sr8145FcIH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sr8145FcIH a {
  font-style: normal;
}
.cid-sr8145FcIH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sr8145FcIH .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-sr8145FcIH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-sr8145FcIH .content-text {
  margin-bottom: 0;
}
.cid-sr8145FcIH .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sr8145FcIH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sr8145FcIH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sr8145FcIH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sr8145FcIH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sr8145FcIH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr8145FcIH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sr8145FcIH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sr8145FcIH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sr8145FcIH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr8145FcIH .nav-dropdown .link {
  font-weight: 400;
}
.cid-sr8145FcIH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sr8145FcIH .content-right-side {
  text-align: center;
}
.cid-sr8145FcIH .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sr8145FcIH .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sr8145FcIH .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sr8145FcIH .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sr8145FcIH .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sr8145FcIH .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sr8145FcIH img {
    height: 3.8rem !important;
  }
  .cid-sr8145FcIH .btn {
    display: -webkit-flex;
  }
  .cid-sr8145FcIH button.navbar-toggler {
    display: block;
  }
  .cid-sr8145FcIH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sr8145FcIH .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sr8145FcIH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr8145FcIH .navbar-collapse.collapsing,
  .cid-sr8145FcIH .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr8145FcIH .navbar-collapse.collapsing .navbar-nav,
  .cid-sr8145FcIH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr8145FcIH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr8145FcIH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr8145FcIH .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr8145FcIH .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sr8145FcIH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr8145FcIH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr8145FcIH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sr8145FcIH .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sr8145FcIH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr8145FcIH .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sr8145FcIH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sr8145FcIH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-sr8145FcIH .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-sr8145FcIH .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sr8145FcIH .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-sr8145FcIH .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-sr8145FcIH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sr8145FcIH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sr8145FcIH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sr8145FcIH .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sr8145FcIH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr8145FcIH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sr8145FcIH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sr8145FcIH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sr8145FcIH .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sr8145FcIH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sr8145FcIH .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sr8145FcIH .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sr8145FcIH .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr8145FcIH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sr8145FcIH .navbar {
    display: block;
    padding: 0;
  }
  .cid-sr8145FcIH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sr8145FcIH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sr8145FcIH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-sr8145FcIH .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sr8145FcIH .navbar-toggler {
    display: none;
  }
  .cid-sr8145FcIH .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr8145FcIH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr8145FcIH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sr8145FcIH .menu-logo {
  margin-right: auto;
}
.cid-sr8145FcIH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr8145FcIH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sr8145FcIH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr8145FcIH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr8145FcIH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sr8145FcIH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr8145FcIH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sr8145FcIH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr8145FcIH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr8145FcIH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr8145FcIH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr8145FcIH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr8145FcIH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sr8145FcIH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr8145FcIH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sr8145FcIH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sr8145FcIH .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-sr8145FcIH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr8145FcIH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sr8145FcIH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sr8145FcIH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sr8145FcIH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr8145FcIH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr8145FcIH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sr8145FcIH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr8145FcIH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr8145FcIH button.navbar-toggler:focus {
  outline: none;
}
.cid-sr8145FcIH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr8145FcIH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sr8145FcIH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr8145FcIH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sr8145FcIH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sr8145FcIH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr8145FcIH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sr8145FcIH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sr8145FcIH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sr8145FcIH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sr8145FcIH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sr8145FcIH .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr8145FcIH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr8145FcIH .collapsed .navbar-collapse.collapsing,
.cid-sr8145FcIH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr8145FcIH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr8145FcIH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr8145FcIH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr8145FcIH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr8145FcIH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr8145FcIH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sr8145FcIH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr8145FcIH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sr8145FcIH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-sr8145FcIH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sr8145FcIH .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr8145FcIH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sr8145FcIH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sr8145FcIH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sr8145FcIH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr8145FcIH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr8145FcIH .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sr8145FcIH .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr8145FcIH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sr8145FcIH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sr8145FcIH .nav-link:focus {
  outline: none;
}
.cid-sr8145FcIH .navbar-toggler {
  position: relative;
}
.cid-sr8145FcIH .dropdown-item.active,
.cid-sr8145FcIH .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sr8145FcIH .nav-link:hover,
.cid-sr8145FcIH .dropdown-item:hover {
  color: #44a945;
}
.cid-sr8145FcIH .widget-text {
  text-align: left;
}
.cid-sr8145FcIH .widget-title,
.cid-sr8145FcIH .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-sr8146r8Rg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #26a45f;
}
.cid-sr8146r8Rg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr8146r8Rg .mbr-text,
.cid-sr8146r8Rg .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr8146XBj1 {
  background-image: url("../../../assets/images/100-virgin-pulp-jumbo-rolls-3-1294x960.png");
}
.cid-sr8146XBj1 .column-content {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sr8146XBj1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-sr8146XBj1 .mbr-overlay {
  background: linear-gradient(#5b925c -10%, #44b145 75%);
}
.cid-sr8146XBj1 .container-full-width {
  position: relative;
}
.cid-sr8146XBj1 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sr8146XBj1 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sr8146XBj1 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sr8146XBj1 .text-content {
    width: 540px;
  }
  .cid-sr8146XBj1 .column-content {
    width: 100%;
  }
  .cid-sr8146XBj1 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sr8146XBj1 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sr8146XBj1 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sr8146XBj1 .column-content {
    width: 50%;
  }
  .cid-sr8146XBj1 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sr8146XBj1 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sr8146XBj1 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sr8146XBj1 .column-content {
    height: 33rem;
  }
}
.cid-sr8146XBj1 .mbr-text,
.cid-sr8146XBj1 .mbr-section-btn {
  color: #767676;
}
.cid-sr8146XBj1 H1 {
  color: #001377;
}
.cid-sr81RriY2m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-sr81RriY2m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sr81RriY2m .form-control,
.cid-sr81RriY2m .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #55cb69;
  color: #000f56;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sr81RriY2m .form-control::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input::-webkit-input-placeholder,
.cid-sr81RriY2m .form-control::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input::-webkit-input-placeholder {
  color: #389948;
}
.cid-sr81RriY2m .form-control:-moz-placeholder,
.cid-sr81RriY2m .field-input:-moz-placeholder,
.cid-sr81RriY2m .form-control:-moz-placeholder,
.cid-sr81RriY2m .field-input:-moz-placeholder {
  color: #389948;
}
.cid-sr81RriY2m .form-control:hover,
.cid-sr81RriY2m .field-input:hover,
.cid-sr81RriY2m .form-control:focus,
.cid-sr81RriY2m .field-input:focus {
  background-color: #eafcea;
  border-color: #eafcea;
  color: #000f56;
  box-shadow: none;
  outline: none;
}
.cid-sr81RriY2m .form-control:hover::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input:hover::-webkit-input-placeholder,
.cid-sr81RriY2m .form-control:focus::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input:focus::-webkit-input-placeholder,
.cid-sr81RriY2m .form-control:hover::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input:hover::-webkit-input-placeholder,
.cid-sr81RriY2m .form-control:focus::-webkit-input-placeholder,
.cid-sr81RriY2m .field-input:focus::-webkit-input-placeholder {
  color: #55cb69;
}
.cid-sr81RriY2m .form-control:hover:-moz-placeholder,
.cid-sr81RriY2m .field-input:hover:-moz-placeholder,
.cid-sr81RriY2m .form-control:focus:-moz-placeholder,
.cid-sr81RriY2m .field-input:focus:-moz-placeholder,
.cid-sr81RriY2m .form-control:hover:-moz-placeholder,
.cid-sr81RriY2m .field-input:hover:-moz-placeholder,
.cid-sr81RriY2m .form-control:focus:-moz-placeholder,
.cid-sr81RriY2m .field-input:focus:-moz-placeholder {
  color: #55cb69;
}
.cid-sr81RriY2m .jq-number__spin:hover,
.cid-sr81RriY2m .jq-number__spin:focus {
  background-color: #eafcea;
  border-color: #eafcea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sr81RriY2m .jq-number__spin {
  background-color: #ffffff;
  border-color: #55cb69;
  color: #000f56;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sr81RriY2m .jq-selectbox li,
.cid-sr81RriY2m .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sr81RriY2m .jq-selectbox li:hover,
.cid-sr81RriY2m .jq-selectbox li.selected {
  background-color: #eafcea;
  color: #000000;
}
.cid-sr81RriY2m .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sr81RriY2m .jq-number__spin.minus:hover:after,
.cid-sr81RriY2m .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sr81RriY2m .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sr81RriY2m .jq-number__spin.minus:after,
.cid-sr81RriY2m .jq-number__spin.plus:after {
  border-top-color: #eafcea;
  border-bottom-color: #eafcea;
}
.cid-sr81RriY2m input::-webkit-clear-button {
  display: none;
}
.cid-sr81RriY2m input::-webkit-inner-spin-button {
  display: none;
}
.cid-sr81RriY2m input::-webkit-outer-spin-button {
  display: none;
}
.cid-sr81RriY2m input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sr81RriY2m H4 {
  color: #000f56;
}
.cid-sr81RriY2m LABEL {
  color: #000f56;
}
.cid-sr8148hXqx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2bb355;
}
.cid-sr8148hXqx .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr8148hXqx .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sr8148hXqx .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sr8148hXqx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sr8148hXqx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sr8148hXqx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sr8148hXqx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sr8148hXqx .map-placeholder {
  display: none;
}
.cid-sr8148hXqx .mbr-section-title,
.cid-sr8148hXqx .map-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sr8148hXqx .map-title {
    margin-top: 3rem;
  }
}
.cid-sr8148Jz9I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-sr8148Jz9I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sr8148Jz9I .mbr-text,
.cid-sr8148Jz9I .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-sr81495mSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr81495mSa .content {
    text-align: center;
  }
  .cid-sr81495mSa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr81495mSa .logo-subtitle {
  color: #8d97ad;
}
.cid-sr81495mSa .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr81495mSa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr81495mSa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr81495mSa .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr81495mSa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr81495mSa .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr81495mSa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr81495mSa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr81495mSa .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr81495mSa .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr81495mSa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr81495mSa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr81495mSa .list-item {
  display: flex;
}
.cid-sr81495mSa .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr81495mSa ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr81495mSa ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr81495mSa ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr81495mSa P {
  color: #ffffff;
  text-align: left;
}
.cid-sr81495mSa .mbr-text {
  color: #50b75a;
}
.cid-sr81495mSa .column-title {
  color: #ffffff;
}
.cid-sr81495mSa .logo-subtitle,
.cid-sr81495mSa .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-slSGJOHQJY .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-slSGJOHQJY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-slSGJOHQJY a {
  font-style: normal;
}
.cid-slSGJOHQJY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-slSGJOHQJY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-slSGJOHQJY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -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-slSGJOHQJY .content-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3d4890;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-slSGJOHQJY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-slSGJOHQJY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-slSGJOHQJY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-slSGJOHQJY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-slSGJOHQJY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-slSGJOHQJY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .nav-dropdown .link {
  font-weight: 400;
}
.cid-slSGJOHQJY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-slSGJOHQJY .content-right-side {
  text-align: center;
}
.cid-slSGJOHQJY .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-slSGJOHQJY .menu-bottom {
    justify-content: flex-end;
  }
  .cid-slSGJOHQJY img {
    height: 3.8rem !important;
  }
  .cid-slSGJOHQJY .btn {
    display: -webkit-flex;
  }
  .cid-slSGJOHQJY button.navbar-toggler {
    display: block;
  }
  .cid-slSGJOHQJY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-slSGJOHQJY .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing,
  .cid-slSGJOHQJY .navbar-collapse.show {
    display: block !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-slSGJOHQJY .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-slSGJOHQJY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-slSGJOHQJY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-slSGJOHQJY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-slSGJOHQJY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-slSGJOHQJY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-slSGJOHQJY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-slSGJOHQJY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-slSGJOHQJY .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-slSGJOHQJY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-slSGJOHQJY .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-slSGJOHQJY .navbar {
    display: block;
    padding: 0;
  }
  .cid-slSGJOHQJY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-slSGJOHQJY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-slSGJOHQJY .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-slSGJOHQJY .navbar-toggler {
    display: none;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slSGJOHQJY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-slSGJOHQJY .menu-logo {
  margin-right: auto;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slSGJOHQJY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slSGJOHQJY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-slSGJOHQJY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slSGJOHQJY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY button.navbar-toggler:focus {
  outline: none;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slSGJOHQJY .collapsed .btn {
  display: -webkit-flex;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .collapsed button.navbar-toggler {
  display: block;
}
.cid-slSGJOHQJY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-slSGJOHQJY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-slSGJOHQJY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-slSGJOHQJY .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-slSGJOHQJY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-slSGJOHQJY .nav-link:focus {
  outline: none;
}
.cid-slSGJOHQJY .navbar-toggler {
  position: relative;
}
.cid-slSGJOHQJY .dropdown-item.active,
.cid-slSGJOHQJY .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-slSGJOHQJY .nav-link:hover,
.cid-slSGJOHQJY .dropdown-item:hover {
  color: #44a945;
}
.cid-slSGJOHQJY .widget-text {
  text-align: left;
}
.cid-slSGJOHQJY .widget-title,
.cid-slSGJOHQJY .widget-icon {
  text-align: center;
  color: #000f56;
}
.cid-stEXyX1bIL {
  padding-top: 225px;
  padding-bottom: 105px;
  background-color: #0a144c;
}
.cid-stEXyX1bIL .row {
  position: relative;
}
.cid-stEXyX1bIL .container {
  max-width: 1500px;
}
.cid-stEXyX1bIL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-stEXyX1bIL .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-stEXyX1bIL .container {
    padding: 0 4rem;
  }
}
.cid-stEY9BEuiL {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #2bb355;
}
.cid-stEY9BEuiL .row {
  position: relative;
}
.cid-stEY9BEuiL .container {
  max-width: 1500px;
}
.cid-stEY9BEuiL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-stEY9BEuiL .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-stEY9BEuiL .container {
    padding: 0 4rem;
  }
}
.cid-sr5UuGLV1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121a4d;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .content {
    text-align: center;
  }
  .cid-sr5UuGLV1J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr5UuGLV1J .logo-subtitle {
  color: #8d97ad;
}
.cid-sr5UuGLV1J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sr5UuGLV1J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sr5UuGLV1J .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5UuGLV1J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sr5UuGLV1J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5UuGLV1J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5UuGLV1J .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5UuGLV1J .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5UuGLV1J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5UuGLV1J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5UuGLV1J .list-item {
  display: flex;
}
.cid-sr5UuGLV1J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sr5UuGLV1J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sr5UuGLV1J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sr5UuGLV1J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sr5UuGLV1J P {
  color: #ffffff;
  text-align: left;
}
.cid-sr5UuGLV1J .mbr-text {
  color: #50b75a;
}
.cid-sr5UuGLV1J .column-title {
  color: #ffffff;
}
.cid-sr5UuGLV1J .logo-subtitle,
.cid-sr5UuGLV1J .media-wrap {
  text-align: left;
  color: #ffffff;
}
