body {
  font-family: 'dm_sans_regular';
}
.display-1 {
  font-family: 'dm_sans_regular';
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'dm_sans_regular';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'dm_sans_regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'dm_sans_regular';
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'dm_sans_regular';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #5294ae !important;
}
.bg-success {
  background-color: #70706f !important;
}
.bg-info {
  background-color: #5294ae !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5294ae !important;
  border-color: #5294ae !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: #366273 !important;
  border-color: #366273 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #366273 !important;
  border-color: #366273 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a1bdce !important;
  border-color: #a1bdce !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: #6895b0 !important;
  border-color: #6895b0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6895b0 !important;
  border-color: #6895b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5294ae !important;
  border-color: #5294ae !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: #366273 !important;
  border-color: #366273 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #366273 !important;
  border-color: #366273 !important;
}
.btn-success,
.btn-success:active {
  background-color: #70706f !important;
  border-color: #70706f !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: #444444 !important;
  border-color: #444444 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5294ae;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #366273 !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: #5294ae !important;
  border-color: #5294ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a1bdce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6895b0 !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: #a1bdce !important;
  border-color: #a1bdce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5294ae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #366273 !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: #5294ae !important;
  border-color: #5294ae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #70706f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #444444 !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: #70706f !important;
  border-color: #70706f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #5294ae !important;
}
.text-secondary {
  color: #a1bdce !important;
}
.text-success {
  color: #70706f !important;
}
.text-info {
  color: #5294ae !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #315969 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5e8eab !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3d3d3c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #315969 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5294ae;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5294ae;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5294ae;
  border-color: #5294ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5294ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a9cad7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b0b0af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a9cad7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'dm_sans_regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #5294ae !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'dm_sans_regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5294ae;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5294ae;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5294ae;
}
.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: #5294ae;
  border-bottom-color: #5294ae;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5294ae !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a1bdce !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='%235294ae' %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-tcGUqXQK7X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcGUqXQK7X nav.navbar {
  position: fixed;
}
.cid-tcGUqXQK7X .container,
.cid-tcGUqXQK7X .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcGUqXQK7X .container,
  .cid-tcGUqXQK7X .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcGUqXQK7X .dropdown-item:hover,
.cid-tcGUqXQK7X .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcGUqXQK7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcGUqXQK7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcGUqXQK7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcGUqXQK7X .nav-link {
  position: relative;
}
.cid-tcGUqXQK7X .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcGUqXQK7X .nav-link:hover:before {
  opacity: 1;
}
.cid-tcGUqXQK7X .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcGUqXQK7X .container {
  display: flex;
  margin: auto;
}
.cid-tcGUqXQK7X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcGUqXQK7X .nav-item:focus,
.cid-tcGUqXQK7X .nav-link:focus {
  outline: none;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcGUqXQK7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcGUqXQK7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcGUqXQK7X .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcGUqXQK7X .navbar.opened {
  transition: all 0.3s;
}
.cid-tcGUqXQK7X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcGUqXQK7X .navbar .navbar-logo img {
  width: auto;
}
.cid-tcGUqXQK7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcGUqXQK7X .navbar.collapsed {
  justify-content: center;
}
.cid-tcGUqXQK7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcGUqXQK7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcGUqXQK7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcGUqXQK7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcGUqXQK7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcGUqXQK7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcGUqXQK7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcGUqXQK7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcGUqXQK7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcGUqXQK7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcGUqXQK7X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcGUqXQK7X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcGUqXQK7X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcGUqXQK7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcGUqXQK7X .dropdown-item.active,
.cid-tcGUqXQK7X .dropdown-item:active {
  background-color: transparent;
}
.cid-tcGUqXQK7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcGUqXQK7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcGUqXQK7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcGUqXQK7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcGUqXQK7X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcGUqXQK7X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcGUqXQK7X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcGUqXQK7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcGUqXQK7X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcGUqXQK7X .navbar {
    height: 70px;
  }
  .cid-tcGUqXQK7X .navbar.opened {
    height: auto;
  }
  .cid-tcGUqXQK7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcGUqXQK7X .icons-menu {
    padding-right: 0;
  }
  .cid-tcGUqXQK7X .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tfwry6Ftc9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tfwry6Ftc9 .carousel,
.cid-tfwry6Ftc9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfwry6Ftc9 .item-wrapper {
  width: 100%;
}
.cid-tfwry6Ftc9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tfwry6Ftc9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tfwry6Ftc9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tfwry6Ftc9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tfwry6Ftc9 .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-tfwry6Ftc9 .carousel-control span {
  color: #101019;
}
.cid-tfwry6Ftc9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfwry6Ftc9 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-tfwry6Ftc9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfwry6Ftc9 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfwry6Ftc9 .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-tfwry6Ftc9 .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tfwry6Ftc9 .carousel-indicators li.active,
.cid-tfwry6Ftc9 .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-tfwry6Ftc9 .carousel-indicators li::after,
.cid-tfwry6Ftc9 .carousel-indicators li::before {
  content: none;
}
.cid-tfwry6Ftc9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfwry6Ftc9 .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-tfwry6Ftc9 .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-tfwry6Ftc9 .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tfwry6Ftc9 .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tfwry6Ftc9 .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-tfwry6Ftc9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tfwry6Ftc9 .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tfwry6Ftc9 .col-md-11 {
  flex: 0 0 auto;
  width: 100%;
}
.cid-tcGUs3jnsY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcGUs3jnsY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcGUs3jnsY li {
  padding-bottom: 0.6rem;
}
.cid-tcGUs3jnsY .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .border-col {
    border: 0px;
  }
}
.cid-tcGUs3jnsY .container {
  position: relative;
}
.cid-tcGUs3jnsY .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGUs3jnsY .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGUs3jnsY .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGUs3jnsY .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGUs3jnsY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcGUs3jnsY .soc-item:hover {
  background: #fff;
}
.cid-tcGUs3jnsY .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcGUs3jnsY .row {
    text-align: center;
  }
  .cid-tcGUs3jnsY .social-row {
    justify-content: center;
  }
}
.cid-tcGUs3jnsY .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcGUs3jnsY .mbr-text {
  color: #ffffff;
}
.cid-tcGUs3jnsY H5 {
  color: #ffffff;
}
.cid-tcH1lnVgCJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcH1lnVgCJ nav.navbar {
  position: fixed;
}
.cid-tcH1lnVgCJ .container,
.cid-tcH1lnVgCJ .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcH1lnVgCJ .container,
  .cid-tcH1lnVgCJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcH1lnVgCJ .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-tcH1lnVgCJ .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcH1lnVgCJ .dropdown-item:hover,
.cid-tcH1lnVgCJ .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcH1lnVgCJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcH1lnVgCJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcH1lnVgCJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcH1lnVgCJ .nav-link {
  position: relative;
}
.cid-tcH1lnVgCJ .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcH1lnVgCJ .nav-link:hover:before {
  opacity: 1;
}
.cid-tcH1lnVgCJ .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcH1lnVgCJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcH1lnVgCJ .container {
  display: flex;
  margin: auto;
}
.cid-tcH1lnVgCJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcH1lnVgCJ .nav-item:focus,
.cid-tcH1lnVgCJ .nav-link:focus {
  outline: none;
}
.cid-tcH1lnVgCJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcH1lnVgCJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcH1lnVgCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcH1lnVgCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcH1lnVgCJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcH1lnVgCJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcH1lnVgCJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcH1lnVgCJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tcH1lnVgCJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcH1lnVgCJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tcH1lnVgCJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcH1lnVgCJ .navbar.collapsed {
  justify-content: center;
}
.cid-tcH1lnVgCJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcH1lnVgCJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcH1lnVgCJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcH1lnVgCJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcH1lnVgCJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcH1lnVgCJ .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-tcH1lnVgCJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcH1lnVgCJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcH1lnVgCJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcH1lnVgCJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcH1lnVgCJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcH1lnVgCJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcH1lnVgCJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcH1lnVgCJ .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-tcH1lnVgCJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcH1lnVgCJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcH1lnVgCJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcH1lnVgCJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcH1lnVgCJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcH1lnVgCJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcH1lnVgCJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcH1lnVgCJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcH1lnVgCJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcH1lnVgCJ .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-tcH1lnVgCJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcH1lnVgCJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcH1lnVgCJ .dropdown-item.active,
.cid-tcH1lnVgCJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tcH1lnVgCJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcH1lnVgCJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcH1lnVgCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcH1lnVgCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcH1lnVgCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcH1lnVgCJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcH1lnVgCJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcH1lnVgCJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcH1lnVgCJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcH1lnVgCJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcH1lnVgCJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcH1lnVgCJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH1lnVgCJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH1lnVgCJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcH1lnVgCJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH1lnVgCJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcH1lnVgCJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcH1lnVgCJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH1lnVgCJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcH1lnVgCJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcH1lnVgCJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcH1lnVgCJ .navbar {
    height: 70px;
  }
  .cid-tcH1lnVgCJ .navbar.opened {
    height: auto;
  }
  .cid-tcH1lnVgCJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcH1lnVgCJ .icons-menu {
    padding-right: 0;
  }
  .cid-tcH1lnVgCJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcH1loJtU8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tcH1loJtU8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcH1loJtU8 .mbr-section-title a {
  font-weight: 600;
}
.cid-tcH1loJtU8 .mbr-section-title a:hover {
  background: none !important;
}
.cid-tcH1loJtU8 .mbr-text,
.cid-tcH1loJtU8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcH1loJtU8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tcH1loJtU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcH1loJtU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcSFk76wZZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcSFk76wZZ .item-subtitle a {
  font-weight: 600;
}
.cid-tcSFk76wZZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcSFk76wZZ .item-img {
  overflow: hidden;
}
.cid-tcSFk76wZZ img,
.cid-tcSFk76wZZ .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tcSFk76wZZ h5 {
  margin: 0;
}
.cid-tcSFk76wZZ .item:focus,
.cid-tcSFk76wZZ span:focus {
  outline: none;
}
.cid-tcSFk76wZZ .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tcSFk76wZZ .item-content {
  padding-top: 2rem;
}
.cid-tcSFk76wZZ .mbr-section-title {
  color: #232323;
}
.cid-tcSFk76wZZ .item-title {
  color: #666666;
}
.cid-tcH1lrYVMT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcH1lrYVMT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcH1lrYVMT li {
  padding-bottom: 0.6rem;
}
.cid-tcH1lrYVMT .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcH1lrYVMT .border-col {
    border: 0px;
  }
}
.cid-tcH1lrYVMT .container {
  position: relative;
}
.cid-tcH1lrYVMT .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH1lrYVMT .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH1lrYVMT .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcH1lrYVMT .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH1lrYVMT .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcH1lrYVMT .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH1lrYVMT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcH1lrYVMT .soc-item:hover {
  background: #fff;
}
.cid-tcH1lrYVMT .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcH1lrYVMT .row {
    text-align: center;
  }
  .cid-tcH1lrYVMT .social-row {
    justify-content: center;
  }
}
.cid-tcH1lrYVMT .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcH1lrYVMT .mbr-text {
  color: #ffffff;
}
.cid-tcH1lrYVMT H5 {
  color: #ffffff;
}
.cid-tcH2eUPA08 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcH2eUPA08 nav.navbar {
  position: fixed;
}
.cid-tcH2eUPA08 .container,
.cid-tcH2eUPA08 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcH2eUPA08 .container,
  .cid-tcH2eUPA08 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcH2eUPA08 .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-tcH2eUPA08 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcH2eUPA08 .dropdown-item:hover,
.cid-tcH2eUPA08 .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcH2eUPA08 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcH2eUPA08 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcH2eUPA08 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcH2eUPA08 .nav-link {
  position: relative;
}
.cid-tcH2eUPA08 .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcH2eUPA08 .nav-link:hover:before {
  opacity: 1;
}
.cid-tcH2eUPA08 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcH2eUPA08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcH2eUPA08 .container {
  display: flex;
  margin: auto;
}
.cid-tcH2eUPA08 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcH2eUPA08 .nav-item:focus,
.cid-tcH2eUPA08 .nav-link:focus {
  outline: none;
}
.cid-tcH2eUPA08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcH2eUPA08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcH2eUPA08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcH2eUPA08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcH2eUPA08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcH2eUPA08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcH2eUPA08 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcH2eUPA08 .navbar.opened {
  transition: all 0.3s;
}
.cid-tcH2eUPA08 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcH2eUPA08 .navbar .navbar-logo img {
  width: auto;
}
.cid-tcH2eUPA08 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcH2eUPA08 .navbar.collapsed {
  justify-content: center;
}
.cid-tcH2eUPA08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcH2eUPA08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcH2eUPA08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcH2eUPA08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcH2eUPA08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcH2eUPA08 .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-tcH2eUPA08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcH2eUPA08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcH2eUPA08 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcH2eUPA08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcH2eUPA08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcH2eUPA08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcH2eUPA08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcH2eUPA08 .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-tcH2eUPA08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcH2eUPA08 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcH2eUPA08 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcH2eUPA08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcH2eUPA08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcH2eUPA08 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcH2eUPA08 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcH2eUPA08 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcH2eUPA08 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcH2eUPA08 .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-tcH2eUPA08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcH2eUPA08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcH2eUPA08 .dropdown-item.active,
.cid-tcH2eUPA08 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcH2eUPA08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcH2eUPA08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcH2eUPA08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcH2eUPA08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcH2eUPA08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcH2eUPA08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcH2eUPA08 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcH2eUPA08 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcH2eUPA08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcH2eUPA08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcH2eUPA08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcH2eUPA08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH2eUPA08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH2eUPA08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcH2eUPA08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH2eUPA08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcH2eUPA08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcH2eUPA08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH2eUPA08 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcH2eUPA08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcH2eUPA08 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcH2eUPA08 .navbar {
    height: 70px;
  }
  .cid-tcH2eUPA08 .navbar.opened {
    height: auto;
  }
  .cid-tcH2eUPA08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcH2eUPA08 .icons-menu {
    padding-right: 0;
  }
  .cid-tcH2eUPA08 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcH2eVJdPa {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tcH2eVJdPa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcH2eVJdPa .mbr-section-title a {
  font-weight: 600;
}
.cid-tcH2eVJdPa .mbr-section-title a:hover {
  background: none !important;
}
.cid-tcH2eVJdPa .mbr-text,
.cid-tcH2eVJdPa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcH2eVJdPa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tcH2eVJdPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcH2eVJdPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcH2tt6Br9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tcH2tt6Br9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tcH2tt6Br9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tcH2tt6Br9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tcH2tt6Br9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tcH2tt6Br9 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tcH2tt6Br9 .mbr-section-title {
  color: #2e6b75;
}
.cid-tcH2tt6Br9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcH2tt6Br9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcNs6loGZY {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tcNs6loGZY .row {
  align-items: center;
}
.cid-tcNs6loGZY .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-tcNs6loGZY .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-tcNs6loGZY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tcNs6loGZY .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tcNs6loGZY .header-text {
    padding-right: 0;
  }
}
.cid-tcNs6loGZY .label-text {
  width: 100%;
  color: #111111;
}
.cid-tcNs6loGZY .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-tcNs6loGZY .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tcNs6loGZY .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tcNs6loGZY .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-tcNs6loGZY .iconfont-wrapper {
  color: #111111 !important;
}
.cid-tcNs6loGZY .iconfont-wrapper:hover {
  color: #5294ae !important;
}
.cid-tcNs6loGZY .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-tcNs6loGZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcNs6loGZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcH2eZ1rx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcH2eZ1rx0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcH2eZ1rx0 li {
  padding-bottom: 0.6rem;
}
.cid-tcH2eZ1rx0 .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcH2eZ1rx0 .border-col {
    border: 0px;
  }
}
.cid-tcH2eZ1rx0 .container {
  position: relative;
}
.cid-tcH2eZ1rx0 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH2eZ1rx0 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH2eZ1rx0 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcH2eZ1rx0 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH2eZ1rx0 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcH2eZ1rx0 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH2eZ1rx0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcH2eZ1rx0 .soc-item:hover {
  background: #fff;
}
.cid-tcH2eZ1rx0 .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcH2eZ1rx0 .row {
    text-align: center;
  }
  .cid-tcH2eZ1rx0 .social-row {
    justify-content: center;
  }
}
.cid-tcH2eZ1rx0 .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcH2eZ1rx0 .mbr-text {
  color: #ffffff;
}
.cid-tcH2eZ1rx0 H5 {
  color: #ffffff;
}
.cid-tcNGjUGxEH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcNGjUGxEH nav.navbar {
  position: fixed;
}
.cid-tcNGjUGxEH .container,
.cid-tcNGjUGxEH .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcNGjUGxEH .container,
  .cid-tcNGjUGxEH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcNGjUGxEH .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-tcNGjUGxEH .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcNGjUGxEH .dropdown-item:hover,
.cid-tcNGjUGxEH .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcNGjUGxEH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcNGjUGxEH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcNGjUGxEH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcNGjUGxEH .nav-link {
  position: relative;
}
.cid-tcNGjUGxEH .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcNGjUGxEH .nav-link:hover:before {
  opacity: 1;
}
.cid-tcNGjUGxEH .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcNGjUGxEH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcNGjUGxEH .container {
  display: flex;
  margin: auto;
}
.cid-tcNGjUGxEH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcNGjUGxEH .nav-item:focus,
.cid-tcNGjUGxEH .nav-link:focus {
  outline: none;
}
.cid-tcNGjUGxEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcNGjUGxEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcNGjUGxEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcNGjUGxEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcNGjUGxEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcNGjUGxEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcNGjUGxEH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcNGjUGxEH .navbar.opened {
  transition: all 0.3s;
}
.cid-tcNGjUGxEH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcNGjUGxEH .navbar .navbar-logo img {
  width: auto;
}
.cid-tcNGjUGxEH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcNGjUGxEH .navbar.collapsed {
  justify-content: center;
}
.cid-tcNGjUGxEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcNGjUGxEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcNGjUGxEH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcNGjUGxEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcNGjUGxEH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcNGjUGxEH .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-tcNGjUGxEH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcNGjUGxEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcNGjUGxEH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcNGjUGxEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcNGjUGxEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcNGjUGxEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcNGjUGxEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcNGjUGxEH .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-tcNGjUGxEH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcNGjUGxEH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcNGjUGxEH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcNGjUGxEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcNGjUGxEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcNGjUGxEH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcNGjUGxEH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcNGjUGxEH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcNGjUGxEH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcNGjUGxEH .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-tcNGjUGxEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcNGjUGxEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcNGjUGxEH .dropdown-item.active,
.cid-tcNGjUGxEH .dropdown-item:active {
  background-color: transparent;
}
.cid-tcNGjUGxEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcNGjUGxEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcNGjUGxEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcNGjUGxEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcNGjUGxEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcNGjUGxEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcNGjUGxEH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcNGjUGxEH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcNGjUGxEH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcNGjUGxEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcNGjUGxEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcNGjUGxEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcNGjUGxEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcNGjUGxEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcNGjUGxEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcNGjUGxEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcNGjUGxEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcNGjUGxEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcNGjUGxEH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcNGjUGxEH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcNGjUGxEH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcNGjUGxEH .navbar {
    height: 70px;
  }
  .cid-tcNGjUGxEH .navbar.opened {
    height: auto;
  }
  .cid-tcNGjUGxEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcNGjUGxEH .icons-menu {
    padding-right: 0;
  }
  .cid-tcNGjUGxEH .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcNGYuSTk2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tcNGYuSTk2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcNGYuSTk2 .mbr-section-title a {
  font-weight: 600;
}
.cid-tcNGYuSTk2 .mbr-section-title a:hover {
  background: none !important;
}
.cid-tcNGYuSTk2 .mbr-text,
.cid-tcNGYuSTk2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcNGYuSTk2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tcNGYuSTk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcNGYuSTk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcNGrN3jlx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcNGrN3jlx .row {
  flex-direction: row-reverse;
}
.cid-tcNGrN3jlx .mbr-text {
  max-width: 550px;
}
.cid-tcNGrN3jlx .row {
  align-items: center;
}
.cid-tcNGrN3jlx .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-tcNGrN3jlx .mbr-text,
.cid-tcNGrN3jlx .mbr-section-btn {
  color: #000000;
}
.cid-tcNGrN3jlx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tcNGrN3jlx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5294ae;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tcNGrN3jlx .social-list .mbr-iconfont-social:hover {
  color: #5294ae;
  transform: translateY(-3px);
}
.cid-tcNGrN3jlx .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tcNGrN3jlx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tcNGrN3jlx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcNGrN3jlx .mbr-text-title {
  color: #bbbbbb;
}
.cid-tngjsyaJrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tngjsyaJrV .row {
  flex-direction: row-reverse;
}
.cid-tngjsyaJrV .mbr-text {
  max-width: 550px;
}
.cid-tngjsyaJrV .row {
  align-items: center;
}
.cid-tngjsyaJrV .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-tngjsyaJrV .mbr-text,
.cid-tngjsyaJrV .mbr-section-btn {
  color: #000000;
}
.cid-tngjsyaJrV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tngjsyaJrV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5294ae;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tngjsyaJrV .social-list .mbr-iconfont-social:hover {
  color: #5294ae;
  transform: translateY(-3px);
}
.cid-tngjsyaJrV .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tngjsyaJrV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tngjsyaJrV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tngjsyaJrV .mbr-text-title {
  color: #bbbbbb;
}
.cid-tngjLroQfk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tngjLroQfk .row {
  flex-direction: row-reverse;
}
.cid-tngjLroQfk .mbr-text {
  max-width: 550px;
}
.cid-tngjLroQfk .row {
  align-items: center;
}
.cid-tngjLroQfk .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-tngjLroQfk .mbr-text,
.cid-tngjLroQfk .mbr-section-btn {
  color: #000000;
}
.cid-tngjLroQfk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tngjLroQfk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #5294ae;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tngjLroQfk .social-list .mbr-iconfont-social:hover {
  color: #5294ae;
  transform: translateY(-3px);
}
.cid-tngjLroQfk .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tngjLroQfk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tngjLroQfk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tngjLroQfk .mbr-text-title {
  color: #bbbbbb;
}
.cid-tcNGjX3LNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcNGjX3LNM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcNGjX3LNM li {
  padding-bottom: 0.6rem;
}
.cid-tcNGjX3LNM .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcNGjX3LNM .border-col {
    border: 0px;
  }
}
.cid-tcNGjX3LNM .container {
  position: relative;
}
.cid-tcNGjX3LNM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcNGjX3LNM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcNGjX3LNM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcNGjX3LNM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcNGjX3LNM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcNGjX3LNM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcNGjX3LNM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcNGjX3LNM .soc-item:hover {
  background: #fff;
}
.cid-tcNGjX3LNM .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcNGjX3LNM .row {
    text-align: center;
  }
  .cid-tcNGjX3LNM .social-row {
    justify-content: center;
  }
}
.cid-tcNGjX3LNM .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcNGjX3LNM .mbr-text {
  color: #ffffff;
}
.cid-tcNGjX3LNM H5 {
  color: #ffffff;
}
.cid-tcGUqXQK7X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcGUqXQK7X nav.navbar {
  position: fixed;
}
.cid-tcGUqXQK7X .container,
.cid-tcGUqXQK7X .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcGUqXQK7X .container,
  .cid-tcGUqXQK7X .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcGUqXQK7X .dropdown-item:hover,
.cid-tcGUqXQK7X .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcGUqXQK7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcGUqXQK7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcGUqXQK7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcGUqXQK7X .nav-link {
  position: relative;
}
.cid-tcGUqXQK7X .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcGUqXQK7X .nav-link:hover:before {
  opacity: 1;
}
.cid-tcGUqXQK7X .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcGUqXQK7X .container {
  display: flex;
  margin: auto;
}
.cid-tcGUqXQK7X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcGUqXQK7X .nav-item:focus,
.cid-tcGUqXQK7X .nav-link:focus {
  outline: none;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcGUqXQK7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcGUqXQK7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcGUqXQK7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcGUqXQK7X .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcGUqXQK7X .navbar.opened {
  transition: all 0.3s;
}
.cid-tcGUqXQK7X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcGUqXQK7X .navbar .navbar-logo img {
  width: auto;
}
.cid-tcGUqXQK7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcGUqXQK7X .navbar.collapsed {
  justify-content: center;
}
.cid-tcGUqXQK7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcGUqXQK7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcGUqXQK7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcGUqXQK7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcGUqXQK7X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcGUqXQK7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcGUqXQK7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcGUqXQK7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcGUqXQK7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcGUqXQK7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcGUqXQK7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcGUqXQK7X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcGUqXQK7X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcGUqXQK7X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcGUqXQK7X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcGUqXQK7X .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-tcGUqXQK7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcGUqXQK7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcGUqXQK7X .dropdown-item.active,
.cid-tcGUqXQK7X .dropdown-item:active {
  background-color: transparent;
}
.cid-tcGUqXQK7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcGUqXQK7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcGUqXQK7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcGUqXQK7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcGUqXQK7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcGUqXQK7X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcGUqXQK7X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcGUqXQK7X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGUqXQK7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcGUqXQK7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGUqXQK7X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcGUqXQK7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcGUqXQK7X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcGUqXQK7X .navbar {
    height: 70px;
  }
  .cid-tcGUqXQK7X .navbar.opened {
    height: auto;
  }
  .cid-tcGUqXQK7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcGUqXQK7X .icons-menu {
    padding-right: 0;
  }
  .cid-tcGUqXQK7X .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcGVQPAyPt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/profil2-1.jpg");
}
.cid-tcGVQPAyPt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcGVQPAyPt .mbr-section-title a {
  font-weight: 600;
}
.cid-tcGVQPAyPt .mbr-section-title a:hover {
  background: none !important;
}
.cid-tcGVQPAyPt .mbr-text,
.cid-tcGVQPAyPt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcGVQPAyPt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tcGVQPAyPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcGVQPAyPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcGVC2PYhh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcGVC2PYhh .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tcGVC2PYhh .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tcGVC2PYhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcGVC2PYhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcGVC2PYhh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tfwjuApeih {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfwjuApeih .mbr-text {
  color: #666666;
}
.cid-tfwjuApeih .list {
  color: #333333;
}
.cid-tfwjuApeih li {
  padding-bottom: 0.5rem;
}
.cid-tngwdZRtgd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tngwdZRtgd .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tngwdZRtgd .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tngwdZRtgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tngwdZRtgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tngwdZRtgd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tngvIEEVRA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tngvIEEVRA .mbr-text {
  color: #666666;
}
.cid-tngvIEEVRA .list {
  color: #333333;
}
.cid-tngvIEEVRA li {
  padding-bottom: 0.5rem;
}
.cid-tcGUs3jnsY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcGUs3jnsY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcGUs3jnsY li {
  padding-bottom: 0.6rem;
}
.cid-tcGUs3jnsY .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .border-col {
    border: 0px;
  }
}
.cid-tcGUs3jnsY .container {
  position: relative;
}
.cid-tcGUs3jnsY .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGUs3jnsY .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGUs3jnsY .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGUs3jnsY .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcGUs3jnsY .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGUs3jnsY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcGUs3jnsY .soc-item:hover {
  background: #fff;
}
.cid-tcGUs3jnsY .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcGUs3jnsY .row {
    text-align: center;
  }
  .cid-tcGUs3jnsY .social-row {
    justify-content: center;
  }
}
.cid-tcGUs3jnsY .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcGUs3jnsY .mbr-text {
  color: #ffffff;
}
.cid-tcGUs3jnsY H5 {
  color: #ffffff;
}
.cid-tcGWfsMWVn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcGWfsMWVn nav.navbar {
  position: fixed;
}
.cid-tcGWfsMWVn .container,
.cid-tcGWfsMWVn .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcGWfsMWVn .container,
  .cid-tcGWfsMWVn .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcGWfsMWVn .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-tcGWfsMWVn .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcGWfsMWVn .dropdown-item:hover,
.cid-tcGWfsMWVn .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcGWfsMWVn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcGWfsMWVn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcGWfsMWVn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcGWfsMWVn .nav-link {
  position: relative;
}
.cid-tcGWfsMWVn .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcGWfsMWVn .nav-link:hover:before {
  opacity: 1;
}
.cid-tcGWfsMWVn .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcGWfsMWVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcGWfsMWVn .container {
  display: flex;
  margin: auto;
}
.cid-tcGWfsMWVn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcGWfsMWVn .nav-item:focus,
.cid-tcGWfsMWVn .nav-link:focus {
  outline: none;
}
.cid-tcGWfsMWVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcGWfsMWVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcGWfsMWVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcGWfsMWVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcGWfsMWVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcGWfsMWVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcGWfsMWVn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcGWfsMWVn .navbar.opened {
  transition: all 0.3s;
}
.cid-tcGWfsMWVn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcGWfsMWVn .navbar .navbar-logo img {
  width: auto;
}
.cid-tcGWfsMWVn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcGWfsMWVn .navbar.collapsed {
  justify-content: center;
}
.cid-tcGWfsMWVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcGWfsMWVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcGWfsMWVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcGWfsMWVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcGWfsMWVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcGWfsMWVn .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-tcGWfsMWVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcGWfsMWVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcGWfsMWVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcGWfsMWVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcGWfsMWVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcGWfsMWVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcGWfsMWVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcGWfsMWVn .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-tcGWfsMWVn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcGWfsMWVn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcGWfsMWVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcGWfsMWVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcGWfsMWVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcGWfsMWVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcGWfsMWVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcGWfsMWVn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcGWfsMWVn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcGWfsMWVn .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-tcGWfsMWVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcGWfsMWVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcGWfsMWVn .dropdown-item.active,
.cid-tcGWfsMWVn .dropdown-item:active {
  background-color: transparent;
}
.cid-tcGWfsMWVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcGWfsMWVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcGWfsMWVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcGWfsMWVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcGWfsMWVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcGWfsMWVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcGWfsMWVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcGWfsMWVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcGWfsMWVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcGWfsMWVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcGWfsMWVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcGWfsMWVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGWfsMWVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcGWfsMWVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcGWfsMWVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGWfsMWVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcGWfsMWVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcGWfsMWVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcGWfsMWVn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcGWfsMWVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcGWfsMWVn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcGWfsMWVn .navbar {
    height: 70px;
  }
  .cid-tcGWfsMWVn .navbar.opened {
    height: auto;
  }
  .cid-tcGWfsMWVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcGWfsMWVn .icons-menu {
    padding-right: 0;
  }
  .cid-tcGWfsMWVn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcGWfu1dep {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tcGWfu1dep .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tcGWfu1dep .mbr-section-title a {
  font-weight: 600;
}
.cid-tcGWfu1dep .mbr-section-title a:hover {
  background: none !important;
}
.cid-tcGWfu1dep .mbr-text,
.cid-tcGWfu1dep .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tcGWfu1dep .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tcGWfu1dep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcGWfu1dep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcMUBo7y0k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcMUBo7y0k .item-subtitle a {
  font-weight: 600;
}
.cid-tcMUBo7y0k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcMUBo7y0k .item-img {
  overflow: hidden;
}
.cid-tcMUBo7y0k img,
.cid-tcMUBo7y0k .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tcMUBo7y0k h5 {
  margin: 0;
}
.cid-tcMUBo7y0k .item:focus,
.cid-tcMUBo7y0k span:focus {
  outline: none;
}
.cid-tcMUBo7y0k .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tcMUBo7y0k .item-content {
  padding-top: 2rem;
}
.cid-tcMUBo7y0k .mbr-section-title {
  color: #232323;
}
.cid-tcMUBo7y0k .item-title {
  color: #666666;
}
.cid-tcMVypS7cf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcMVypS7cf .item-subtitle a {
  font-weight: 600;
}
.cid-tcMVypS7cf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tcMVypS7cf .item-img {
  overflow: hidden;
}
.cid-tcMVypS7cf img,
.cid-tcMVypS7cf .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tcMVypS7cf h5 {
  margin: 0;
}
.cid-tcMVypS7cf .item:focus,
.cid-tcMVypS7cf span:focus {
  outline: none;
}
.cid-tcMVypS7cf .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tcMVypS7cf .item-content {
  padding-top: 2rem;
}
.cid-tcMVypS7cf .mbr-section-title {
  color: #232323;
}
.cid-tcMVypS7cf .item-title {
  color: #666666;
}
.cid-tcGWfuWG4p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcGWfuWG4p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcGWfuWG4p li {
  padding-bottom: 0.6rem;
}
.cid-tcGWfuWG4p .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcGWfuWG4p .border-col {
    border: 0px;
  }
}
.cid-tcGWfuWG4p .container {
  position: relative;
}
.cid-tcGWfuWG4p .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGWfuWG4p .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcGWfuWG4p .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcGWfuWG4p .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGWfuWG4p .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcGWfuWG4p .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcGWfuWG4p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcGWfuWG4p .soc-item:hover {
  background: #fff;
}
.cid-tcGWfuWG4p .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcGWfuWG4p .row {
    text-align: center;
  }
  .cid-tcGWfuWG4p .social-row {
    justify-content: center;
  }
}
.cid-tcGWfuWG4p .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcGWfuWG4p .mbr-text {
  color: #ffffff;
}
.cid-tcGWfuWG4p H5 {
  color: #ffffff;
}
.cid-tcH60YkCF2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tcH60YkCF2 nav.navbar {
  position: fixed;
}
.cid-tcH60YkCF2 .container,
.cid-tcH60YkCF2 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tcH60YkCF2 .container,
  .cid-tcH60YkCF2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tcH60YkCF2 .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-tcH60YkCF2 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tcH60YkCF2 .dropdown-item:hover,
.cid-tcH60YkCF2 .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tcH60YkCF2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tcH60YkCF2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tcH60YkCF2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tcH60YkCF2 .nav-link {
  position: relative;
}
.cid-tcH60YkCF2 .nav-link:hover {
  color: #ffffff !important;
}
.cid-tcH60YkCF2 .nav-link:hover:before {
  opacity: 1;
}
.cid-tcH60YkCF2 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tcH60YkCF2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcH60YkCF2 .container {
  display: flex;
  margin: auto;
}
.cid-tcH60YkCF2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tcH60YkCF2 .nav-item:focus,
.cid-tcH60YkCF2 .nav-link:focus {
  outline: none;
}
.cid-tcH60YkCF2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcH60YkCF2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcH60YkCF2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tcH60YkCF2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcH60YkCF2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcH60YkCF2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcH60YkCF2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tcH60YkCF2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tcH60YkCF2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tcH60YkCF2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tcH60YkCF2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcH60YkCF2 .navbar.collapsed {
  justify-content: center;
}
.cid-tcH60YkCF2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcH60YkCF2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcH60YkCF2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tcH60YkCF2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcH60YkCF2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcH60YkCF2 .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-tcH60YkCF2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcH60YkCF2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tcH60YkCF2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tcH60YkCF2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcH60YkCF2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcH60YkCF2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcH60YkCF2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcH60YkCF2 .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-tcH60YkCF2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tcH60YkCF2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcH60YkCF2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcH60YkCF2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcH60YkCF2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcH60YkCF2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tcH60YkCF2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcH60YkCF2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tcH60YkCF2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tcH60YkCF2 .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-tcH60YkCF2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcH60YkCF2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcH60YkCF2 .dropdown-item.active,
.cid-tcH60YkCF2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tcH60YkCF2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcH60YkCF2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcH60YkCF2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcH60YkCF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tcH60YkCF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcH60YkCF2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcH60YkCF2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcH60YkCF2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcH60YkCF2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tcH60YkCF2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tcH60YkCF2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tcH60YkCF2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH60YkCF2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tcH60YkCF2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tcH60YkCF2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH60YkCF2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tcH60YkCF2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tcH60YkCF2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tcH60YkCF2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tcH60YkCF2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcH60YkCF2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcH60YkCF2 .navbar {
    height: 70px;
  }
  .cid-tcH60YkCF2 .navbar.opened {
    height: auto;
  }
  .cid-tcH60YkCF2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tcH60YkCF2 .icons-menu {
    padding-right: 0;
  }
  .cid-tcH60YkCF2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tcHc0q8yAA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcHc0q8yAA .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tcHc0q8yAA .mbr-section-btn {
  margin-top: 43px;
}
.cid-tcHc0q8yAA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tcHc0q8yAA .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tcHc0q8yAA .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tjogN7Zxpf {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjogN7Zxpf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjogN7Zxpf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjogN7Zxpf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjogN7Zxpf P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjogN7Zxpf img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjogN7Zxpf .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjogN7Zxpf .top,
  .cid-tjogN7Zxpf .top-2 {
    margin-top: 0;
  }
}
.cid-tjohw60RwP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjohw60RwP .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjohw60RwP .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjohw60RwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjohw60RwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjohw60RwP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjohwEBEb8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tjohwEBEb8 .mbr-text {
  color: #666666;
}
.cid-tjohwEBEb8 .list {
  color: #333333;
}
.cid-tjohwEBEb8 li {
  padding-bottom: 0.5rem;
}
.cid-tcMWhbjiPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tcMWhbjiPM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tcMWhbjiPM .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tcMWhbjiPM .btn {
  transition: all .3s !important;
}
.cid-tcMWhbjiPM a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tcMWhbjiPM .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tcMWhbjiPM .mbr-text,
.cid-tcMWhbjiPM .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tcMWhbjiPM a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tcH610OFeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tcH610OFeS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tcH610OFeS li {
  padding-bottom: 0.6rem;
}
.cid-tcH610OFeS .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tcH610OFeS .border-col {
    border: 0px;
  }
}
.cid-tcH610OFeS .container {
  position: relative;
}
.cid-tcH610OFeS .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH610OFeS .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tcH610OFeS .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tcH610OFeS .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH610OFeS .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tcH610OFeS .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tcH610OFeS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tcH610OFeS .soc-item:hover {
  background: #fff;
}
.cid-tcH610OFeS .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tcH610OFeS .row {
    text-align: center;
  }
  .cid-tcH610OFeS .social-row {
    justify-content: center;
  }
}
.cid-tcH610OFeS .list {
  list-style: none;
  padding-left: 0;
}
.cid-tcH610OFeS .mbr-text {
  color: #ffffff;
}
.cid-tcH610OFeS H5 {
  color: #ffffff;
}
.cid-tjoiBROwLz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjoiBROwLz nav.navbar {
  position: fixed;
}
.cid-tjoiBROwLz .container,
.cid-tjoiBROwLz .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjoiBROwLz .container,
  .cid-tjoiBROwLz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjoiBROwLz .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-tjoiBROwLz .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjoiBROwLz .dropdown-item:hover,
.cid-tjoiBROwLz .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjoiBROwLz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjoiBROwLz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjoiBROwLz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjoiBROwLz .nav-link {
  position: relative;
}
.cid-tjoiBROwLz .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjoiBROwLz .nav-link:hover:before {
  opacity: 1;
}
.cid-tjoiBROwLz .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjoiBROwLz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjoiBROwLz .container {
  display: flex;
  margin: auto;
}
.cid-tjoiBROwLz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjoiBROwLz .nav-item:focus,
.cid-tjoiBROwLz .nav-link:focus {
  outline: none;
}
.cid-tjoiBROwLz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjoiBROwLz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjoiBROwLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjoiBROwLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjoiBROwLz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjoiBROwLz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjoiBROwLz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjoiBROwLz .navbar.opened {
  transition: all 0.3s;
}
.cid-tjoiBROwLz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjoiBROwLz .navbar .navbar-logo img {
  width: auto;
}
.cid-tjoiBROwLz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjoiBROwLz .navbar.collapsed {
  justify-content: center;
}
.cid-tjoiBROwLz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjoiBROwLz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjoiBROwLz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjoiBROwLz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjoiBROwLz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjoiBROwLz .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-tjoiBROwLz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjoiBROwLz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjoiBROwLz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjoiBROwLz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjoiBROwLz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjoiBROwLz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjoiBROwLz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjoiBROwLz .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-tjoiBROwLz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjoiBROwLz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjoiBROwLz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjoiBROwLz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjoiBROwLz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjoiBROwLz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjoiBROwLz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjoiBROwLz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjoiBROwLz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjoiBROwLz .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-tjoiBROwLz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjoiBROwLz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjoiBROwLz .dropdown-item.active,
.cid-tjoiBROwLz .dropdown-item:active {
  background-color: transparent;
}
.cid-tjoiBROwLz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjoiBROwLz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjoiBROwLz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjoiBROwLz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjoiBROwLz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjoiBROwLz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjoiBROwLz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjoiBROwLz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjoiBROwLz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjoiBROwLz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjoiBROwLz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjoiBROwLz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoiBROwLz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoiBROwLz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjoiBROwLz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoiBROwLz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjoiBROwLz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjoiBROwLz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoiBROwLz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjoiBROwLz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjoiBROwLz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjoiBROwLz .navbar {
    height: 70px;
  }
  .cid-tjoiBROwLz .navbar.opened {
    height: auto;
  }
  .cid-tjoiBROwLz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjoiBROwLz .icons-menu {
    padding-right: 0;
  }
  .cid-tjoiBROwLz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjoiBQxEOO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoiBQxEOO .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tjoiBQxEOO .mbr-section-btn {
  margin-top: 43px;
}
.cid-tjoiBQxEOO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjoiBQxEOO .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tjoiBQxEOO .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tjoiBQZbVq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoiBQZbVq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoiBQZbVq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoiBQZbVq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoiBQZbVq P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoiBQZbVq img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoiBQZbVq .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoiBQZbVq .top,
  .cid-tjoiBQZbVq .top-2 {
    margin-top: 0;
  }
}
.cid-tjoiBRgYJj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoiBRgYJj .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjoiBRgYJj .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjoiBRgYJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjoiBRgYJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjoiBRgYJj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjoiBRzUVl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjoiBRzUVl .mbr-text {
  color: #666666;
}
.cid-tjoiBRzUVl .list {
  color: #333333;
}
.cid-tjoiBRzUVl li {
  padding-bottom: 0.5rem;
}
.cid-tjojIcQT1X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjojIcQT1X .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjojIcQT1X .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjojIcQT1X .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjojIcQT1X P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjojIcQT1X img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjojIcQT1X .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjojIcQT1X .top,
  .cid-tjojIcQT1X .top-2 {
    margin-top: 0;
  }
}
.cid-tjokGCsTRy {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tjokGCsTRy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjokGCsTRy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjokGCsTRy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjokGCsTRy P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjokGCsTRy img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjokGCsTRy .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjokGCsTRy .top,
  .cid-tjokGCsTRy .top-2 {
    margin-top: 0;
  }
}
.cid-tjokWDLkDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjokWDLkDM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjokWDLkDM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjokWDLkDM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjokWDLkDM P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjokWDLkDM img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjokWDLkDM .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjokWDLkDM .top,
  .cid-tjokWDLkDM .top-2 {
    margin-top: 0;
  }
}
.cid-tjolo5JqD6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjolo5JqD6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjolo5JqD6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjolo5JqD6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjolo5JqD6 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjolo5JqD6 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjolo5JqD6 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjolo5JqD6 .top,
  .cid-tjolo5JqD6 .top-2 {
    margin-top: 0;
  }
}
.cid-tjolQeNwLd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjolQeNwLd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjolQeNwLd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjolQeNwLd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjolQeNwLd P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjolQeNwLd img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjolQeNwLd .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjolQeNwLd .top,
  .cid-tjolQeNwLd .top-2 {
    margin-top: 0;
  }
}
.cid-tjomasPhR9 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjomasPhR9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjomasPhR9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjomasPhR9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjomasPhR9 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjomasPhR9 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjomasPhR9 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjomasPhR9 .top,
  .cid-tjomasPhR9 .top-2 {
    margin-top: 0;
  }
}
.cid-tjoiBSaDTB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjoiBSaDTB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoiBSaDTB .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoiBSaDTB .btn {
  transition: all .3s !important;
}
.cid-tjoiBSaDTB a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjoiBSaDTB .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjoiBSaDTB .mbr-text,
.cid-tjoiBSaDTB .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjoiBSaDTB a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjoiBSpLvK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjoiBSpLvK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjoiBSpLvK li {
  padding-bottom: 0.6rem;
}
.cid-tjoiBSpLvK .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjoiBSpLvK .border-col {
    border: 0px;
  }
}
.cid-tjoiBSpLvK .container {
  position: relative;
}
.cid-tjoiBSpLvK .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoiBSpLvK .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoiBSpLvK .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjoiBSpLvK .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoiBSpLvK .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjoiBSpLvK .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoiBSpLvK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjoiBSpLvK .soc-item:hover {
  background: #fff;
}
.cid-tjoiBSpLvK .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjoiBSpLvK .row {
    text-align: center;
  }
  .cid-tjoiBSpLvK .social-row {
    justify-content: center;
  }
}
.cid-tjoiBSpLvK .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjoiBSpLvK .mbr-text {
  color: #ffffff;
}
.cid-tjoiBSpLvK H5 {
  color: #ffffff;
}
.cid-tjon3tqg4w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjon3tqg4w nav.navbar {
  position: fixed;
}
.cid-tjon3tqg4w .container,
.cid-tjon3tqg4w .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjon3tqg4w .container,
  .cid-tjon3tqg4w .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjon3tqg4w .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-tjon3tqg4w .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjon3tqg4w .dropdown-item:hover,
.cid-tjon3tqg4w .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjon3tqg4w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjon3tqg4w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjon3tqg4w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjon3tqg4w .nav-link {
  position: relative;
}
.cid-tjon3tqg4w .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjon3tqg4w .nav-link:hover:before {
  opacity: 1;
}
.cid-tjon3tqg4w .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjon3tqg4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjon3tqg4w .container {
  display: flex;
  margin: auto;
}
.cid-tjon3tqg4w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjon3tqg4w .nav-item:focus,
.cid-tjon3tqg4w .nav-link:focus {
  outline: none;
}
.cid-tjon3tqg4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjon3tqg4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjon3tqg4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjon3tqg4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjon3tqg4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjon3tqg4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjon3tqg4w .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjon3tqg4w .navbar.opened {
  transition: all 0.3s;
}
.cid-tjon3tqg4w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjon3tqg4w .navbar .navbar-logo img {
  width: auto;
}
.cid-tjon3tqg4w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjon3tqg4w .navbar.collapsed {
  justify-content: center;
}
.cid-tjon3tqg4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjon3tqg4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjon3tqg4w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjon3tqg4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjon3tqg4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjon3tqg4w .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-tjon3tqg4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjon3tqg4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjon3tqg4w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjon3tqg4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjon3tqg4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjon3tqg4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjon3tqg4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjon3tqg4w .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-tjon3tqg4w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjon3tqg4w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjon3tqg4w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjon3tqg4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjon3tqg4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjon3tqg4w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjon3tqg4w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjon3tqg4w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjon3tqg4w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjon3tqg4w .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-tjon3tqg4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjon3tqg4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjon3tqg4w .dropdown-item.active,
.cid-tjon3tqg4w .dropdown-item:active {
  background-color: transparent;
}
.cid-tjon3tqg4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjon3tqg4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjon3tqg4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjon3tqg4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjon3tqg4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjon3tqg4w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjon3tqg4w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjon3tqg4w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjon3tqg4w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjon3tqg4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjon3tqg4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjon3tqg4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjon3tqg4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjon3tqg4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjon3tqg4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjon3tqg4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjon3tqg4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjon3tqg4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjon3tqg4w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjon3tqg4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjon3tqg4w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjon3tqg4w .navbar {
    height: 70px;
  }
  .cid-tjon3tqg4w .navbar.opened {
    height: auto;
  }
  .cid-tjon3tqg4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjon3tqg4w .icons-menu {
    padding-right: 0;
  }
  .cid-tjon3tqg4w .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjon3s3TvT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjon3s3TvT .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tjon3s3TvT .mbr-section-btn {
  margin-top: 43px;
}
.cid-tjon3s3TvT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjon3s3TvT .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tjon3s3TvT .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tnrftAdKx4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnrftAdKx4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tnrftAdKx4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tnrftAdKx4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tnrftAdKx4 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tnrftAdKx4 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tnrftAdKx4 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tnrftAdKx4 .top,
  .cid-tnrftAdKx4 .top-2 {
    margin-top: 0;
  }
}
.cid-tnrfvqFnKv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnrfvqFnKv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tnrfvqFnKv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tnrfvqFnKv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tnrfvqFnKv P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tnrfvqFnKv img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tnrfvqFnKv .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tnrfvqFnKv .top,
  .cid-tnrfvqFnKv .top-2 {
    margin-top: 0;
  }
}
.cid-tjon3sS24G {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjon3sS24G .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjon3sS24G .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjon3sS24G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjon3sS24G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjon3sS24G .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjon3tcCH0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjon3tcCH0 .mbr-text {
  color: #666666;
}
.cid-tjon3tcCH0 .list {
  color: #333333;
}
.cid-tjon3tcCH0 li {
  padding-bottom: 0.5rem;
}
.cid-tjon3tPRaO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjon3tPRaO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjon3tPRaO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjon3tPRaO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjon3tPRaO P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjon3tPRaO img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjon3tPRaO .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjon3tPRaO .top,
  .cid-tjon3tPRaO .top-2 {
    margin-top: 0;
  }
}
.cid-tjon3u620R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjon3u620R .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjon3u620R .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjon3u620R .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjon3u620R P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjon3u620R img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjon3u620R .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjon3u620R .top,
  .cid-tjon3u620R .top-2 {
    margin-top: 0;
  }
}
.cid-tjopajJrXk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjopajJrXk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjopajJrXk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjopajJrXk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjopajJrXk P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjopajJrXk img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjopajJrXk .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjopajJrXk .top,
  .cid-tjopajJrXk .top-2 {
    margin-top: 0;
  }
}
.cid-tjopj4PPFp {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjopj4PPFp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjopj4PPFp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjopj4PPFp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjopj4PPFp P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjopj4PPFp img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjopj4PPFp .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjopj4PPFp .top,
  .cid-tjopj4PPFp .top-2 {
    margin-top: 0;
  }
}
.cid-tjon3vzgYO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjon3vzgYO .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjon3vzgYO .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjon3vzgYO .btn {
  transition: all .3s !important;
}
.cid-tjon3vzgYO a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjon3vzgYO .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjon3vzgYO .mbr-text,
.cid-tjon3vzgYO .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjon3vzgYO a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjon3vR5iL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjon3vR5iL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjon3vR5iL li {
  padding-bottom: 0.6rem;
}
.cid-tjon3vR5iL .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjon3vR5iL .border-col {
    border: 0px;
  }
}
.cid-tjon3vR5iL .container {
  position: relative;
}
.cid-tjon3vR5iL .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjon3vR5iL .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjon3vR5iL .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjon3vR5iL .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjon3vR5iL .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjon3vR5iL .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjon3vR5iL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjon3vR5iL .soc-item:hover {
  background: #fff;
}
.cid-tjon3vR5iL .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjon3vR5iL .row {
    text-align: center;
  }
  .cid-tjon3vR5iL .social-row {
    justify-content: center;
  }
}
.cid-tjon3vR5iL .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjon3vR5iL .mbr-text {
  color: #ffffff;
}
.cid-tjon3vR5iL H5 {
  color: #ffffff;
}
.cid-tjoqlDytU1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjoqlDytU1 nav.navbar {
  position: fixed;
}
.cid-tjoqlDytU1 .container,
.cid-tjoqlDytU1 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjoqlDytU1 .container,
  .cid-tjoqlDytU1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjoqlDytU1 .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-tjoqlDytU1 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjoqlDytU1 .dropdown-item:hover,
.cid-tjoqlDytU1 .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjoqlDytU1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjoqlDytU1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjoqlDytU1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjoqlDytU1 .nav-link {
  position: relative;
}
.cid-tjoqlDytU1 .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjoqlDytU1 .nav-link:hover:before {
  opacity: 1;
}
.cid-tjoqlDytU1 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjoqlDytU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjoqlDytU1 .container {
  display: flex;
  margin: auto;
}
.cid-tjoqlDytU1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjoqlDytU1 .nav-item:focus,
.cid-tjoqlDytU1 .nav-link:focus {
  outline: none;
}
.cid-tjoqlDytU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjoqlDytU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjoqlDytU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjoqlDytU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjoqlDytU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjoqlDytU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjoqlDytU1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjoqlDytU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjoqlDytU1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjoqlDytU1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjoqlDytU1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjoqlDytU1 .navbar.collapsed {
  justify-content: center;
}
.cid-tjoqlDytU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjoqlDytU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjoqlDytU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjoqlDytU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjoqlDytU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjoqlDytU1 .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-tjoqlDytU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjoqlDytU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjoqlDytU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjoqlDytU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjoqlDytU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjoqlDytU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjoqlDytU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjoqlDytU1 .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-tjoqlDytU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjoqlDytU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjoqlDytU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjoqlDytU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjoqlDytU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjoqlDytU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjoqlDytU1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjoqlDytU1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjoqlDytU1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjoqlDytU1 .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-tjoqlDytU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjoqlDytU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjoqlDytU1 .dropdown-item.active,
.cid-tjoqlDytU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjoqlDytU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjoqlDytU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjoqlDytU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjoqlDytU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjoqlDytU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjoqlDytU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjoqlDytU1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjoqlDytU1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjoqlDytU1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjoqlDytU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjoqlDytU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjoqlDytU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoqlDytU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoqlDytU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjoqlDytU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoqlDytU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjoqlDytU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjoqlDytU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoqlDytU1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjoqlDytU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjoqlDytU1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjoqlDytU1 .navbar {
    height: 70px;
  }
  .cid-tjoqlDytU1 .navbar.opened {
    height: auto;
  }
  .cid-tjoqlDytU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjoqlDytU1 .icons-menu {
    padding-right: 0;
  }
  .cid-tjoqlDytU1 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjoqlCfEys {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoqlCfEys .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tjoqlCfEys .mbr-section-btn {
  margin-top: 43px;
}
.cid-tjoqlCfEys .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjoqlCfEys .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tjoqlCfEys .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tjoqlCFQsp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoqlCFQsp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoqlCFQsp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoqlCFQsp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoqlCFQsp P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoqlCFQsp img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoqlCFQsp .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoqlCFQsp .top,
  .cid-tjoqlCFQsp .top-2 {
    margin-top: 0;
  }
}
.cid-tjoqlCZvUb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoqlCZvUb .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjoqlCZvUb .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjoqlCZvUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjoqlCZvUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjoqlCZvUb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjoqlDj3Ko {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjoqlDj3Ko .mbr-text {
  color: #666666;
}
.cid-tjoqlDj3Ko .list {
  color: #333333;
}
.cid-tjoqlDj3Ko li {
  padding-bottom: 0.5rem;
}
.cid-tjoqlDVjQd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoqlDVjQd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoqlDVjQd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoqlDVjQd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoqlDVjQd P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoqlDVjQd img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoqlDVjQd .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoqlDVjQd .top,
  .cid-tjoqlDVjQd .top-2 {
    margin-top: 0;
  }
}
.cid-tjoqlEc6Sc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoqlEc6Sc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoqlEc6Sc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoqlEc6Sc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoqlEc6Sc P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoqlEc6Sc img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoqlEc6Sc .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoqlEc6Sc .top,
  .cid-tjoqlEc6Sc .top-2 {
    margin-top: 0;
  }
}
.cid-tjostJxa6H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjostJxa6H .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjostJxa6H .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjostJxa6H .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjostJxa6H P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjostJxa6H img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjostJxa6H .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjostJxa6H .top,
  .cid-tjostJxa6H .top-2 {
    margin-top: 0;
  }
}
.cid-tjotdmk5mF {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjotdmk5mF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjotdmk5mF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjotdmk5mF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjotdmk5mF P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjotdmk5mF img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjotdmk5mF .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjotdmk5mF .top,
  .cid-tjotdmk5mF .top-2 {
    margin-top: 0;
  }
}
.cid-tjoqlFGvQn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjoqlFGvQn .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoqlFGvQn .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoqlFGvQn .btn {
  transition: all .3s !important;
}
.cid-tjoqlFGvQn a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjoqlFGvQn .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjoqlFGvQn .mbr-text,
.cid-tjoqlFGvQn .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjoqlFGvQn a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjoqlFYe7R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjoqlFYe7R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjoqlFYe7R li {
  padding-bottom: 0.6rem;
}
.cid-tjoqlFYe7R .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjoqlFYe7R .border-col {
    border: 0px;
  }
}
.cid-tjoqlFYe7R .container {
  position: relative;
}
.cid-tjoqlFYe7R .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoqlFYe7R .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoqlFYe7R .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjoqlFYe7R .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoqlFYe7R .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjoqlFYe7R .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoqlFYe7R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjoqlFYe7R .soc-item:hover {
  background: #fff;
}
.cid-tjoqlFYe7R .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjoqlFYe7R .row {
    text-align: center;
  }
  .cid-tjoqlFYe7R .social-row {
    justify-content: center;
  }
}
.cid-tjoqlFYe7R .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjoqlFYe7R .mbr-text {
  color: #ffffff;
}
.cid-tjoqlFYe7R H5 {
  color: #ffffff;
}
.cid-tjou7C2C6e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjou7C2C6e nav.navbar {
  position: fixed;
}
.cid-tjou7C2C6e .container,
.cid-tjou7C2C6e .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjou7C2C6e .container,
  .cid-tjou7C2C6e .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjou7C2C6e .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-tjou7C2C6e .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjou7C2C6e .dropdown-item:hover,
.cid-tjou7C2C6e .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjou7C2C6e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjou7C2C6e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjou7C2C6e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjou7C2C6e .nav-link {
  position: relative;
}
.cid-tjou7C2C6e .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjou7C2C6e .nav-link:hover:before {
  opacity: 1;
}
.cid-tjou7C2C6e .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjou7C2C6e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjou7C2C6e .container {
  display: flex;
  margin: auto;
}
.cid-tjou7C2C6e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjou7C2C6e .nav-item:focus,
.cid-tjou7C2C6e .nav-link:focus {
  outline: none;
}
.cid-tjou7C2C6e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjou7C2C6e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjou7C2C6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjou7C2C6e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjou7C2C6e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjou7C2C6e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjou7C2C6e .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjou7C2C6e .navbar.opened {
  transition: all 0.3s;
}
.cid-tjou7C2C6e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjou7C2C6e .navbar .navbar-logo img {
  width: auto;
}
.cid-tjou7C2C6e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjou7C2C6e .navbar.collapsed {
  justify-content: center;
}
.cid-tjou7C2C6e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjou7C2C6e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjou7C2C6e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjou7C2C6e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjou7C2C6e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjou7C2C6e .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-tjou7C2C6e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjou7C2C6e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjou7C2C6e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjou7C2C6e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjou7C2C6e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjou7C2C6e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjou7C2C6e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjou7C2C6e .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-tjou7C2C6e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjou7C2C6e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjou7C2C6e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjou7C2C6e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjou7C2C6e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjou7C2C6e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjou7C2C6e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjou7C2C6e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjou7C2C6e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjou7C2C6e .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-tjou7C2C6e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjou7C2C6e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjou7C2C6e .dropdown-item.active,
.cid-tjou7C2C6e .dropdown-item:active {
  background-color: transparent;
}
.cid-tjou7C2C6e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjou7C2C6e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjou7C2C6e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjou7C2C6e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjou7C2C6e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjou7C2C6e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjou7C2C6e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjou7C2C6e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjou7C2C6e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjou7C2C6e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjou7C2C6e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjou7C2C6e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjou7C2C6e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjou7C2C6e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjou7C2C6e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjou7C2C6e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjou7C2C6e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjou7C2C6e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjou7C2C6e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjou7C2C6e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjou7C2C6e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjou7C2C6e .navbar {
    height: 70px;
  }
  .cid-tjou7C2C6e .navbar.opened {
    height: auto;
  }
  .cid-tjou7C2C6e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjou7C2C6e .icons-menu {
    padding-right: 0;
  }
  .cid-tjou7C2C6e .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjou7AFxRb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjou7AFxRb .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tjou7AFxRb .mbr-section-btn {
  margin-top: 43px;
}
.cid-tjou7AFxRb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjou7AFxRb .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tjou7AFxRb .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tjou7B8U3e {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjou7B8U3e .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjou7B8U3e .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjou7B8U3e .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjou7B8U3e P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjou7B8U3e img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjou7B8U3e .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjou7B8U3e .top,
  .cid-tjou7B8U3e .top-2 {
    margin-top: 0;
  }
}
.cid-tjou7Bszl1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjou7Bszl1 .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjou7Bszl1 .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjou7Bszl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjou7Bszl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjou7Bszl1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjou7BOEb9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjou7BOEb9 .mbr-text {
  color: #666666;
}
.cid-tjou7BOEb9 .list {
  color: #333333;
}
.cid-tjou7BOEb9 li {
  padding-bottom: 0.5rem;
}
.cid-tjou7CqrDf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjou7CqrDf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjou7CqrDf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjou7CqrDf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjou7CqrDf P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjou7CqrDf img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjou7CqrDf .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjou7CqrDf .top,
  .cid-tjou7CqrDf .top-2 {
    margin-top: 0;
  }
}
.cid-tjou7CI1rG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjou7CI1rG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjou7CI1rG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjou7CI1rG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjou7CI1rG P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjou7CI1rG img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjou7CI1rG .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjou7CI1rG .top,
  .cid-tjou7CI1rG .top-2 {
    margin-top: 0;
  }
}
.cid-tjovHfoZZm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjovHfoZZm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjovHfoZZm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjovHfoZZm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjovHfoZZm P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjovHfoZZm img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjovHfoZZm .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjovHfoZZm .top,
  .cid-tjovHfoZZm .top-2 {
    margin-top: 0;
  }
}
.cid-tjow2qvhm9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjow2qvhm9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjow2qvhm9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjow2qvhm9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjow2qvhm9 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjow2qvhm9 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjow2qvhm9 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjow2qvhm9 .top,
  .cid-tjow2qvhm9 .top-2 {
    margin-top: 0;
  }
}
.cid-tjowR1AQiP {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjowR1AQiP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjowR1AQiP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjowR1AQiP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjowR1AQiP P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjowR1AQiP img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjowR1AQiP .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjowR1AQiP .top,
  .cid-tjowR1AQiP .top-2 {
    margin-top: 0;
  }
}
.cid-tjou7EfoLy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjou7EfoLy .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjou7EfoLy .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjou7EfoLy .btn {
  transition: all .3s !important;
}
.cid-tjou7EfoLy a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjou7EfoLy .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjou7EfoLy .mbr-text,
.cid-tjou7EfoLy .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjou7EfoLy a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjou7Ezfux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjou7Ezfux .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjou7Ezfux li {
  padding-bottom: 0.6rem;
}
.cid-tjou7Ezfux .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjou7Ezfux .border-col {
    border: 0px;
  }
}
.cid-tjou7Ezfux .container {
  position: relative;
}
.cid-tjou7Ezfux .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjou7Ezfux .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjou7Ezfux .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjou7Ezfux .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjou7Ezfux .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjou7Ezfux .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjou7Ezfux .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjou7Ezfux .soc-item:hover {
  background: #fff;
}
.cid-tjou7Ezfux .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjou7Ezfux .row {
    text-align: center;
  }
  .cid-tjou7Ezfux .social-row {
    justify-content: center;
  }
}
.cid-tjou7Ezfux .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjou7Ezfux .mbr-text {
  color: #ffffff;
}
.cid-tjou7Ezfux H5 {
  color: #ffffff;
}
.cid-tjoHN18kYR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjoHN18kYR nav.navbar {
  position: fixed;
}
.cid-tjoHN18kYR .container,
.cid-tjoHN18kYR .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjoHN18kYR .container,
  .cid-tjoHN18kYR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjoHN18kYR .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-tjoHN18kYR .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjoHN18kYR .dropdown-item:hover,
.cid-tjoHN18kYR .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjoHN18kYR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjoHN18kYR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjoHN18kYR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjoHN18kYR .nav-link {
  position: relative;
}
.cid-tjoHN18kYR .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjoHN18kYR .nav-link:hover:before {
  opacity: 1;
}
.cid-tjoHN18kYR .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjoHN18kYR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjoHN18kYR .container {
  display: flex;
  margin: auto;
}
.cid-tjoHN18kYR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjoHN18kYR .nav-item:focus,
.cid-tjoHN18kYR .nav-link:focus {
  outline: none;
}
.cid-tjoHN18kYR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjoHN18kYR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjoHN18kYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjoHN18kYR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjoHN18kYR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjoHN18kYR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjoHN18kYR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjoHN18kYR .navbar.opened {
  transition: all 0.3s;
}
.cid-tjoHN18kYR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjoHN18kYR .navbar .navbar-logo img {
  width: auto;
}
.cid-tjoHN18kYR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjoHN18kYR .navbar.collapsed {
  justify-content: center;
}
.cid-tjoHN18kYR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjoHN18kYR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjoHN18kYR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjoHN18kYR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjoHN18kYR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjoHN18kYR .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-tjoHN18kYR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjoHN18kYR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjoHN18kYR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjoHN18kYR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjoHN18kYR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjoHN18kYR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjoHN18kYR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjoHN18kYR .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-tjoHN18kYR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjoHN18kYR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjoHN18kYR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjoHN18kYR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjoHN18kYR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjoHN18kYR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjoHN18kYR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjoHN18kYR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjoHN18kYR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjoHN18kYR .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-tjoHN18kYR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjoHN18kYR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjoHN18kYR .dropdown-item.active,
.cid-tjoHN18kYR .dropdown-item:active {
  background-color: transparent;
}
.cid-tjoHN18kYR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjoHN18kYR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjoHN18kYR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjoHN18kYR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjoHN18kYR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjoHN18kYR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjoHN18kYR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjoHN18kYR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjoHN18kYR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjoHN18kYR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjoHN18kYR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjoHN18kYR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoHN18kYR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjoHN18kYR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjoHN18kYR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoHN18kYR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjoHN18kYR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjoHN18kYR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjoHN18kYR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjoHN18kYR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjoHN18kYR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjoHN18kYR .navbar {
    height: 70px;
  }
  .cid-tjoHN18kYR .navbar.opened {
    height: auto;
  }
  .cid-tjoHN18kYR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjoHN18kYR .icons-menu {
    padding-right: 0;
  }
  .cid-tjoHN18kYR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjoHN00oMi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoHN00oMi .card-title {
  margin-bottom: 20px;
  color: #202020;
}
.cid-tjoHN00oMi .mbr-section-btn {
  margin-top: 43px;
}
.cid-tjoHN00oMi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjoHN00oMi .card-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) and (max-width: 1200px) {
  .cid-tjoHN00oMi .image-wrapper {
    padding-top: 0px !important;
  }
}
.cid-tjoLfdBlF6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoLfdBlF6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoLfdBlF6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoLfdBlF6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoLfdBlF6 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoLfdBlF6 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoLfdBlF6 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoLfdBlF6 .top,
  .cid-tjoLfdBlF6 .top-2 {
    margin-top: 0;
  }
}
.cid-tjoHN0y5XI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjoHN0y5XI .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tjoHN0y5XI .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tjoHN0y5XI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjoHN0y5XI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjoHN0y5XI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjoHN0TJ2M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjoHN0TJ2M .mbr-text {
  color: #666666;
}
.cid-tjoHN0TJ2M .list {
  color: #333333;
}
.cid-tjoHN0TJ2M li {
  padding-bottom: 0.5rem;
}
.cid-tjoHN1vHoU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoHN1vHoU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoHN1vHoU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoHN1vHoU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoHN1vHoU P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoHN1vHoU img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoHN1vHoU .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoHN1vHoU .top,
  .cid-tjoHN1vHoU .top-2 {
    margin-top: 0;
  }
}
.cid-tjoHN1Nq6r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoHN1Nq6r .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoHN1Nq6r .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoHN1Nq6r .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoHN1Nq6r P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoHN1Nq6r img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoHN1Nq6r .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoHN1Nq6r .top,
  .cid-tjoHN1Nq6r .top-2 {
    margin-top: 0;
  }
}
.cid-tjoJxBn2h1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoJxBn2h1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoJxBn2h1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoJxBn2h1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoJxBn2h1 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoJxBn2h1 img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoJxBn2h1 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoJxBn2h1 .top,
  .cid-tjoJxBn2h1 .top-2 {
    margin-top: 0;
  }
}
.cid-tjoKkHDZ3c {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjoKkHDZ3c .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoKkHDZ3c .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoKkHDZ3c .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoKkHDZ3c P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoKkHDZ3c img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoKkHDZ3c .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoKkHDZ3c .top,
  .cid-tjoKkHDZ3c .top-2 {
    margin-top: 0;
  }
}
.cid-tjoKNTi3wj {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjoKNTi3wj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjoKNTi3wj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjoKNTi3wj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjoKNTi3wj P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjoKNTi3wj img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tjoKNTi3wj .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjoKNTi3wj .top,
  .cid-tjoKNTi3wj .top-2 {
    margin-top: 0;
  }
}
.cid-tjoHN3ikDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjoHN3ikDd .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoHN3ikDd .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjoHN3ikDd .btn {
  transition: all .3s !important;
}
.cid-tjoHN3ikDd a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjoHN3ikDd .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjoHN3ikDd .mbr-text,
.cid-tjoHN3ikDd .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjoHN3ikDd a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjoHN3CQ5P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjoHN3CQ5P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjoHN3CQ5P li {
  padding-bottom: 0.6rem;
}
.cid-tjoHN3CQ5P .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjoHN3CQ5P .border-col {
    border: 0px;
  }
}
.cid-tjoHN3CQ5P .container {
  position: relative;
}
.cid-tjoHN3CQ5P .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoHN3CQ5P .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjoHN3CQ5P .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjoHN3CQ5P .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoHN3CQ5P .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjoHN3CQ5P .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjoHN3CQ5P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjoHN3CQ5P .soc-item:hover {
  background: #fff;
}
.cid-tjoHN3CQ5P .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjoHN3CQ5P .row {
    text-align: center;
  }
  .cid-tjoHN3CQ5P .social-row {
    justify-content: center;
  }
}
.cid-tjoHN3CQ5P .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjoHN3CQ5P .mbr-text {
  color: #ffffff;
}
.cid-tjoHN3CQ5P H5 {
  color: #ffffff;
}
.cid-tjtVSGhpnB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjtVSGhpnB nav.navbar {
  position: fixed;
}
.cid-tjtVSGhpnB .container,
.cid-tjtVSGhpnB .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjtVSGhpnB .container,
  .cid-tjtVSGhpnB .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjtVSGhpnB .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-tjtVSGhpnB .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tjtVSGhpnB .dropdown-item:hover,
.cid-tjtVSGhpnB .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tjtVSGhpnB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjtVSGhpnB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjtVSGhpnB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjtVSGhpnB .nav-link {
  position: relative;
}
.cid-tjtVSGhpnB .nav-link:hover {
  color: #ffffff !important;
}
.cid-tjtVSGhpnB .nav-link:hover:before {
  opacity: 1;
}
.cid-tjtVSGhpnB .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tjtVSGhpnB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjtVSGhpnB .container {
  display: flex;
  margin: auto;
}
.cid-tjtVSGhpnB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjtVSGhpnB .nav-item:focus,
.cid-tjtVSGhpnB .nav-link:focus {
  outline: none;
}
.cid-tjtVSGhpnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjtVSGhpnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjtVSGhpnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjtVSGhpnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjtVSGhpnB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjtVSGhpnB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjtVSGhpnB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tjtVSGhpnB .navbar.opened {
  transition: all 0.3s;
}
.cid-tjtVSGhpnB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjtVSGhpnB .navbar .navbar-logo img {
  width: auto;
}
.cid-tjtVSGhpnB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjtVSGhpnB .navbar.collapsed {
  justify-content: center;
}
.cid-tjtVSGhpnB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjtVSGhpnB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjtVSGhpnB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tjtVSGhpnB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjtVSGhpnB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjtVSGhpnB .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-tjtVSGhpnB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjtVSGhpnB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjtVSGhpnB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjtVSGhpnB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjtVSGhpnB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjtVSGhpnB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjtVSGhpnB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjtVSGhpnB .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-tjtVSGhpnB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjtVSGhpnB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjtVSGhpnB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjtVSGhpnB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjtVSGhpnB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjtVSGhpnB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjtVSGhpnB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjtVSGhpnB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjtVSGhpnB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjtVSGhpnB .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-tjtVSGhpnB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjtVSGhpnB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjtVSGhpnB .dropdown-item.active,
.cid-tjtVSGhpnB .dropdown-item:active {
  background-color: transparent;
}
.cid-tjtVSGhpnB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjtVSGhpnB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjtVSGhpnB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjtVSGhpnB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tjtVSGhpnB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjtVSGhpnB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjtVSGhpnB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjtVSGhpnB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjtVSGhpnB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tjtVSGhpnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tjtVSGhpnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjtVSGhpnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtVSGhpnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjtVSGhpnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjtVSGhpnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtVSGhpnB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjtVSGhpnB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjtVSGhpnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjtVSGhpnB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjtVSGhpnB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjtVSGhpnB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjtVSGhpnB .navbar {
    height: 70px;
  }
  .cid-tjtVSGhpnB .navbar.opened {
    height: auto;
  }
  .cid-tjtVSGhpnB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tjtVSGhpnB .icons-menu {
    padding-right: 0;
  }
  .cid-tjtVSGhpnB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tjtVSGLYS7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tjtVSGLYS7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tjtVSGLYS7 .mbr-section-title a {
  font-weight: 600;
}
.cid-tjtVSGLYS7 .mbr-section-title a:hover {
  background: none !important;
}
.cid-tjtVSGLYS7 .mbr-text,
.cid-tjtVSGLYS7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tjtVSGLYS7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tjtVSGLYS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjtVSGLYS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjtX3nXOV7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjtX3nXOV7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjtX3nXOV7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjtX3nXOV7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjtX3nXOV7 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjtX3nXOV7 img {
  margin-top: 15px;
}
.cid-tjtX3nXOV7 img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tjtX3nXOV7 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjtX3nXOV7 .top,
  .cid-tjtX3nXOV7 .top-2 {
    margin-top: 0;
  }
}
.cid-tjtW60bnAN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjtW60bnAN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjtW60bnAN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjtW60bnAN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjtW60bnAN P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjtW60bnAN img {
  margin-top: 15px;
}
.cid-tjtW60bnAN img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tjtW60bnAN .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjtW60bnAN .top,
  .cid-tjtW60bnAN .top-2 {
    margin-top: 0;
  }
}
.cid-tjtX9jznx3 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tjtX9jznx3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjtX9jznx3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tjtX9jznx3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tjtX9jznx3 P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tjtX9jznx3 img {
  margin-top: 15px;
}
.cid-tjtX9jznx3 img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tjtX9jznx3 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tjtX9jznx3 .top,
  .cid-tjtX9jznx3 .top-2 {
    margin-top: 0;
  }
}
.cid-tjtWbTwxvB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5294ae;
}
.cid-tjtWbTwxvB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjtWbTwxvB .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-tjtWbTwxvB .btn {
  transition: all .3s !important;
}
.cid-tjtWbTwxvB a {
  font-weight: 400;
  transition: all .3s;
}
.cid-tjtWbTwxvB .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tjtWbTwxvB .mbr-text,
.cid-tjtWbTwxvB .button-align {
  text-align: center;
  color: #ffffff;
}
.cid-tjtWbTwxvB a.btn:hover {
  background-color: #70706f !important;
  border-color: #70706f !important;
}
.cid-tjtVSIx7kV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tjtVSIx7kV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tjtVSIx7kV li {
  padding-bottom: 0.6rem;
}
.cid-tjtVSIx7kV .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tjtVSIx7kV .border-col {
    border: 0px;
  }
}
.cid-tjtVSIx7kV .container {
  position: relative;
}
.cid-tjtVSIx7kV .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjtVSIx7kV .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tjtVSIx7kV .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tjtVSIx7kV .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjtVSIx7kV .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tjtVSIx7kV .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tjtVSIx7kV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tjtVSIx7kV .soc-item:hover {
  background: #fff;
}
.cid-tjtVSIx7kV .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tjtVSIx7kV .row {
    text-align: center;
  }
  .cid-tjtVSIx7kV .social-row {
    justify-content: center;
  }
}
.cid-tjtVSIx7kV .list {
  list-style: none;
  padding-left: 0;
}
.cid-tjtVSIx7kV .mbr-text {
  color: #ffffff;
}
.cid-tjtVSIx7kV H5 {
  color: #ffffff;
}
.cid-tnrbaCzDxO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnrbaCzDxO nav.navbar {
  position: fixed;
}
.cid-tnrbaCzDxO .container,
.cid-tnrbaCzDxO .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tnrbaCzDxO .container,
  .cid-tnrbaCzDxO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tnrbaCzDxO .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-tnrbaCzDxO .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tnrbaCzDxO .dropdown-item:hover,
.cid-tnrbaCzDxO .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tnrbaCzDxO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnrbaCzDxO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnrbaCzDxO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnrbaCzDxO .nav-link {
  position: relative;
}
.cid-tnrbaCzDxO .nav-link:hover {
  color: #ffffff !important;
}
.cid-tnrbaCzDxO .nav-link:hover:before {
  opacity: 1;
}
.cid-tnrbaCzDxO .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tnrbaCzDxO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnrbaCzDxO .container {
  display: flex;
  margin: auto;
}
.cid-tnrbaCzDxO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnrbaCzDxO .nav-item:focus,
.cid-tnrbaCzDxO .nav-link:focus {
  outline: none;
}
.cid-tnrbaCzDxO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnrbaCzDxO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnrbaCzDxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnrbaCzDxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnrbaCzDxO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnrbaCzDxO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnrbaCzDxO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tnrbaCzDxO .navbar.opened {
  transition: all 0.3s;
}
.cid-tnrbaCzDxO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnrbaCzDxO .navbar .navbar-logo img {
  width: auto;
}
.cid-tnrbaCzDxO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnrbaCzDxO .navbar.collapsed {
  justify-content: center;
}
.cid-tnrbaCzDxO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnrbaCzDxO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnrbaCzDxO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tnrbaCzDxO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnrbaCzDxO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnrbaCzDxO .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-tnrbaCzDxO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnrbaCzDxO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnrbaCzDxO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnrbaCzDxO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnrbaCzDxO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnrbaCzDxO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnrbaCzDxO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnrbaCzDxO .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-tnrbaCzDxO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnrbaCzDxO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnrbaCzDxO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnrbaCzDxO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnrbaCzDxO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnrbaCzDxO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnrbaCzDxO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnrbaCzDxO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnrbaCzDxO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnrbaCzDxO .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-tnrbaCzDxO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnrbaCzDxO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnrbaCzDxO .dropdown-item.active,
.cid-tnrbaCzDxO .dropdown-item:active {
  background-color: transparent;
}
.cid-tnrbaCzDxO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnrbaCzDxO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnrbaCzDxO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnrbaCzDxO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tnrbaCzDxO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnrbaCzDxO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnrbaCzDxO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnrbaCzDxO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnrbaCzDxO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tnrbaCzDxO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tnrbaCzDxO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnrbaCzDxO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnrbaCzDxO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnrbaCzDxO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnrbaCzDxO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnrbaCzDxO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnrbaCzDxO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnrbaCzDxO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnrbaCzDxO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnrbaCzDxO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnrbaCzDxO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnrbaCzDxO .navbar {
    height: 70px;
  }
  .cid-tnrbaCzDxO .navbar.opened {
    height: auto;
  }
  .cid-tnrbaCzDxO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tnrbaCzDxO .icons-menu {
    padding-right: 0;
  }
  .cid-tnrbaCzDxO .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tnrbaCY6Ha {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tnrbaCY6Ha .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tnrbaCY6Ha .mbr-section-title a {
  font-weight: 600;
}
.cid-tnrbaCY6Ha .mbr-section-title a:hover {
  background: none !important;
}
.cid-tnrbaCY6Ha .mbr-text,
.cid-tnrbaCY6Ha .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tnrbaCY6Ha .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tnrbaCY6Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnrbaCY6Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnrbi0LUlH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnrbi0LUlH .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tnrbi0LUlH .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tnrbi0LUlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnrbi0LUlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnrbi0LUlH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnrbaEI3Rh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tnrbaEI3Rh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnrbaEI3Rh li {
  padding-bottom: 0.6rem;
}
.cid-tnrbaEI3Rh .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tnrbaEI3Rh .border-col {
    border: 0px;
  }
}
.cid-tnrbaEI3Rh .container {
  position: relative;
}
.cid-tnrbaEI3Rh .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tnrbaEI3Rh .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tnrbaEI3Rh .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tnrbaEI3Rh .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tnrbaEI3Rh .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tnrbaEI3Rh .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tnrbaEI3Rh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tnrbaEI3Rh .soc-item:hover {
  background: #fff;
}
.cid-tnrbaEI3Rh .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tnrbaEI3Rh .row {
    text-align: center;
  }
  .cid-tnrbaEI3Rh .social-row {
    justify-content: center;
  }
}
.cid-tnrbaEI3Rh .list {
  list-style: none;
  padding-left: 0;
}
.cid-tnrbaEI3Rh .mbr-text {
  color: #ffffff;
}
.cid-tnrbaEI3Rh H5 {
  color: #ffffff;
}
.cid-tnrcGbE2QI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnrcGbE2QI nav.navbar {
  position: fixed;
}
.cid-tnrcGbE2QI .container,
.cid-tnrcGbE2QI .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tnrcGbE2QI .container,
  .cid-tnrcGbE2QI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tnrcGbE2QI .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-tnrcGbE2QI .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-tnrcGbE2QI .dropdown-item:hover,
.cid-tnrcGbE2QI .dropdown-item:focus {
  color: #5294ae !important;
}
.cid-tnrcGbE2QI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnrcGbE2QI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnrcGbE2QI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnrcGbE2QI .nav-link {
  position: relative;
}
.cid-tnrcGbE2QI .nav-link:hover {
  color: #ffffff !important;
}
.cid-tnrcGbE2QI .nav-link:hover:before {
  opacity: 1;
}
.cid-tnrcGbE2QI .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tnrcGbE2QI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnrcGbE2QI .container {
  display: flex;
  margin: auto;
}
.cid-tnrcGbE2QI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnrcGbE2QI .nav-item:focus,
.cid-tnrcGbE2QI .nav-link:focus {
  outline: none;
}
.cid-tnrcGbE2QI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnrcGbE2QI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnrcGbE2QI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnrcGbE2QI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnrcGbE2QI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnrcGbE2QI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnrcGbE2QI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #5294ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a1bdce;
}
.cid-tnrcGbE2QI .navbar.opened {
  transition: all 0.3s;
}
.cid-tnrcGbE2QI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnrcGbE2QI .navbar .navbar-logo img {
  width: auto;
}
.cid-tnrcGbE2QI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnrcGbE2QI .navbar.collapsed {
  justify-content: center;
}
.cid-tnrcGbE2QI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnrcGbE2QI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnrcGbE2QI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tnrcGbE2QI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnrcGbE2QI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnrcGbE2QI .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-tnrcGbE2QI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnrcGbE2QI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnrcGbE2QI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnrcGbE2QI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnrcGbE2QI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnrcGbE2QI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnrcGbE2QI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnrcGbE2QI .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-tnrcGbE2QI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnrcGbE2QI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnrcGbE2QI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnrcGbE2QI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnrcGbE2QI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnrcGbE2QI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnrcGbE2QI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnrcGbE2QI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnrcGbE2QI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnrcGbE2QI .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-tnrcGbE2QI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnrcGbE2QI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnrcGbE2QI .dropdown-item.active,
.cid-tnrcGbE2QI .dropdown-item:active {
  background-color: transparent;
}
.cid-tnrcGbE2QI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnrcGbE2QI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnrcGbE2QI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnrcGbE2QI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a1bdce;
}
.cid-tnrcGbE2QI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnrcGbE2QI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnrcGbE2QI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnrcGbE2QI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnrcGbE2QI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-tnrcGbE2QI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5294ae;
}
.cid-tnrcGbE2QI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnrcGbE2QI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnrcGbE2QI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnrcGbE2QI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnrcGbE2QI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnrcGbE2QI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnrcGbE2QI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnrcGbE2QI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnrcGbE2QI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnrcGbE2QI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnrcGbE2QI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnrcGbE2QI .navbar {
    height: 70px;
  }
  .cid-tnrcGbE2QI .navbar.opened {
    height: auto;
  }
  .cid-tnrcGbE2QI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tnrcGbE2QI .icons-menu {
    padding-right: 0;
  }
  .cid-tnrcGbE2QI .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tnrcGd2Pw9 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #5294ae;
}
.cid-tnrcGd2Pw9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tnrcGd2Pw9 .mbr-section-title a {
  font-weight: 600;
}
.cid-tnrcGd2Pw9 .mbr-section-title a:hover {
  background: none !important;
}
.cid-tnrcGd2Pw9 .mbr-text,
.cid-tnrcGd2Pw9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tnrcGd2Pw9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tnrcGd2Pw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnrcGd2Pw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnrcGe9XWE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnrcGe9XWE .mbr-section-title {
  color: #101112;
  text-align: left;
}
.cid-tnrcGe9XWE .mbr-section-subtitle {
  color: #333333;
  text-align: left;
}
.cid-tnrcGe9XWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnrcGe9XWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnrcGe9XWE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnrcGf3R5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #70706f;
  overflow: hidden;
}
.cid-tnrcGf3R5w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnrcGf3R5w li {
  padding-bottom: 0.6rem;
}
.cid-tnrcGf3R5w .border-col {
  border-right: 3px solid #5294ae;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tnrcGf3R5w .border-col {
    border: 0px;
  }
}
.cid-tnrcGf3R5w .container {
  position: relative;
}
.cid-tnrcGf3R5w .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tnrcGf3R5w .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #5294ae;
  position: absolute;
  left: -50%;
}
.cid-tnrcGf3R5w .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tnrcGf3R5w .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tnrcGf3R5w .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tnrcGf3R5w .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tnrcGf3R5w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 3px solid #5294ae;
}
.cid-tnrcGf3R5w .soc-item:hover {
  background: #fff;
}
.cid-tnrcGf3R5w .soc-item .mbr-iconfont {
  color: #5294ae;
}
@media (max-width: 767px) {
  .cid-tnrcGf3R5w .row {
    text-align: center;
  }
  .cid-tnrcGf3R5w .social-row {
    justify-content: center;
  }
}
.cid-tnrcGf3R5w .list {
  list-style: none;
  padding-left: 0;
}
.cid-tnrcGf3R5w .mbr-text {
  color: #ffffff;
}
.cid-tnrcGf3R5w H5 {
  color: #ffffff;
}
