body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9bbb5b !important;
}
.bg-success {
  background-color: #4e82be !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9bbb5b !important;
  border-color: #9bbb5b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6d8738 !important;
  border-color: #6d8738 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6d8738 !important;
  border-color: #6d8738 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9a0712 !important;
  border-color: #9a0712 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #470308 !important;
  border-color: #470308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #470308 !important;
  border-color: #470308 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4e82be !important;
  border-color: #4e82be !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #315885 !important;
  border-color: #315885 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #315885 !important;
  border-color: #315885 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9bbb5b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6d8738 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9bbb5b !important;
  border-color: #9bbb5b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a0712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #470308 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a0712 !important;
  border-color: #9a0712 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4e82be;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #315885 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4e82be !important;
  border-color: #4e82be !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #767676;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b4b4b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84774a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9bbb5b !important;
}
.text-secondary {
  color: #9a0712 !important;
}
.text-success {
  color: #4e82be !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #647c34 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #380307 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d5079 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #9bbb5b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9bbb5b;
  border-color: #9bbb5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9bbb5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d2e0b5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #abc4e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9bbb5b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #9bbb5b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9bbb5b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9bbb5b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9bbb5b;
  border-bottom-color: #9bbb5b;
}
.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: #000000 !important;
  background-color: #9bbb5b !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: #9a0712 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239bbb5b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sGB7oJwbol {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGB7oJwbol .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sGB7oJwbol nav.navbar {
  position: fixed;
}
.cid-sGB7oJwbol .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sGB7oJwbol .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sGB7oJwbol .nav-item {
    height: auto;
  }
}
.cid-sGB7oJwbol .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGB7oJwbol .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGB7oJwbol .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGB7oJwbol .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGB7oJwbol .dropdown-item:hover,
.cid-sGB7oJwbol .dropdown-item:focus {
  background: white !important;
}
.cid-sGB7oJwbol .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGB7oJwbol .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGB7oJwbol .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sGB7oJwbol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGB7oJwbol .nav-link {
  position: relative;
}
.cid-sGB7oJwbol .container {
  display: flex;
  margin: auto;
}
.cid-sGB7oJwbol .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sGB7oJwbol .dropdown-menu,
.cid-sGB7oJwbol .navbar.opened {
  background: #ffffff !important;
}
.cid-sGB7oJwbol .nav-item:focus,
.cid-sGB7oJwbol .nav-link:focus {
  outline: none;
}
.cid-sGB7oJwbol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGB7oJwbol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGB7oJwbol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sGB7oJwbol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGB7oJwbol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGB7oJwbol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGB7oJwbol .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGB7oJwbol .navbar.opened {
  transition: all 0.3s;
}
.cid-sGB7oJwbol .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGB7oJwbol .navbar .navbar-logo img {
  width: auto;
}
.cid-sGB7oJwbol .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGB7oJwbol .navbar.collapsed {
  justify-content: center;
}
.cid-sGB7oJwbol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGB7oJwbol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGB7oJwbol .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGB7oJwbol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGB7oJwbol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGB7oJwbol .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGB7oJwbol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGB7oJwbol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGB7oJwbol .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGB7oJwbol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGB7oJwbol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGB7oJwbol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGB7oJwbol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGB7oJwbol .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGB7oJwbol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGB7oJwbol .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGB7oJwbol .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGB7oJwbol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGB7oJwbol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGB7oJwbol .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGB7oJwbol .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGB7oJwbol .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGB7oJwbol .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGB7oJwbol .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGB7oJwbol .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGB7oJwbol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGB7oJwbol .dropdown-item.active,
.cid-sGB7oJwbol .dropdown-item:active {
  background-color: transparent;
}
.cid-sGB7oJwbol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGB7oJwbol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGB7oJwbol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGB7oJwbol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGB7oJwbol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGB7oJwbol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGB7oJwbol ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGB7oJwbol .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGB7oJwbol button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGB7oJwbol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGB7oJwbol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGB7oJwbol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGB7oJwbol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGB7oJwbol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGB7oJwbol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGB7oJwbol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGB7oJwbol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGB7oJwbol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGB7oJwbol .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGB7oJwbol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGB7oJwbol .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGB7oJwbol .navbar {
    height: 70px;
  }
  .cid-sGB7oJwbol .navbar.opened {
    height: auto;
  }
  .cid-sGB7oJwbol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
  .cid-sGB7oJwbol u.line {
    text-decoration-color: #a21a1c;
  }
  .cid-sGB7oJwbol .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-left: 30px;
  }
}
.cid-sGBgiITOZ8 {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/5d3-15-2000x1333.png");
}
.cid-sGBgiITOZ8 .link-wrap {
  width: 100%;
}
.cid-sGBgiITOZ8 .link {
  display: inline-block;
}
.cid-sGBgiITOZ8 .card-wrapper {
  background: #14324e;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-sGBgiITOZ8 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sGBgiITOZ8 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #1f2d3d;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGBgiITOZ8 .link a:hover {
  text-decoration: underline;
}
.cid-sGBgiITOZ8 .link,
.cid-sGBgiITOZ8 .link-wrap {
  color: #0077ff;
}
.cid-sGBgiITOZ8 .mbr-text,
.cid-sGBgiITOZ8 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sGBgiITOZ8 {
    padding-top: 150px;
  }
  .cid-sGBgiITOZ8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sGBgiITOZ8 .card-title,
.cid-sGBgiITOZ8 .card-box {
  color: #ffffff;
}
.cid-sGBgiITOZ8 .mbr-text,
.cid-sGBgiITOZ8 .link-wrap {
  color: #ffffff;
}
.cid-sP58TGKGvQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sP58TGKGvQ img,
.cid-sP58TGKGvQ .item-img {
  height: 300px;
  object-fit: cover;
}
.cid-sP58TGKGvQ .item:focus,
.cid-sP58TGKGvQ span:focus {
  outline: none;
}
.cid-sP58TGKGvQ .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-sP58TGKGvQ .item-content {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.cid-sP58TGKGvQ .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-sP58TGKGvQ .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-sP58TGKGvQ .item-wrapper {
  position: relative;
  background: #e6e6e6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sP58TGKGvQ .row {
  margin-top: 5rem;
}
.cid-sP58TGKGvQ .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-sP58TGKGvQ .item-title {
  transition: 0.5s;
}
.cid-sP58TGKGvQ .item-title:hover {
  color: #9bbb5b;
}
.cid-sGSdKlWJli {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sGSdKlWJli img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sGSdKlWJli img {
    width: 100%;
  }
}
.cid-sGSdKlWJli .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sGSdKlWJli .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sGSdKlWJli .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sGSdKlWJli .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  border: 1px solid #000000;
  color: #000000;
  content: "✓";
}
.cid-sGSdKlWJli .mbr-text,
.cid-sGSdKlWJli .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sGSdKlWJli .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sGSdKlWJli .mbr-list {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sGSdKlWJli .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sGSdKlWJli .mbr-section-title {
  text-align: left;
}
.cid-sGSpQfOKER {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14324e;
}
@media (min-width: 1500px) {
  .cid-sGSpQfOKER .container {
    max-width: 1400px;
  }
}
.cid-sGSpQfOKER img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGSpQfOKER .card {
  border-radius: 0;
  background: #14324e;
}
.cid-sGSpQfOKER .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-sGSpQfOKER .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-sGSpQfOKER .img-col {
  padding: 0;
}
.cid-sGSpQfOKER .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sGSpQfOKER .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sGSpQfOKER .mbr-text,
.cid-sGSpQfOKER .mbr-section-btn {
  color: #ffffff;
}
.cid-sGSMXLulRk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGSMXLulRk .card-wrapper {
  margin-top: 3rem;
}
.cid-sGSMXLulRk .row {
  justify-content: center;
}
.cid-sGSMXLulRk .card-text {
  text-align: left;
  color: #0c1c1c;
  padding-left: 10px;
}
.cid-sGSMXLulRk .card-title,
.cid-sGSMXLulRk .iconfont-wrapper {
  text-align: left;
  color: #9bbb5b;
  padding-left: 10px;
}
.cid-sGSMXLulRk .card-title2,
.cid-sGSMXLulRk .iconfont-wrapper2 {
  text-align: left;
  color: #0c1c1c;
  padding-left: 10px;
}
.cid-sGT0MQbmop {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGT0MQbmop .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sGT0mVcoRV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sGT0mVcoRV .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-sGT0mVcoRV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sGT0mVcoRV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sGT0mVcoRV .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sGT0mVcoRV .row {
    margin: 0;
  }
}
.cid-sGT0mVcoRV .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-sHg2qbOfZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sHg2qbOfZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHg2qbOfZz li {
  padding-bottom: 0.6rem;
}
.cid-sHg2qbOfZz .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .border-col {
    border: 0px;
  }
}
.cid-sHg2qbOfZz .container {
  position: relative;
}
.cid-sHg2qbOfZz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHg2qbOfZz .soc-item:hover {
  background: #9bbb5b;
}
.cid-sHg2qbOfZz .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHg2qbOfZz .row {
    text-align: center;
  }
  .cid-sHg2qbOfZz .social-row {
    justify-content: center;
  }
}
.cid-sHg2qbOfZz .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHg2qbOfZz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHg2qbOfZz H5 {
  color: #ffffff;
}
.cid-sHg2qbOfZz .mbr-section-subtitle {
  color: #000000;
}
.cid-sHg2qbOfZz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 30px;
}
.cid-sHgqvK4npE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #14324e;
}
.cid-sHgqvK4npE .mbr-text a {
  background-size: 100% 0%;
}
.cid-sHgqvK4npE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sHgqvK4npE .media-container-row .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sH4wkyVJEt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sH4wkyVJEt .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sH4wkyVJEt nav.navbar {
  position: fixed;
}
.cid-sH4wkyVJEt .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sH4wkyVJEt .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sH4wkyVJEt .nav-item {
    height: auto;
  }
}
.cid-sH4wkyVJEt .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sH4wkyVJEt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH4wkyVJEt .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sH4wkyVJEt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH4wkyVJEt .dropdown-item:hover,
.cid-sH4wkyVJEt .dropdown-item:focus {
  background: white !important;
}
.cid-sH4wkyVJEt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sH4wkyVJEt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sH4wkyVJEt .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sH4wkyVJEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH4wkyVJEt .nav-link {
  position: relative;
}
.cid-sH4wkyVJEt .container {
  display: flex;
  margin: auto;
}
.cid-sH4wkyVJEt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sH4wkyVJEt .dropdown-menu,
.cid-sH4wkyVJEt .navbar.opened {
  background: #ffffff !important;
}
.cid-sH4wkyVJEt .nav-item:focus,
.cid-sH4wkyVJEt .nav-link:focus {
  outline: none;
}
.cid-sH4wkyVJEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH4wkyVJEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH4wkyVJEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sH4wkyVJEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH4wkyVJEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH4wkyVJEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH4wkyVJEt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sH4wkyVJEt .navbar.opened {
  transition: all 0.3s;
}
.cid-sH4wkyVJEt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sH4wkyVJEt .navbar .navbar-logo img {
  width: auto;
}
.cid-sH4wkyVJEt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH4wkyVJEt .navbar.collapsed {
  justify-content: center;
}
.cid-sH4wkyVJEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH4wkyVJEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH4wkyVJEt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sH4wkyVJEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH4wkyVJEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH4wkyVJEt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sH4wkyVJEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH4wkyVJEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sH4wkyVJEt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sH4wkyVJEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH4wkyVJEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH4wkyVJEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH4wkyVJEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH4wkyVJEt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sH4wkyVJEt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sH4wkyVJEt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH4wkyVJEt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH4wkyVJEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH4wkyVJEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH4wkyVJEt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sH4wkyVJEt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH4wkyVJEt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sH4wkyVJEt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sH4wkyVJEt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH4wkyVJEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH4wkyVJEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH4wkyVJEt .dropdown-item.active,
.cid-sH4wkyVJEt .dropdown-item:active {
  background-color: transparent;
}
.cid-sH4wkyVJEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH4wkyVJEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH4wkyVJEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH4wkyVJEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sH4wkyVJEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH4wkyVJEt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH4wkyVJEt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH4wkyVJEt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH4wkyVJEt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sH4wkyVJEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sH4wkyVJEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sH4wkyVJEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH4wkyVJEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sH4wkyVJEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sH4wkyVJEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH4wkyVJEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sH4wkyVJEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sH4wkyVJEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sH4wkyVJEt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sH4wkyVJEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH4wkyVJEt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sH4wkyVJEt .navbar {
    height: 70px;
  }
  .cid-sH4wkyVJEt .navbar.opened {
    height: auto;
  }
  .cid-sH4wkyVJEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
  .cid-sH4wkyVJEt u.line {
    text-decoration-color: #a21a1c;
  }
}
.cid-sH4xI3pgd7 {
  padding-top: 450px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/5d3-60-2000x1333.jpg");
}
.cid-sH4xI3pgd7 .link-wrap {
  width: 100%;
}
.cid-sH4xI3pgd7 .link {
  display: inline-block;
}
.cid-sH4xI3pgd7 .card-wrapper {
  background: #14324e;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-sH4xI3pgd7 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sH4xI3pgd7 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sH4xI3pgd7 .link a:hover {
  text-decoration: underline;
}
.cid-sH4xI3pgd7 .link,
.cid-sH4xI3pgd7 .link-wrap {
  color: #0077ff;
}
.cid-sH4xI3pgd7 .mbr-text,
.cid-sH4xI3pgd7 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sH4xI3pgd7 {
    padding-top: 150px;
  }
  .cid-sH4xI3pgd7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sH4xI3pgd7 .card-title,
.cid-sH4xI3pgd7 .card-box {
  color: #ffffff;
}
.cid-sH4xI3pgd7 .mbr-text,
.cid-sH4xI3pgd7 .link-wrap {
  color: #ffffff;
}
.cid-tLcX9FGZt4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #14324e;
}
@media (max-width: 1000px) {
  .cid-tLcX9FGZt4 {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tLcX9FGZt4 {
    padding-top: 1.2rem;
    padding-bottom: 0rem;
  }
}
.cid-tLcX9FGZt4 .item-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.cid-tLcX9FGZt4 .item:focus,
.cid-tLcX9FGZt4 span:focus {
  outline: none;
}
.cid-tLcX9FGZt4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLcX9FGZt4 .mbr-section-btn {
  display: flex;
}
.cid-tLcX9FGZt4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLcX9FGZt4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLcX9FGZt4 .item-wrapper .item-footer {
    padding: 0 2rem 1.75rem 1.75rem;
  }
}
@media (max-width: 991px) {
  .cid-tLcX9FGZt4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLcX9FGZt4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLcX9FGZt4 .item-wrapper.bg1 {
  background: #9bbb5b;
}
.cid-tLcX9FGZt4 .item-wrapper.bg2 {
  background: #9bbb5b;
}
.cid-tLcX9FGZt4 .item-wrapper.bg3 {
  background: #9bbb5b;
}
.cid-tLcX9FGZt4 .mbr-section-title {
  color: #232323;
}
.cid-tLcX9FGZt4 .mbr-text,
.cid-tLcX9FGZt4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tLcX9FGZt4 .item-title {
  text-align: left;
}
.cid-tLcX9FGZt4 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tLcX9FGZt4 .item-img {
  overflow: hidden;
}
.cid-tLcX9FGZt4 .item:hover img {
  transform: scale(1.1);
}
.cid-tLcX9FGZt4 .btn {
  position: relative;
}
.cid-tLcX9FGZt4 .btn:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.cid-tLcX9FGZt4 .item:hover .btn {
  padding-right: 32px;
}
.cid-tLcX9FGZt4 .item:hover .btn:after {
  opacity: 1;
}
.cid-tLcX9FGZt4 .mbr-section-subtitle {
  color: #232323;
}
.cid-tLd4OfVmpT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14324e;
}
@media (max-width: 1000px) {
  .cid-tLd4OfVmpT {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tLd4OfVmpT {
    padding-top: 0.3rem;
    padding-bottom: 0.9rem;
  }
}
.cid-tLd4OfVmpT .item-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.cid-tLd4OfVmpT .item:focus,
.cid-tLd4OfVmpT span:focus {
  outline: none;
}
.cid-tLd4OfVmpT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLd4OfVmpT .mbr-section-btn {
  display: flex;
}
.cid-tLd4OfVmpT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLd4OfVmpT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLd4OfVmpT .item-wrapper .item-footer {
    padding: 0 2rem 1.75rem 1.75rem;
  }
}
@media (max-width: 991px) {
  .cid-tLd4OfVmpT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLd4OfVmpT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLd4OfVmpT .item-wrapper.bg1 {
  background: #9bbb5b;
}
.cid-tLd4OfVmpT .item-wrapper.bg2 {
  background: #9bbb5b;
}
.cid-tLd4OfVmpT .item-wrapper.bg3 {
  background: #9bbb5b;
}
.cid-tLd4OfVmpT .mbr-section-title {
  color: #232323;
}
.cid-tLd4OfVmpT .mbr-text,
.cid-tLd4OfVmpT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tLd4OfVmpT .item-title {
  text-align: left;
}
.cid-tLd4OfVmpT .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tLd4OfVmpT .item-img {
  overflow: hidden;
}
.cid-tLd4OfVmpT .item:hover img {
  transform: scale(1.1);
}
.cid-tLd4OfVmpT .btn {
  position: relative;
}
.cid-tLd4OfVmpT .btn:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.cid-tLd4OfVmpT .item:hover .btn {
  padding-right: 32px;
}
.cid-tLd4OfVmpT .item:hover .btn:after {
  opacity: 1;
}
.cid-tLd4OfVmpT .mbr-section-subtitle {
  color: #232323;
}
.cid-sHgsnY0OJ4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHgsnY0OJ4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sHgsoA5M9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHgsoA5M9J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sHgg22SOPo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sHgg22SOPo .container {
    max-width: 1400px;
  }
}
.cid-sHgg22SOPo .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-sHgg22SOPo .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHgg22SOPo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sHgg22SOPo .row {
  justify-content: center;
}
.cid-sHgg22SOPo img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sHgg22SOPo .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-sHgg22SOPo H4 {
  text-align: center;
}
.cid-sHggkIj1sg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sHggkIj1sg .container {
    max-width: 1400px;
  }
}
.cid-sHggkIj1sg .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-sHggkIj1sg .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHggkIj1sg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sHggkIj1sg .row {
  justify-content: center;
}
.cid-sHggkIj1sg img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sHggkIj1sg .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-tLcGCDzv64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLcGCDzv64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcGCDzv64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcGCDzv64 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tLcGCDzv64 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tLcGCDzv64 .col-img {
    width: 100%;
  }
}
.cid-tLcGCDzv64 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tLcGCDzv64 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tLcGCDzv64 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tLcGCDzv64 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tLcGCDzv64 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tLcGCDzv64 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tLcGCDzv64 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tLcGCDzv64 .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-tLcGCDzv64 .card-title {
  color: #000000;
}
.cid-tLcGCDzv64 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tLcGCDzv64 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tLcGCDzv64 .mbr-text {
    margin-top: 12px;
  }
}
.cid-tLcGCDzv64 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tLcGCDzv64 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tLcGCDzv64 .mbr-text,
.cid-tLcGCDzv64 .mbr-section-btn {
  color: #000000;
}
.cid-sH9F0Ina2l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #14324e;
}
.cid-sH9F0Ina2l .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sH9xWUAZWu {
  background-color: #14324e;
}
.cid-sH9xWUAZWu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sH9xWUAZWu .carousel-item > div {
  width: 100%;
}
.cid-sH9xWUAZWu h4 {
  margin-top: 1.2rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sH9xWUAZWu .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-sH9xWUAZWu .carousel-item.active,
.cid-sH9xWUAZWu .carousel-item-next,
.cid-sH9xWUAZWu .carousel-item-prev {
  display: flex;
}
.cid-sH9xWUAZWu .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sH9xWUAZWu .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sH9xWUAZWu .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sH9xWUAZWu .carousel-controls a {
    width: 5%;
  }
}
.cid-sH9xWUAZWu .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-sH9xWUAZWu .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sH9xWUAZWu .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-sH9xWUAZWu img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%);
  opacity: 1;
}
.cid-sH9xWUAZWu li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sH9xWUAZWu li.active {
  background-color: #14324e;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sH9xWUAZWu .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sH9xWUAZWu ol {
  margin-bottom: 0;
}
.cid-sH9xWUAZWu .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sH9xWUAZWu .carousel {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sH9xWUAZWu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-sH9xWUAZWu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-sH9xWUAZWu a {
  color: #fff;
  line-height: 1.5;
}
.cid-sH9xWUAZWu .wrapper-img {
  position: relative;
  width: 100%;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.cid-sH9xWUAZWu .title-block {
  position: absolute;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sH9xWUAZWu .desk {
  color: #fff;
}
.cid-sH9xWUAZWu .signature {
  color: #fff;
}
.cid-sH9xWUAZWu .img-block:hover .title-block {
  transform: translateY(-40px);
}
.cid-sH9xWUAZWu .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  transform: scale(1.1);
}
.cid-sH9xWUAZWu .img-block:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sH9xWUAZWu .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-sH9xWUAZWu .img-card {
    margin-top: 2rem;
  }
}
.cid-sH9IScu9FL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sH9IScu9FL .item-wrapper {
  width: 100%;
}
.cid-sH9IScu9FL .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-sH9IScu9FL .row {
  align-items: center;
  background: #14324e;
  padding: 40px;
  margin: 0;
}
.cid-sH9IScu9FL .mbr-section-title {
  margin: 0 0 12px;
  color: #ffffff;
}
.cid-sH9IScu9FL .desc {
  padding: 0 0px 20px;
  color: #ffffff;
}
.cid-sH9IScu9FL .col-auto {
  display: inline-block;
}
.cid-sH9IScu9FL .container-fluid {
  padding: 0;
}
.cid-sH9IScu9FL .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sH9IScu9FL .right-side {
  padding: 0;
}
.cid-sH9IScu9FL .row {
  flex-direction: row-reverse;
}
.cid-sH9IScu9FL .left-side {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 990px) {
  .cid-sH9IScu9FL .left-side {
    padding: 25px 15px;
  }
}
.cid-sH9Le5bO2R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH9Le5bO2R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLc4WRgJTn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLc4WRgJTn .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-tLc4WRgJTn .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLc4WRgJTn .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLc4WRgJTn .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tLc4WRgJTn .row {
    margin: 0;
  }
}
.cid-tLc4WRgJTn .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-sHamu8NYMK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/anyconv.com-4.9-1000x453.jpg");
}
.cid-sHamu8NYMK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sHamu8NYMK .mbr-text,
.cid-sHamu8NYMK .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sHg2qbOfZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sHg2qbOfZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHg2qbOfZz li {
  padding-bottom: 0.6rem;
}
.cid-sHg2qbOfZz .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .border-col {
    border: 0px;
  }
}
.cid-sHg2qbOfZz .container {
  position: relative;
}
.cid-sHg2qbOfZz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHg2qbOfZz .soc-item:hover {
  background: #9bbb5b;
}
.cid-sHg2qbOfZz .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHg2qbOfZz .row {
    text-align: center;
  }
  .cid-sHg2qbOfZz .social-row {
    justify-content: center;
  }
}
.cid-sHg2qbOfZz .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHg2qbOfZz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHg2qbOfZz H5 {
  color: #ffffff;
}
.cid-sHg2qbOfZz .mbr-section-subtitle {
  color: #000000;
}
.cid-sHg2qbOfZz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 30px;
}
.cid-sHgqvK4npE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #14324e;
}
.cid-sHgqvK4npE .mbr-text a {
  background-size: 100% 0%;
}
.cid-sHgqvK4npE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sHgqvK4npE .media-container-row .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sHb70iLx2w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHb70iLx2w .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sHb70iLx2w nav.navbar {
  position: fixed;
}
.cid-sHb70iLx2w .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sHb70iLx2w .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sHb70iLx2w .nav-item {
    height: auto;
  }
}
.cid-sHb70iLx2w .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHb70iLx2w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHb70iLx2w .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHb70iLx2w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHb70iLx2w .dropdown-item:hover,
.cid-sHb70iLx2w .dropdown-item:focus {
  background: white !important;
}
.cid-sHb70iLx2w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHb70iLx2w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHb70iLx2w .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sHb70iLx2w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHb70iLx2w .nav-link {
  position: relative;
}
.cid-sHb70iLx2w .container {
  display: flex;
  margin: auto;
}
.cid-sHb70iLx2w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sHb70iLx2w .dropdown-menu,
.cid-sHb70iLx2w .navbar.opened {
  background: #ffffff !important;
}
.cid-sHb70iLx2w .nav-item:focus,
.cid-sHb70iLx2w .nav-link:focus {
  outline: none;
}
.cid-sHb70iLx2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHb70iLx2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHb70iLx2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sHb70iLx2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHb70iLx2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHb70iLx2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHb70iLx2w .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHb70iLx2w .navbar.opened {
  transition: all 0.3s;
}
.cid-sHb70iLx2w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHb70iLx2w .navbar .navbar-logo img {
  width: auto;
}
.cid-sHb70iLx2w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHb70iLx2w .navbar.collapsed {
  justify-content: center;
}
.cid-sHb70iLx2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHb70iLx2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHb70iLx2w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHb70iLx2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHb70iLx2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHb70iLx2w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHb70iLx2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHb70iLx2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHb70iLx2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHb70iLx2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHb70iLx2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHb70iLx2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHb70iLx2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHb70iLx2w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHb70iLx2w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHb70iLx2w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHb70iLx2w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHb70iLx2w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHb70iLx2w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHb70iLx2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHb70iLx2w .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHb70iLx2w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHb70iLx2w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHb70iLx2w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHb70iLx2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHb70iLx2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHb70iLx2w .dropdown-item.active,
.cid-sHb70iLx2w .dropdown-item:active {
  background-color: transparent;
}
.cid-sHb70iLx2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHb70iLx2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHb70iLx2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHb70iLx2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHb70iLx2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHb70iLx2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHb70iLx2w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHb70iLx2w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHb70iLx2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHb70iLx2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHb70iLx2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHb70iLx2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHb70iLx2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHb70iLx2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHb70iLx2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHb70iLx2w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHb70iLx2w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHb70iLx2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHb70iLx2w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHb70iLx2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHb70iLx2w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHb70iLx2w .navbar {
    height: 70px;
  }
  .cid-sHb70iLx2w .navbar.opened {
    height: auto;
  }
  .cid-sHb70iLx2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHb75WyDHr {
  padding-top: 450px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/anyconv.com-4.10-1000x667.jpg");
}
.cid-sHb75WyDHr .link-wrap {
  width: 100%;
}
.cid-sHb75WyDHr .link {
  display: inline-block;
}
.cid-sHb75WyDHr .card-wrapper {
  background: #14324e;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-sHb75WyDHr .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sHb75WyDHr .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHb75WyDHr .link a:hover {
  text-decoration: underline;
}
.cid-sHb75WyDHr .link,
.cid-sHb75WyDHr .link-wrap {
  color: #0077ff;
}
.cid-sHb75WyDHr .mbr-text,
.cid-sHb75WyDHr .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sHb75WyDHr {
    padding-top: 150px;
  }
  .cid-sHb75WyDHr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHb75WyDHr .mbr-text,
.cid-sHb75WyDHr .link-wrap {
  color: #ffffff;
}
.cid-sHb75WyDHr .card-title,
.cid-sHb75WyDHr .card-box {
  color: #ffffff;
}
.cid-sHb7sfmU3z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHb7sfmU3z img,
.cid-sHb7sfmU3z .item-img {
  border-radius: 0rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-sHb7sfmU3z .item:focus,
.cid-sHb7sfmU3z span:focus {
  outline: none;
}
.cid-sHb7sfmU3z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHb7sfmU3z .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 0rem;
  background: #14324e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sHb7sfmU3z .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sHb7sfmU3z .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sHb7sfmU3z .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sHb7sfmU3z .item-content {
    padding: 1rem 0;
  }
}
.cid-sHb7sfmU3z .mbr-section-title {
  color: #36187d;
}
.cid-sHb7sfmU3z .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHb7sfmU3z .item-subtitle {
  color: #bec2cf;
}
.cid-sHb7sfmU3z .mbr-text,
.cid-sHb7sfmU3z .mbr-section-btn {
  color: #6c758f;
}
.cid-sHb7sfmU3z .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tLcE7DWIpm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcE7DWIpm img,
.cid-tLcE7DWIpm .item-img {
  border-radius: 0rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tLcE7DWIpm .item:focus,
.cid-tLcE7DWIpm span:focus {
  outline: none;
}
.cid-tLcE7DWIpm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLcE7DWIpm .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 0rem;
  background: #14324e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tLcE7DWIpm .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tLcE7DWIpm .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tLcE7DWIpm .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tLcE7DWIpm .item-content {
    padding: 1rem 0;
  }
}
.cid-tLcE7DWIpm .mbr-section-title {
  color: #36187d;
}
.cid-tLcE7DWIpm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tLcE7DWIpm .item-subtitle {
  color: #bec2cf;
}
.cid-tLcE7DWIpm .mbr-text,
.cid-tLcE7DWIpm .mbr-section-btn {
  color: #6c758f;
}
.cid-tLcE7DWIpm .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tLc6yyttOu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLc6yyttOu img,
.cid-tLc6yyttOu .item-img {
  border-radius: 0rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tLc6yyttOu .item:focus,
.cid-tLc6yyttOu span:focus {
  outline: none;
}
.cid-tLc6yyttOu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLc6yyttOu .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 0rem;
  background: #14324e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tLc6yyttOu .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tLc6yyttOu .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tLc6yyttOu .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tLc6yyttOu .item-content {
    padding: 1rem 0;
  }
}
.cid-tLc6yyttOu .mbr-section-title {
  color: #36187d;
}
.cid-tLc6yyttOu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tLc6yyttOu .item-subtitle {
  color: #bec2cf;
}
.cid-tLc6yyttOu .mbr-text,
.cid-tLc6yyttOu .mbr-section-btn {
  color: #6c758f;
}
.cid-tLc6yyttOu .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tLc5q5lovN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLc5q5lovN .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-tLc5q5lovN .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLc5q5lovN .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLc5q5lovN .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tLc5q5lovN .row {
    margin: 0;
  }
}
.cid-tLc5q5lovN .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-sHgpkbq9nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14324e;
}
@media (min-width: 1500px) {
  .cid-sHgpkbq9nz .container {
    max-width: 1400px;
  }
}
.cid-sHgpkbq9nz .card-wrapper {
  background: #9bbb5b;
  padding: 30px;
}
.cid-sHgpkbq9nz .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHgpkbq9nz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sHgpkbq9nz .row {
  justify-content: center;
}
.cid-sHgpkbq9nz img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sHgpkbq9nz .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  color: #ffffff;
}
.cid-sHgpkbq9nz .card-title,
.cid-sHgpkbq9nz .iconfont-wrapper {
  color: #ffffff;
}
.cid-sHg2qbOfZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sHg2qbOfZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHg2qbOfZz li {
  padding-bottom: 0.6rem;
}
.cid-sHg2qbOfZz .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .border-col {
    border: 0px;
  }
}
.cid-sHg2qbOfZz .container {
  position: relative;
}
.cid-sHg2qbOfZz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHg2qbOfZz .soc-item:hover {
  background: #9bbb5b;
}
.cid-sHg2qbOfZz .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHg2qbOfZz .row {
    text-align: center;
  }
  .cid-sHg2qbOfZz .social-row {
    justify-content: center;
  }
}
.cid-sHg2qbOfZz .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHg2qbOfZz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHg2qbOfZz H5 {
  color: #ffffff;
}
.cid-sHg2qbOfZz .mbr-section-subtitle {
  color: #000000;
}
.cid-sHg2qbOfZz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 30px;
}
.cid-sHgqvK4npE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #14324e;
}
.cid-sHgqvK4npE .mbr-text a {
  background-size: 100% 0%;
}
.cid-sHgqvK4npE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sHgqvK4npE .media-container-row .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-st2egOCBWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2egOCBWA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2egOCBWA nav.navbar {
  position: fixed;
}
.cid-st2egOCBWA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2egOCBWA .nav-item {
    height: auto;
  }
}
.cid-st2egOCBWA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2egOCBWA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2egOCBWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2egOCBWA .dropdown-item:hover,
.cid-st2egOCBWA .dropdown-item:focus {
  background: white !important;
}
.cid-st2egOCBWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2egOCBWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2egOCBWA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2egOCBWA .nav-link {
  position: relative;
}
.cid-st2egOCBWA .container {
  display: flex;
  margin: auto;
}
.cid-st2egOCBWA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2egOCBWA .dropdown-menu,
.cid-st2egOCBWA .navbar.opened {
  background: #ffffff !important;
}
.cid-st2egOCBWA .nav-item:focus,
.cid-st2egOCBWA .nav-link:focus {
  outline: none;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2egOCBWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2egOCBWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2egOCBWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2egOCBWA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.opened {
  transition: all 0.3s;
}
.cid-st2egOCBWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2egOCBWA .navbar .navbar-logo img {
  width: auto;
}
.cid-st2egOCBWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2egOCBWA .navbar.collapsed {
  justify-content: center;
}
.cid-st2egOCBWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2egOCBWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2egOCBWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2egOCBWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2egOCBWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2egOCBWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2egOCBWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2egOCBWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2egOCBWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2egOCBWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2egOCBWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2egOCBWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2egOCBWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2egOCBWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2egOCBWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2egOCBWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2egOCBWA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2egOCBWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2egOCBWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2egOCBWA .dropdown-item.active,
.cid-st2egOCBWA .dropdown-item:active {
  background-color: transparent;
}
.cid-st2egOCBWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2egOCBWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st2egOCBWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2egOCBWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2egOCBWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2egOCBWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2egOCBWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2egOCBWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2egOCBWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2egOCBWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2egOCBWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2egOCBWA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2egOCBWA .navbar {
    height: 70px;
  }
  .cid-st2egOCBWA .navbar.opened {
    height: auto;
  }
  .cid-st2egOCBWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHdp9B4gsF {
  padding-top: 450px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/anyconv.com-4.9-1000x453.jpg");
}
.cid-sHdp9B4gsF .link-wrap {
  width: 100%;
}
.cid-sHdp9B4gsF .link {
  display: inline-block;
}
.cid-sHdp9B4gsF .card-wrapper {
  background: #14324e;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-sHdp9B4gsF .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sHdp9B4gsF .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHdp9B4gsF .link a:hover {
  text-decoration: underline;
}
.cid-sHdp9B4gsF .link,
.cid-sHdp9B4gsF .link-wrap {
  color: #0077ff;
}
.cid-sHdp9B4gsF .mbr-text,
.cid-sHdp9B4gsF .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sHdp9B4gsF {
    padding-top: 150px;
  }
  .cid-sHdp9B4gsF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHdp9B4gsF .mbr-text,
.cid-sHdp9B4gsF .link-wrap {
  color: #ffffff;
}
.cid-sHdp9B4gsF .card-title,
.cid-sHdp9B4gsF .card-box {
  color: #ffffff;
}
.cid-sHVkDDQ66c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e6e6e6;
}
.cid-sHVkDDQ66c .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sHVkDDQ66c .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sHVkDDQ66c .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sHVkDDQ66c .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sHVkDDQ66c .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sHVkDDQ66c .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sHVkDDQ66c .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sHVkF2Qr4C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14324e;
}
.cid-sHVkF2Qr4C a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sHVkF2Qr4C a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sHVkF2Qr4C .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sHVkF2Qr4C textarea.form-control {
  min-height: 214.5px;
}
.cid-sHVkF2Qr4C .btn {
  margin: 0 auto !important;
}
.cid-sHVkF2Qr4C .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sHVkF2Qr4C h4,
.cid-sHVkF2Qr4C p {
  margin: 0;
}
.cid-sHVkF2Qr4C h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sHVkF2Qr4C h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sHVkF2Qr4C h2 {
    text-align: center;
  }
  .cid-sHVkF2Qr4C h3 {
    text-align: center;
  }
  .cid-sHVkF2Qr4C .input-group-btn {
    text-align: center;
  }
  .cid-sHVkF2Qr4C .social-list {
    text-align: center;
  }
  .cid-sHVkF2Qr4C .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sHVkF2Qr4C H2 {
  color: #656565;
}
.cid-sHVkF2Qr4C .content {
  text-align: left;
  color: #656565;
}
.cid-sHVkF2Qr4C .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sHVkF2Qr4C .title1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.7rem;
}
.cid-sHVkF2Qr4C .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sHVkF2Qr4C .title2 {
  margin-bottom: 1.30rem;
  color: #47a15d;
  text-align: center;
}
.cid-sHg2qbOfZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sHg2qbOfZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHg2qbOfZz li {
  padding-bottom: 0.6rem;
}
.cid-sHg2qbOfZz .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .border-col {
    border: 0px;
  }
}
.cid-sHg2qbOfZz .container {
  position: relative;
}
.cid-sHg2qbOfZz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHg2qbOfZz .soc-item:hover {
  background: #9bbb5b;
}
.cid-sHg2qbOfZz .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHg2qbOfZz .row {
    text-align: center;
  }
  .cid-sHg2qbOfZz .social-row {
    justify-content: center;
  }
}
.cid-sHg2qbOfZz .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHg2qbOfZz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHg2qbOfZz H5 {
  color: #ffffff;
}
.cid-sHg2qbOfZz .mbr-section-subtitle {
  color: #000000;
}
.cid-sHg2qbOfZz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 30px;
}
.cid-sHgqvK4npE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #14324e;
}
.cid-sHgqvK4npE .mbr-text a {
  background-size: 100% 0%;
}
.cid-sHgqvK4npE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sHgqvK4npE .media-container-row .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sGYfD2Vrza {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGYfD2Vrza .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sGYfD2Vrza nav.navbar {
  position: fixed;
}
.cid-sGYfD2Vrza .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sGYfD2Vrza .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sGYfD2Vrza .nav-item {
    height: auto;
  }
}
.cid-sGYfD2Vrza .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGYfD2Vrza .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGYfD2Vrza .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGYfD2Vrza .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGYfD2Vrza .dropdown-item:hover,
.cid-sGYfD2Vrza .dropdown-item:focus {
  background: white !important;
}
.cid-sGYfD2Vrza .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGYfD2Vrza .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGYfD2Vrza .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sGYfD2Vrza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGYfD2Vrza .nav-link {
  position: relative;
}
.cid-sGYfD2Vrza .container {
  display: flex;
  margin: auto;
}
.cid-sGYfD2Vrza .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sGYfD2Vrza .dropdown-menu,
.cid-sGYfD2Vrza .navbar.opened {
  background: #ffffff !important;
}
.cid-sGYfD2Vrza .nav-item:focus,
.cid-sGYfD2Vrza .nav-link:focus {
  outline: none;
}
.cid-sGYfD2Vrza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGYfD2Vrza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGYfD2Vrza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sGYfD2Vrza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGYfD2Vrza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGYfD2Vrza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGYfD2Vrza .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGYfD2Vrza .navbar.opened {
  transition: all 0.3s;
}
.cid-sGYfD2Vrza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGYfD2Vrza .navbar .navbar-logo img {
  width: auto;
}
.cid-sGYfD2Vrza .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGYfD2Vrza .navbar.collapsed {
  justify-content: center;
}
.cid-sGYfD2Vrza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGYfD2Vrza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGYfD2Vrza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGYfD2Vrza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGYfD2Vrza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGYfD2Vrza .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGYfD2Vrza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGYfD2Vrza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGYfD2Vrza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGYfD2Vrza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGYfD2Vrza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGYfD2Vrza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGYfD2Vrza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGYfD2Vrza .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGYfD2Vrza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGYfD2Vrza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGYfD2Vrza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGYfD2Vrza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGYfD2Vrza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGYfD2Vrza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGYfD2Vrza .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGYfD2Vrza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGYfD2Vrza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGYfD2Vrza .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGYfD2Vrza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGYfD2Vrza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGYfD2Vrza .dropdown-item.active,
.cid-sGYfD2Vrza .dropdown-item:active {
  background-color: transparent;
}
.cid-sGYfD2Vrza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGYfD2Vrza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGYfD2Vrza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGYfD2Vrza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGYfD2Vrza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGYfD2Vrza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGYfD2Vrza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGYfD2Vrza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGYfD2Vrza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGYfD2Vrza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGYfD2Vrza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGYfD2Vrza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGYfD2Vrza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGYfD2Vrza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGYfD2Vrza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGYfD2Vrza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGYfD2Vrza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGYfD2Vrza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGYfD2Vrza .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGYfD2Vrza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGYfD2Vrza .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGYfD2Vrza .navbar {
    height: 70px;
  }
  .cid-sGYfD2Vrza .navbar.opened {
    height: auto;
  }
  .cid-sGYfD2Vrza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
  .cid-sGYfD2Vrza u.line {
    text-decoration-color: #a21a1c;
  }
}
.cid-sGYk31RMrG {
  padding-top: 450px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/vic-11-2000x1333.jpg");
}
.cid-sGYk31RMrG .link-wrap {
  width: 100%;
}
.cid-sGYk31RMrG .link {
  display: inline-block;
}
.cid-sGYk31RMrG .card-wrapper {
  background: #14324e;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-sGYk31RMrG .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-sGYk31RMrG .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #14324e;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sGYk31RMrG .link a:hover {
  text-decoration: underline;
}
.cid-sGYk31RMrG .link,
.cid-sGYk31RMrG .link-wrap {
  color: #0077ff;
}
.cid-sGYk31RMrG .mbr-text,
.cid-sGYk31RMrG .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-sGYk31RMrG {
    padding-top: 150px;
  }
  .cid-sGYk31RMrG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sGYk31RMrG .card-title,
.cid-sGYk31RMrG .card-box {
  color: #ffffff;
}
.cid-sGYk31RMrG .mbr-text,
.cid-sGYk31RMrG .link-wrap {
  color: #ffffff;
}
.cid-sGZsMRBjvf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #14324e;
}
.cid-sGZsMRBjvf img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sGZsMRBjvf .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sGZsMRBjvf .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sGZsMRBjvf .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sGZsMRBjvf .mbr-text2 {
  text-align: center;
}
.cid-sGZsMRBjvf .mbr-section-title {
  color: #ffffff;
}
.cid-sGZsMRBjvf .mbr-text,
.cid-sGZsMRBjvf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sGZsMRBjvf H1 {
  color: #14324e;
}
.cid-sGYx5Xn8TN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sGYx5Xn8TN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sGYx5Xn8TN .mbr-section-subtitle {
  text-align: center;
}
.cid-sGYx5Xn8TN .mbr-text,
.cid-sGYx5Xn8TN .mbr-section-btn {
  text-align: center;
}
.cid-tLzz0qglSK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14324e;
}
@media (min-width: 1500px) {
  .cid-tLzz0qglSK .container {
    max-width: 1400px;
  }
}
.cid-tLzz0qglSK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLzz0qglSK .card {
  border-radius: 0;
  background: #14324e;
}
.cid-tLzz0qglSK .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-tLzz0qglSK .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-tLzz0qglSK .img-col {
  padding: 0;
}
.cid-tLzz0qglSK .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tLzz0qglSK .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tLzz0qglSK .mbr-text,
.cid-tLzz0qglSK .mbr-section-btn {
  color: #ffffff;
}
.cid-sGYC4pdOoC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sGYC4pdOoC img {
  border-radius: 0px;
  width: 100%;
}
.cid-sGYC4pdOoC .col-12 {
  padding: 0;
}
.cid-sGYC4pdOoC .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sGYC4pdOoC .container-fluid {
  padding: 0;
}
.cid-sGYC4pdOoC .row {
  margin: 0;
}
.cid-sGYC4pdOoC .l2 {
  color: #0c5b47;
}
.cid-sGYC4pdOoC .l1 {
  color: #0c5b47;
}
.cid-sGYC4pdOoC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sGYC4pdOoC .mbr-text,
.cid-sGYC4pdOoC .mbr-section-btn {
  text-align: center;
}
.cid-sHgeft5o0F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #14324e;
}
@media (min-width: 1500px) {
  .cid-sHgeft5o0F .container {
    max-width: 1400px;
  }
}
.cid-sHgeft5o0F .card-wrapper {
  background: #14324e;
  padding: 30px;
}
.cid-sHgeft5o0F .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHgeft5o0F .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sHgeft5o0F .row {
  justify-content: center;
}
.cid-sHgeft5o0F img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sHgeft5o0F .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  color: #ffffff;
}
.cid-sHgeft5o0F .card-title,
.cid-sHgeft5o0F .iconfont-wrapper {
  color: #ffffff;
}
.cid-sGYNG5z26j {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/anyconv.com-4.9-1000x453.jpg");
}
.cid-sGYNG5z26j .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGYNG5z26j .mbr-text,
.cid-sGYNG5z26j .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sHg2qbOfZz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sHg2qbOfZz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHg2qbOfZz li {
  padding-bottom: 0.6rem;
}
.cid-sHg2qbOfZz .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .border-col {
    border: 0px;
  }
}
.cid-sHg2qbOfZz .container {
  position: relative;
}
.cid-sHg2qbOfZz .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHg2qbOfZz .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHg2qbOfZz .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHg2qbOfZz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHg2qbOfZz .soc-item:hover {
  background: #9bbb5b;
}
.cid-sHg2qbOfZz .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHg2qbOfZz .row {
    text-align: center;
  }
  .cid-sHg2qbOfZz .social-row {
    justify-content: center;
  }
}
.cid-sHg2qbOfZz .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHg2qbOfZz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sHg2qbOfZz H5 {
  color: #ffffff;
}
.cid-sHg2qbOfZz .mbr-section-subtitle {
  color: #000000;
}
.cid-sHg2qbOfZz .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-left: 30px;
}
.cid-sHgqvK4npE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #14324e;
}
.cid-sHgqvK4npE .mbr-text a {
  background-size: 100% 0%;
}
.cid-sHgqvK4npE .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sHgqvK4npE .media-container-row .mbr-text {
  text-align: left;
  color: #ffffff;
}
