body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #012972 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #012972 !important;
  border-color: #012972 !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: #000a1c !important;
  border-color: #000a1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000a1c !important;
  border-color: #000a1c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #012972;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000a1c !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: #012972 !important;
  border-color: #012972 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: 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: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !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: #012972 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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: #012972;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #012972;
  border-color: #012972;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #012972;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0256f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  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: #012972 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  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: #012972;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #012972;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #012972;
}
.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: #012972;
  border-bottom-color: #012972;
}
.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: #012972 !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: #edb5bf !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='%23012972' %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-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #fff1de !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/shake-612x408.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCuCnm6Ua6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCuCnm6Ua6 .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: left;
}
.cid-uCuCnm6Ua6 .mbr-section-btn {
  width: 100%;
}
.cid-uCuCnm6Ua6 .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-uCuCnm6Ua6 .card {
  padding: 1rem .5rem;
}
.cid-uCuCnm6Ua6 .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-uCuCnm6Ua6 .wrap .pie_progress {
  height: inherit;
}
.cid-uCuCnm6Ua6 .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-uCuCnm6Ua6 .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCuCnm6Ua6 h2,
  .cid-uCuCnm6Ua6 h3 {
    text-align: center !important;
  }
  .cid-uCuCnm6Ua6 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uCuCnm6Ua6 .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uCuCnm6Ua6 .second-col {
    padding-top: 1.5rem;
  }
}
.cid-uCuCnm6Ua6 path {
  stroke: #ffe161;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCuCnm6Ua6 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uCuCnm6Ua6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuCnm6Ua6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCo76paObK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCo76paObK {
    align-items: flex-start;
  }
  .cid-uCo76paObK .row {
    justify-content: flex-start;
  }
}
.cid-uCo76paObK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCo76paObK .mbr-text,
.cid-uCo76paObK .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCo76paObK .mbr-section-title,
.cid-uCo76paObK .line {
  color: #232323;
}
.cid-uCo76paObK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCo76paObK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCo76paObK .mbr-section-subtitle,
.cid-uCo76paObK .align {
  text-align: left;
  color: #232323;
}
.cid-uCo76paObK .mbr-text2 {
  color: #808080;
}
.cid-uCo7dL6YPZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCo7dL6YPZ .item-img {
  position: relative;
}
.cid-uCo7dL6YPZ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uCo7dL6YPZ .card-text {
    padding-left: 4rem;
  }
}
.cid-uCo7dL6YPZ h5 {
  line-height: 1.2;
}
.cid-uCo7dL6YPZ .card {
  margin-bottom: 2rem;
}
.cid-uCo7dL6YPZ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCo7dL6YPZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCo7dL6YPZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #fff0b0;
}
@media (max-width: 992px) {
  .cid-uCo7dL6YPZ .image-wrapper {
    min-height: 200px;
  }
}
.cid-uCo7dL6YPZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCo7dL6YPZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCo7dL6YPZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uCo7dL6YPZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCo7dL6YPZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCo7dL6YPZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCo7dL6YPZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCo7dL6YPZ img,
.cid-uCo7dL6YPZ .item-img {
  width: 100%;
}
.cid-uCo7dL6YPZ .item:focus,
.cid-uCo7dL6YPZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCo7dL6YPZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uCo7dL6YPZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCo7dL6YPZ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCo7dL6YPZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCo7dL6YPZ .mbr-section-subtitle,
.cid-uCo7dL6YPZ .subtitle-wrap,
.cid-uCo7dL6YPZ .mbr-section-btn {
  text-align: left;
}
.cid-uCo7dL6YPZ .mbr-text,
.cid-uCo7dL6YPZ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uCo7dL6YPZ .mbr-text {
  color: #000000;
}
.cid-uAn6gh3QGT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAn6gh3QGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAn6gh3QGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAn6gh3QGT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uAn6gh3QGT .card {
    margin-bottom: 2rem!important;
  }
  .cid-uAn6gh3QGT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAn6gh3QGT .link-wrap {
    align-items: center;
  }
}
.cid-uAn6gh3QGT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCxnGAVvOg {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCxnGAVvOg {
    align-items: flex-start;
  }
  .cid-uCxnGAVvOg .row {
    justify-content: flex-start;
  }
}
.cid-uCxnGAVvOg .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCxnGAVvOg .mbr-text,
.cid-uCxnGAVvOg .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCxnGAVvOg .mbr-section-title,
.cid-uCxnGAVvOg .line {
  color: #232323;
}
.cid-uCxnGAVvOg h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCxnGAVvOg h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCxnGAVvOg .mbr-section-subtitle,
.cid-uCxnGAVvOg .align {
  text-align: left;
  color: #232323;
}
.cid-uCxnfNLe1s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCxnfNLe1s ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uCxnfNLe1s li {
  position: relative;
}
.cid-uCxnfNLe1s li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-uCxnfNLe1s ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uCxnfNLe1s .background {
  padding: 3rem 1rem;
  background-color: #fff4c8;
}
@media (min-width: 992px) {
  .cid-uCxnfNLe1s .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-uCxnfNLe1s .display-1 {
    font-size: 70px;
  }
  .cid-uCxnfNLe1s .display-5 {
    font-size: 29px;
  }
  .cid-uCxnfNLe1s .display-7 {
    font-size: 22px;
  }
}
.cid-uDVJRYvjKQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDVJRYvjKQ .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uDVJRYvjKQ .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uDVJRYvjKQ .title-text {
  color: #232323;
  text-align: left;
}
.cid-uDVJRYvjKQ H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uDVJRYvjKQ .section-text,
.cid-uDVJRYvjKQ .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uDVJRYvjKQ .title-text DIV {
  text-align: left;
}
.cid-uDVTlTHoGE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDVTlTHoGE .card {
  display: block;
  position: relative;
}
.cid-uDVTlTHoGE .card .card-wrapper {
  background: #fff4c8;
  height: 1%;
}
.cid-uDVTlTHoGE .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-uDVTlTHoGE .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-uDVTlTHoGE .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #fff0b0;
}
.cid-uDVTlTHoGE .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-uDVTlTHoGE .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-uDVTlTHoGE .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-uDVTlTHoGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVTlTHoGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVTlTHoGE .img-text {
  color: #262642;
}
.cid-uDVTlTHoGE .mbr-card-text,
.cid-uDVTlTHoGE .mbr-section-btn {
  color: #262642;
}
.cid-uDWqFuipRs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDWqFuipRs .card {
  display: block;
  position: relative;
}
.cid-uDWqFuipRs .card .card-wrapper {
  background: #fff4c8;
  height: 1%;
}
.cid-uDWqFuipRs .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-uDWqFuipRs .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-uDWqFuipRs .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #fff0b0;
}
.cid-uDWqFuipRs .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-uDWqFuipRs .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-uDWqFuipRs .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-uDWqFuipRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWqFuipRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDWqFuipRs .img-text {
  color: #262642;
}
.cid-uDWqFuipRs .mbr-card-text,
.cid-uDWqFuipRs .mbr-section-btn {
  color: #262642;
}
.cid-uDWw328K7y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDWw328K7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDWw328K7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDWw328K7y .container {
    padding: 0 20px;
  }
}
.cid-uDWw328K7y .row {
  border-top: 2px solid #ffe161;
  border-bottom: 2px solid #ffe161;
  margin-top: -2px;
}
.cid-uDWw328K7y .card {
  padding: 0;
}
.cid-uDWw328K7y .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #ffe161;
  border-left: 0;
  border-right: 2px solid #ffe161;
}
@media (max-width: 992px) {
  .cid-uDWw328K7y .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-uDWw328K7y .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uDWw328K7y .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDWw328K7y .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uDWw328K7y .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDWw328K7y .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDWw328K7y .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uDWw328K7y .mbr-section-title {
  color: #1d1d1d;
}
.cid-uDWw328K7y .mbr-text {
  color: #1d1d1d;
}
.cid-uCv7hKEWu7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff4c8;
}
.cid-uCv7hKEWu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCv7hKEWu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCv7hKEWu7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uCv7hKEWu7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uCv7hKEWu7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCv7hKEWu7 .link-wrap {
    align-items: center;
  }
}
.cid-uCv7hKEWu7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCxie4qiq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCxie4qiq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxie4qiq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxie4qiq8 .row {
  justify-content: center;
}
.cid-uCxie4qiq8 .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCxie4qiq8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uCxie4qiq8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uCxie4qiq8 .card-row {
  align-items: stretch;
}
.cid-uCxie4qiq8 .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-uCxie4qiq8 .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uCxie4qiq8 .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uCxie4qiq8 .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uCxie4qiq8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uCxie4qiq8 .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uCxie4qiq8 .card-wrapper {
  display: flex;
}
.cid-uCxie4qiq8 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .card-title {
    text-align: center !important;
  }
}
.cid-uCxie4qiq8 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uCxie4qiq8 .card-text {
    text-align: center !important;
  }
}
.cid-uCodtmzAWD {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCodtmzAWD {
    align-items: flex-start;
  }
  .cid-uCodtmzAWD .row {
    justify-content: flex-start;
  }
}
.cid-uCodtmzAWD .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCodtmzAWD .mbr-text,
.cid-uCodtmzAWD .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCodtmzAWD .mbr-section-title,
.cid-uCodtmzAWD .line {
  color: #232323;
}
.cid-uCodtmzAWD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCodtmzAWD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCodtmzAWD .mbr-section-subtitle,
.cid-uCodtmzAWD .align {
  text-align: left;
  color: #232323;
}
.cid-uCodtmzAWD .mbr-text2 {
  color: #808080;
}
.cid-uAmGRnuHSh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAmGRnuHSh .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAmGRnuHSh .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAmGRnuHSh .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAmGRnuHSh .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAmGRnuHSh .row > div {
    margin: auto;
  }
}
.cid-uAmGRnuHSh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAmGRnuHSh .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmGRnuHSh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmGRnuHSh .list {
    margin-bottom: 0rem;
  }
}
.cid-uAmGRnuHSh .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAmGRnuHSh .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAmGRnuHSh .row {
    display: grid;
  }
  .cid-uAmGRnuHSh .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAmGRnuHSh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAmGRnuHSh .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmGRnuHSh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAn01iV3EL .navbar-dropdown {
  position: relative !important;
}
.cid-uAn01iV3EL .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-uAn01iV3EL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAn01iV3EL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAn01iV3EL .dropdown-item:hover,
.cid-uAn01iV3EL .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uAn01iV3EL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAn01iV3EL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAn01iV3EL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAn01iV3EL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAn01iV3EL .nav-link {
  position: relative;
}
.cid-uAn01iV3EL .container {
  display: flex;
  margin: auto;
}
.cid-uAn01iV3EL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAn01iV3EL .dropdown-menu,
.cid-uAn01iV3EL .navbar.opened {
  background: #fff1de !important;
}
.cid-uAn01iV3EL .nav-item:focus,
.cid-uAn01iV3EL .nav-link:focus {
  outline: none;
}
.cid-uAn01iV3EL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAn01iV3EL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAn01iV3EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAn01iV3EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAn01iV3EL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAn01iV3EL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAn01iV3EL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uAn01iV3EL .navbar.opened {
  transition: all 0.3s;
}
.cid-uAn01iV3EL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAn01iV3EL .navbar .navbar-logo img {
  width: auto;
}
.cid-uAn01iV3EL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAn01iV3EL .navbar.collapsed {
  justify-content: center;
}
.cid-uAn01iV3EL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAn01iV3EL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAn01iV3EL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAn01iV3EL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAn01iV3EL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAn01iV3EL .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-uAn01iV3EL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAn01iV3EL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAn01iV3EL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAn01iV3EL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAn01iV3EL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAn01iV3EL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAn01iV3EL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAn01iV3EL .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-uAn01iV3EL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAn01iV3EL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAn01iV3EL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAn01iV3EL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAn01iV3EL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAn01iV3EL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAn01iV3EL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAn01iV3EL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAn01iV3EL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAn01iV3EL .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-uAn01iV3EL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAn01iV3EL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAn01iV3EL .dropdown-item.active,
.cid-uAn01iV3EL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAn01iV3EL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAn01iV3EL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAn01iV3EL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAn01iV3EL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uAn01iV3EL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAn01iV3EL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAn01iV3EL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAn01iV3EL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAn01iV3EL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAn01iV3EL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uAn01iV3EL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAn01iV3EL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAn01iV3EL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAn01iV3EL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAn01iV3EL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAn01iV3EL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAn01iV3EL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAn01iV3EL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAn01iV3EL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAn01iV3EL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAn01iV3EL .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-uAn01iV3EL .navbar {
    height: 70px;
  }
  .cid-uAn01iV3EL .navbar.opened {
    height: auto;
  }
  .cid-uAn01iV3EL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAn01jAy9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/utigem1-1000x667.jpg");
}
.cid-uAn01jAy9x .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uAn01jAy9x .mbr-text,
.cid-uAn01jAy9x .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCv8S6XDxr {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCv8S6XDxr {
    align-items: flex-start;
  }
  .cid-uCv8S6XDxr .row {
    justify-content: flex-start;
  }
}
.cid-uCv8S6XDxr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCv8S6XDxr .mbr-text,
.cid-uCv8S6XDxr .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCv8S6XDxr .mbr-section-title,
.cid-uCv8S6XDxr .line {
  color: #232323;
}
.cid-uCv8S6XDxr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCv8S6XDxr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCv8S6XDxr .mbr-section-subtitle,
.cid-uCv8S6XDxr .align {
  text-align: left;
  color: #232323;
}
.cid-uCv8S6XDxr .mbr-text2 {
  color: #808080;
}
.cid-uCv7Td6hZx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCv7Td6hZx .item-img {
  position: relative;
}
.cid-uCv7Td6hZx .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uCv7Td6hZx .card-text {
    padding-left: 4rem;
  }
}
.cid-uCv7Td6hZx h5 {
  line-height: 1.2;
}
.cid-uCv7Td6hZx .card {
  margin-bottom: 2rem;
}
.cid-uCv7Td6hZx .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCv7Td6hZx .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCv7Td6hZx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #fff4c8;
}
@media (max-width: 992px) {
  .cid-uCv7Td6hZx .image-wrapper {
    min-height: 200px;
  }
}
.cid-uCv7Td6hZx .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCv7Td6hZx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCv7Td6hZx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uCv7Td6hZx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCv7Td6hZx .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCv7Td6hZx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCv7Td6hZx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCv7Td6hZx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCv7Td6hZx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCv7Td6hZx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCv7Td6hZx .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCv7Td6hZx .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCv7Td6hZx img,
.cid-uCv7Td6hZx .item-img {
  width: 100%;
}
.cid-uCv7Td6hZx .item:focus,
.cid-uCv7Td6hZx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCv7Td6hZx .item {
    margin-bottom: 1rem;
  }
}
.cid-uCv7Td6hZx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCv7Td6hZx .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCv7Td6hZx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCv7Td6hZx .mbr-section-subtitle,
.cid-uCv7Td6hZx .subtitle-wrap,
.cid-uCv7Td6hZx .mbr-section-btn {
  text-align: left;
}
.cid-uCv7Td6hZx .mbr-text,
.cid-uCv7Td6hZx .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uCv7Td6hZx .mbr-text {
  color: #000000;
}
.cid-uAn01k5pO4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uAn01k5pO4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAn01k5pO4 .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAn01k5pO4 .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAn01k5pO4 .media-content {
  padding-left: 2rem;
}
.cid-uAn01k5pO4 textarea {
  min-height: 150px;
}
.cid-uAn01k5pO4 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAn01k5pO4 .form-control,
.cid-uAn01k5pO4 .field-input {
  padding: 1rem;
  background-color: #fff4c8 !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uAn01k5pO4 .form-control:hover,
.cid-uAn01k5pO4 .field-input:hover,
.cid-uAn01k5pO4 .form-control:focus,
.cid-uAn01k5pO4 .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAn01k5pO4 .form-control:hover input::-webkit-input-placeholder,
.cid-uAn01k5pO4 .field-input:hover input::-webkit-input-placeholder,
.cid-uAn01k5pO4 .form-control:focus input::-webkit-input-placeholder,
.cid-uAn01k5pO4 .field-input:focus input::-webkit-input-placeholder,
.cid-uAn01k5pO4 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAn01k5pO4 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAn01k5pO4 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAn01k5pO4 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAn01k5pO4 .form-control:hover input:-moz-placeholder,
.cid-uAn01k5pO4 .field-input:hover input:-moz-placeholder,
.cid-uAn01k5pO4 .form-control:focus input:-moz-placeholder,
.cid-uAn01k5pO4 .field-input:focus input:-moz-placeholder,
.cid-uAn01k5pO4 .form-control:hover textarea:-moz-placeholder,
.cid-uAn01k5pO4 .field-input:hover textarea:-moz-placeholder,
.cid-uAn01k5pO4 .form-control:focus textarea:-moz-placeholder,
.cid-uAn01k5pO4 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAn01k5pO4 input::-webkit-input-placeholder,
.cid-uAn01k5pO4 textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAn01k5pO4 input:-moz-placeholder,
.cid-uAn01k5pO4 textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAn01k5pO4 .jq-number__spin:hover,
.cid-uAn01k5pO4 .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAn01k5pO4 .jq-number__spin {
  background-color: #fff4c8 !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAn01k5pO4 .jq-selectbox li,
.cid-uAn01k5pO4 .jq-selectbox li {
  background-color: #fff4c8 !important;
  color: #000000 !important;
}
.cid-uAn01k5pO4 .jq-selectbox li:hover,
.cid-uAn01k5pO4 .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAn01k5pO4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAn01k5pO4 .jq-number__spin.minus:hover:after,
.cid-uAn01k5pO4 .jq-number__spin.plus:hover:after {
  border-top-color: #fff4c8 !important;
  border-bottom-color: #fff4c8 !important;
}
.cid-uAn01k5pO4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAn01k5pO4 .jq-number__spin.minus:after,
.cid-uAn01k5pO4 .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAn01k5pO4 input::-webkit-clear-button {
  display: none;
}
.cid-uAn01k5pO4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAn01k5pO4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAn01k5pO4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAn01k5pO4 .mbr-text,
.cid-uAn01k5pO4 .mbr-section-btn {
  color: #000000;
}
.cid-uAn01k5pO4 .text2,
.cid-uAn01k5pO4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uAn01k5pO4 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uAn01k5pO4 H1 {
  color: #000000;
}
.cid-uAn01k5pO4 H3 {
  color: #000000;
}
.cid-uCv8nTr2mD {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff4c8, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCv8nTr2mD {
    align-items: flex-start;
  }
  .cid-uCv8nTr2mD .row {
    justify-content: flex-start;
  }
}
.cid-uCv8nTr2mD .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCv8nTr2mD .mbr-text,
.cid-uCv8nTr2mD .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCv8nTr2mD .mbr-section-title,
.cid-uCv8nTr2mD .line {
  color: #232323;
}
.cid-uCv8nTr2mD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCv8nTr2mD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCv8nTr2mD .mbr-section-subtitle,
.cid-uCv8nTr2mD .align {
  text-align: left;
  color: #232323;
}
.cid-uCv8nTr2mD .mbr-text2 {
  color: #808080;
}
.cid-uAn01pyUtN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAn01pyUtN .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAn01pyUtN .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAn01pyUtN .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAn01pyUtN .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAn01pyUtN .row > div {
    margin: auto;
  }
}
.cid-uAn01pyUtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAn01pyUtN .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAn01pyUtN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAn01pyUtN .list {
    margin-bottom: 0rem;
  }
}
.cid-uAn01pyUtN .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAn01pyUtN .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAn01pyUtN .row {
    display: grid;
  }
  .cid-uAn01pyUtN .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAn01pyUtN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAn01pyUtN .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAn01pyUtN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAmZXrAJMH .navbar-dropdown {
  position: relative !important;
}
.cid-uAmZXrAJMH .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-uAmZXrAJMH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAmZXrAJMH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAmZXrAJMH .dropdown-item:hover,
.cid-uAmZXrAJMH .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uAmZXrAJMH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAmZXrAJMH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAmZXrAJMH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAmZXrAJMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAmZXrAJMH .nav-link {
  position: relative;
}
.cid-uAmZXrAJMH .container {
  display: flex;
  margin: auto;
}
.cid-uAmZXrAJMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAmZXrAJMH .dropdown-menu,
.cid-uAmZXrAJMH .navbar.opened {
  background: #fff1de !important;
}
.cid-uAmZXrAJMH .nav-item:focus,
.cid-uAmZXrAJMH .nav-link:focus {
  outline: none;
}
.cid-uAmZXrAJMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAmZXrAJMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmZXrAJMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAmZXrAJMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAmZXrAJMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmZXrAJMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmZXrAJMH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uAmZXrAJMH .navbar.opened {
  transition: all 0.3s;
}
.cid-uAmZXrAJMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAmZXrAJMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uAmZXrAJMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAmZXrAJMH .navbar.collapsed {
  justify-content: center;
}
.cid-uAmZXrAJMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmZXrAJMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAmZXrAJMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAmZXrAJMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmZXrAJMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmZXrAJMH .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-uAmZXrAJMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmZXrAJMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAmZXrAJMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAmZXrAJMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmZXrAJMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmZXrAJMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmZXrAJMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmZXrAJMH .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-uAmZXrAJMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAmZXrAJMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmZXrAJMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmZXrAJMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAmZXrAJMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAmZXrAJMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAmZXrAJMH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAmZXrAJMH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAmZXrAJMH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAmZXrAJMH .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-uAmZXrAJMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmZXrAJMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmZXrAJMH .dropdown-item.active,
.cid-uAmZXrAJMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmZXrAJMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmZXrAJMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmZXrAJMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmZXrAJMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uAmZXrAJMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmZXrAJMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAmZXrAJMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAmZXrAJMH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAmZXrAJMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAmZXrAJMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uAmZXrAJMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAmZXrAJMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZXrAJMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZXrAJMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAmZXrAJMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZXrAJMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAmZXrAJMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAmZXrAJMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZXrAJMH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAmZXrAJMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAmZXrAJMH .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-uAmZXrAJMH .navbar {
    height: 70px;
  }
  .cid-uAmZXrAJMH .navbar.opened {
    height: auto;
  }
  .cid-uAmZXrAJMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmZXrZspY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/utigem4-1800x1202.jpg");
}
.cid-uAmZXrZspY .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uAmZXrZspY .mbr-text,
.cid-uAmZXrZspY .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCuQdbR1yn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCuQdbR1yn .item-img {
  position: relative;
}
.cid-uCuQdbR1yn .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uCuQdbR1yn .card-text {
    padding-left: 4rem;
  }
}
.cid-uCuQdbR1yn h5 {
  line-height: 1.2;
}
.cid-uCuQdbR1yn .card {
  margin-bottom: 2rem;
}
.cid-uCuQdbR1yn .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCuQdbR1yn .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCuQdbR1yn .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #fff0b0;
}
@media (max-width: 992px) {
  .cid-uCuQdbR1yn .image-wrapper {
    min-height: 200px;
  }
}
.cid-uCuQdbR1yn .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCuQdbR1yn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCuQdbR1yn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uCuQdbR1yn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCuQdbR1yn .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCuQdbR1yn .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCuQdbR1yn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCuQdbR1yn .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCuQdbR1yn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCuQdbR1yn .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCuQdbR1yn .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCuQdbR1yn .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCuQdbR1yn img,
.cid-uCuQdbR1yn .item-img {
  width: 100%;
}
.cid-uCuQdbR1yn .item:focus,
.cid-uCuQdbR1yn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCuQdbR1yn .item {
    margin-bottom: 1rem;
  }
}
.cid-uCuQdbR1yn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCuQdbR1yn .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCuQdbR1yn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCuQdbR1yn .mbr-section-subtitle,
.cid-uCuQdbR1yn .subtitle-wrap,
.cid-uCuQdbR1yn .mbr-section-btn {
  text-align: left;
}
.cid-uCuQdbR1yn .mbr-text,
.cid-uCuQdbR1yn .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uCuQdbR1yn .mbr-text {
  color: #000000;
}
.cid-uCuOJCHNNo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuOJCHNNo .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCuOJCHNNo .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uCuOJCHNNo .title-text {
  color: #232323;
  text-align: left;
}
.cid-uCuOJCHNNo H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCuOJCHNNo .section-text,
.cid-uCuOJCHNNo .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCuOJCHNNo .title-text DIV {
  text-align: left;
}
.cid-uCuLBOjsST {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuLBOjsST blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCvk1ino0d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCvk1ino0d .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCvk1ino0d .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uCvk1ino0d .title-text {
  color: #231f59;
  text-align: center;
}
.cid-uCvk1ino0d H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCvk1ino0d .section-text,
.cid-uCvk1ino0d .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCuPrWAtht {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuPrWAtht blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuP8ss5rk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuP8ss5rk .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCuP8ss5rk .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uCuP8ss5rk .title-text {
  color: #232323;
  text-align: left;
}
.cid-uCuP8ss5rk H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCuP8ss5rk .section-text,
.cid-uCuP8ss5rk .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCuP8ss5rk .title-text DIV {
  text-align: left;
}
.cid-uCxybeNRE4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCxybeNRE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxybeNRE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxybeNRE4 .row {
  justify-content: center;
}
.cid-uCxybeNRE4 .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uCxybeNRE4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uCxybeNRE4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uCxybeNRE4 .card-row {
  align-items: stretch;
}
.cid-uCxybeNRE4 .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-uCxybeNRE4 .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uCxybeNRE4 .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uCxybeNRE4 .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uCxybeNRE4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uCxybeNRE4 .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uCxybeNRE4 .card-wrapper {
  display: flex;
}
.cid-uCxybeNRE4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .card-title {
    text-align: center !important;
  }
}
.cid-uCxybeNRE4 .card-text {
  width: 100%;
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uCxybeNRE4 .card-text {
    text-align: center !important;
  }
}
.cid-uCxx50d3Ov {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxx50d3Ov blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uAmZXvQDQt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uAmZXvQDQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmZXvQDQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmZXvQDQt .mbr-text,
.cid-uAmZXvQDQt .mbr-section-btn {
  color: #232323;
}
.cid-uAmZXvQDQt .card-title,
.cid-uAmZXvQDQt .card-box {
  color: #e43f3f;
}
.cid-uAmZXvQDQt .mbr-text,
.cid-uAmZXvQDQt .link-wrap {
  color: #ffffff;
}
.cid-uAmZXvQDQt .card-box .mbr-text,
.cid-uAmZXvQDQt .mbr-section-btn {
  color: #e43f3f;
}
.cid-uCuQ6ARiSJ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff4c8, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCuQ6ARiSJ {
    align-items: flex-start;
  }
  .cid-uCuQ6ARiSJ .row {
    justify-content: flex-start;
  }
}
.cid-uCuQ6ARiSJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCuQ6ARiSJ .mbr-text,
.cid-uCuQ6ARiSJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCuQ6ARiSJ .mbr-section-title,
.cid-uCuQ6ARiSJ .line {
  color: #232323;
}
.cid-uCuQ6ARiSJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCuQ6ARiSJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCuQ6ARiSJ .mbr-section-subtitle,
.cid-uCuQ6ARiSJ .align {
  text-align: left;
  color: #232323;
}
.cid-uCuQ6ARiSJ .mbr-text2 {
  color: #808080;
}
.cid-uAmZXzI5LR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAmZXzI5LR .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAmZXzI5LR .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAmZXzI5LR .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAmZXzI5LR .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAmZXzI5LR .row > div {
    margin: auto;
  }
}
.cid-uAmZXzI5LR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAmZXzI5LR .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZXzI5LR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmZXzI5LR .list {
    margin-bottom: 0rem;
  }
}
.cid-uAmZXzI5LR .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAmZXzI5LR .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAmZXzI5LR .row {
    display: grid;
  }
  .cid-uAmZXzI5LR .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAmZXzI5LR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAmZXzI5LR .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZXzI5LR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAmZQqnkis .navbar-dropdown {
  position: relative !important;
}
.cid-uAmZQqnkis .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-uAmZQqnkis .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAmZQqnkis .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAmZQqnkis .dropdown-item:hover,
.cid-uAmZQqnkis .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uAmZQqnkis .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAmZQqnkis .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAmZQqnkis .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAmZQqnkis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAmZQqnkis .nav-link {
  position: relative;
}
.cid-uAmZQqnkis .container {
  display: flex;
  margin: auto;
}
.cid-uAmZQqnkis .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAmZQqnkis .dropdown-menu,
.cid-uAmZQqnkis .navbar.opened {
  background: #faf7ec !important;
}
.cid-uAmZQqnkis .nav-item:focus,
.cid-uAmZQqnkis .nav-link:focus {
  outline: none;
}
.cid-uAmZQqnkis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAmZQqnkis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmZQqnkis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAmZQqnkis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAmZQqnkis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmZQqnkis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmZQqnkis .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #faf7ec;
}
.cid-uAmZQqnkis .navbar.opened {
  transition: all 0.3s;
}
.cid-uAmZQqnkis .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAmZQqnkis .navbar .navbar-logo img {
  width: auto;
}
.cid-uAmZQqnkis .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAmZQqnkis .navbar.collapsed {
  justify-content: center;
}
.cid-uAmZQqnkis .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmZQqnkis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAmZQqnkis .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAmZQqnkis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmZQqnkis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmZQqnkis .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-uAmZQqnkis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmZQqnkis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAmZQqnkis .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAmZQqnkis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmZQqnkis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmZQqnkis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmZQqnkis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmZQqnkis .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-uAmZQqnkis .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAmZQqnkis .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmZQqnkis .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmZQqnkis .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAmZQqnkis .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAmZQqnkis .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAmZQqnkis .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAmZQqnkis .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAmZQqnkis .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAmZQqnkis .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-uAmZQqnkis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmZQqnkis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmZQqnkis .dropdown-item.active,
.cid-uAmZQqnkis .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmZQqnkis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmZQqnkis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmZQqnkis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmZQqnkis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf7ec;
}
.cid-uAmZQqnkis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmZQqnkis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAmZQqnkis ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAmZQqnkis .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAmZQqnkis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAmZQqnkis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAmZQqnkis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAmZQqnkis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZQqnkis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZQqnkis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAmZQqnkis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZQqnkis nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAmZQqnkis nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAmZQqnkis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZQqnkis .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAmZQqnkis a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAmZQqnkis .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-uAmZQqnkis .navbar {
    height: 70px;
  }
  .cid-uAmZQqnkis .navbar.opened {
    height: auto;
  }
  .cid-uAmZQqnkis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmZQqOTUW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uAmZQqOTUW .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uAmZQqOTUW .mbr-text,
.cid-uAmZQqOTUW .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCuGd3y6CH {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCuGd3y6CH {
    align-items: flex-start;
  }
  .cid-uCuGd3y6CH .row {
    justify-content: flex-start;
  }
}
.cid-uCuGd3y6CH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCuGd3y6CH .mbr-text,
.cid-uCuGd3y6CH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCuGd3y6CH .mbr-section-title,
.cid-uCuGd3y6CH .line {
  color: #232323;
}
.cid-uCuGd3y6CH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCuGd3y6CH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCuGd3y6CH .mbr-section-subtitle,
.cid-uCuGd3y6CH .align {
  text-align: left;
  color: #232323;
}
.cid-uCuGd3y6CH .mbr-text2 {
  color: #808080;
}
.cid-uAmZQxC4Wd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff4c8;
}
.cid-uAmZQxC4Wd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAmZQxC4Wd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uAmZQxC4Wd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uAmZQxC4Wd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAmZQxC4Wd textarea {
  min-height: 10rem;
}
.cid-uAmZQxWQVj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAmZQxWQVj .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAmZQxWQVj .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAmZQxWQVj .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAmZQxWQVj .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAmZQxWQVj .row > div {
    margin: auto;
  }
}
.cid-uAmZQxWQVj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAmZQxWQVj .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZQxWQVj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmZQxWQVj .list {
    margin-bottom: 0rem;
  }
}
.cid-uAmZQxWQVj .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAmZQxWQVj .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAmZQxWQVj .row {
    display: grid;
  }
  .cid-uAmZQxWQVj .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAmZQxWQVj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAmZQxWQVj .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZQxWQVj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAmZZDfM0U .navbar-dropdown {
  position: relative !important;
}
.cid-uAmZZDfM0U .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-uAmZZDfM0U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAmZZDfM0U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAmZZDfM0U .dropdown-item:hover,
.cid-uAmZZDfM0U .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uAmZZDfM0U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAmZZDfM0U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAmZZDfM0U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAmZZDfM0U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAmZZDfM0U .nav-link {
  position: relative;
}
.cid-uAmZZDfM0U .container {
  display: flex;
  margin: auto;
}
.cid-uAmZZDfM0U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAmZZDfM0U .dropdown-menu,
.cid-uAmZZDfM0U .navbar.opened {
  background: #fff1de !important;
}
.cid-uAmZZDfM0U .nav-item:focus,
.cid-uAmZZDfM0U .nav-link:focus {
  outline: none;
}
.cid-uAmZZDfM0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAmZZDfM0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmZZDfM0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAmZZDfM0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAmZZDfM0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmZZDfM0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmZZDfM0U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uAmZZDfM0U .navbar.opened {
  transition: all 0.3s;
}
.cid-uAmZZDfM0U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAmZZDfM0U .navbar .navbar-logo img {
  width: auto;
}
.cid-uAmZZDfM0U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAmZZDfM0U .navbar.collapsed {
  justify-content: center;
}
.cid-uAmZZDfM0U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmZZDfM0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAmZZDfM0U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAmZZDfM0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmZZDfM0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmZZDfM0U .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-uAmZZDfM0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmZZDfM0U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAmZZDfM0U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAmZZDfM0U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmZZDfM0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmZZDfM0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmZZDfM0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmZZDfM0U .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-uAmZZDfM0U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAmZZDfM0U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmZZDfM0U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmZZDfM0U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAmZZDfM0U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAmZZDfM0U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAmZZDfM0U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAmZZDfM0U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAmZZDfM0U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAmZZDfM0U .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-uAmZZDfM0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmZZDfM0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmZZDfM0U .dropdown-item.active,
.cid-uAmZZDfM0U .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmZZDfM0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmZZDfM0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmZZDfM0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmZZDfM0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uAmZZDfM0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmZZDfM0U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAmZZDfM0U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAmZZDfM0U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAmZZDfM0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAmZZDfM0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uAmZZDfM0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAmZZDfM0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZZDfM0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZZDfM0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAmZZDfM0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZZDfM0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAmZZDfM0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAmZZDfM0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZZDfM0U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAmZZDfM0U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAmZZDfM0U .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-uAmZZDfM0U .navbar {
    height: 70px;
  }
  .cid-uAmZZDfM0U .navbar.opened {
    height: auto;
  }
  .cid-uAmZZDfM0U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmZZDTROV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uAmZZDTROV .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uAmZZDTROV .mbr-text,
.cid-uAmZZDTROV .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCogyjjF8W {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCogyjjF8W {
    align-items: flex-start;
  }
  .cid-uCogyjjF8W .row {
    justify-content: flex-start;
  }
}
.cid-uCogyjjF8W .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCogyjjF8W .mbr-text,
.cid-uCogyjjF8W .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCogyjjF8W .mbr-section-title,
.cid-uCogyjjF8W .line {
  color: #232323;
}
.cid-uCogyjjF8W h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCogyjjF8W h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCogyjjF8W .mbr-section-subtitle,
.cid-uCogyjjF8W .align {
  text-align: left;
  color: #232323;
}
.cid-uCuQrqTdTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuQrqTdTb blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuQUkZudR {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff4c8, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCuQUkZudR {
    align-items: flex-start;
  }
  .cid-uCuQUkZudR .row {
    justify-content: flex-start;
  }
}
.cid-uCuQUkZudR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCuQUkZudR .mbr-text,
.cid-uCuQUkZudR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCuQUkZudR .mbr-section-title,
.cid-uCuQUkZudR .line {
  color: #232323;
}
.cid-uCuQUkZudR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCuQUkZudR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCuQUkZudR .mbr-section-subtitle,
.cid-uCuQUkZudR .align {
  text-align: left;
  color: #232323;
}
.cid-uCuQUkZudR .mbr-text2 {
  color: #808080;
}
.cid-uAmZZK36yZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAmZZK36yZ .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAmZZK36yZ .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAmZZK36yZ .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAmZZK36yZ .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAmZZK36yZ .row > div {
    margin: auto;
  }
}
.cid-uAmZZK36yZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAmZZK36yZ .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZZK36yZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmZZK36yZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uAmZZK36yZ .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAmZZK36yZ .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAmZZK36yZ .row {
    display: grid;
  }
  .cid-uAmZZK36yZ .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAmZZK36yZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAmZZK36yZ .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZZK36yZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uAmZULc0be .navbar-dropdown {
  position: relative !important;
}
.cid-uAmZULc0be .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-uAmZULc0be .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAmZULc0be .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAmZULc0be .dropdown-item:hover,
.cid-uAmZULc0be .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uAmZULc0be .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAmZULc0be .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAmZULc0be .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAmZULc0be .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAmZULc0be .nav-link {
  position: relative;
}
.cid-uAmZULc0be .container {
  display: flex;
  margin: auto;
}
.cid-uAmZULc0be .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAmZULc0be .dropdown-menu,
.cid-uAmZULc0be .navbar.opened {
  background: #fff1de !important;
}
.cid-uAmZULc0be .nav-item:focus,
.cid-uAmZULc0be .nav-link:focus {
  outline: none;
}
.cid-uAmZULc0be .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAmZULc0be .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAmZULc0be .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAmZULc0be .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAmZULc0be .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAmZULc0be .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAmZULc0be .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uAmZULc0be .navbar.opened {
  transition: all 0.3s;
}
.cid-uAmZULc0be .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAmZULc0be .navbar .navbar-logo img {
  width: auto;
}
.cid-uAmZULc0be .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAmZULc0be .navbar.collapsed {
  justify-content: center;
}
.cid-uAmZULc0be .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAmZULc0be .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAmZULc0be .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAmZULc0be .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAmZULc0be .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAmZULc0be .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-uAmZULc0be .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAmZULc0be .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAmZULc0be .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAmZULc0be .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAmZULc0be .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAmZULc0be .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAmZULc0be .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAmZULc0be .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-uAmZULc0be .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAmZULc0be .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAmZULc0be .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAmZULc0be .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAmZULc0be .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAmZULc0be .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAmZULc0be .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAmZULc0be .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAmZULc0be .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAmZULc0be .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-uAmZULc0be .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAmZULc0be .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAmZULc0be .dropdown-item.active,
.cid-uAmZULc0be .dropdown-item:active {
  background-color: transparent;
}
.cid-uAmZULc0be .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAmZULc0be .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAmZULc0be .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAmZULc0be .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uAmZULc0be .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAmZULc0be .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAmZULc0be ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAmZULc0be .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAmZULc0be button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAmZULc0be button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uAmZULc0be button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAmZULc0be button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZULc0be button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAmZULc0be button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAmZULc0be nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZULc0be nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAmZULc0be nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAmZULc0be nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAmZULc0be .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAmZULc0be a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAmZULc0be .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-uAmZULc0be .navbar {
    height: 70px;
  }
  .cid-uAmZULc0be .navbar.opened {
    height: auto;
  }
  .cid-uAmZULc0be .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmZULUVTE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/utigem2-1380x920.jpg");
}
.cid-uAmZULUVTE .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uAmZULUVTE .mbr-text,
.cid-uAmZULUVTE .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCuH3B8mhr {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCuH3B8mhr {
    align-items: flex-start;
  }
  .cid-uCuH3B8mhr .row {
    justify-content: flex-start;
  }
}
.cid-uCuH3B8mhr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCuH3B8mhr .mbr-text,
.cid-uCuH3B8mhr .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCuH3B8mhr .mbr-section-title,
.cid-uCuH3B8mhr .line {
  color: #232323;
}
.cid-uCuH3B8mhr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCuH3B8mhr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCuH3B8mhr .mbr-section-subtitle,
.cid-uCuH3B8mhr .align {
  text-align: left;
  color: #232323;
}
.cid-uCuH3B8mhr .mbr-text2 {
  color: #808080;
}
.cid-uCuH4OKrwL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCuH4OKrwL .item-img {
  position: relative;
}
.cid-uCuH4OKrwL .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uCuH4OKrwL .card-text {
    padding-left: 4rem;
  }
}
.cid-uCuH4OKrwL h5 {
  line-height: 1.2;
}
.cid-uCuH4OKrwL .card {
  margin-bottom: 2rem;
}
.cid-uCuH4OKrwL .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCuH4OKrwL .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCuH4OKrwL .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #fff0b0;
}
@media (max-width: 992px) {
  .cid-uCuH4OKrwL .image-wrapper {
    min-height: 200px;
  }
}
.cid-uCuH4OKrwL .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCuH4OKrwL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCuH4OKrwL .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uCuH4OKrwL .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCuH4OKrwL .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCuH4OKrwL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCuH4OKrwL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCuH4OKrwL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCuH4OKrwL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCuH4OKrwL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCuH4OKrwL .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCuH4OKrwL .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCuH4OKrwL img,
.cid-uCuH4OKrwL .item-img {
  width: 100%;
}
.cid-uCuH4OKrwL .item:focus,
.cid-uCuH4OKrwL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCuH4OKrwL .item {
    margin-bottom: 1rem;
  }
}
.cid-uCuH4OKrwL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCuH4OKrwL .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCuH4OKrwL .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCuH4OKrwL .mbr-section-subtitle,
.cid-uCuH4OKrwL .subtitle-wrap,
.cid-uCuH4OKrwL .mbr-section-btn {
  text-align: left;
}
.cid-uCuH4OKrwL .mbr-text,
.cid-uCuH4OKrwL .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uCuH4OKrwL .mbr-text {
  color: #000000;
}
.cid-uDExfWm2Ej {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDExfWm2Ej ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDExfWm2Ej li {
  position: relative;
}
.cid-uDExfWm2Ej li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-uDExfWm2Ej ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDExfWm2Ej .background {
  padding: 3rem 1rem;
  background-color: #fff0b0;
}
@media (min-width: 992px) {
  .cid-uDExfWm2Ej .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-uDExfWm2Ej .display-1 {
    font-size: 70px;
  }
  .cid-uDExfWm2Ej .display-5 {
    font-size: 29px;
  }
  .cid-uDExfWm2Ej .display-7 {
    font-size: 22px;
  }
}
.cid-uCuJOs3vj1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCuJOs3vj1 blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCv6swLp89 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff4c8;
}
.cid-uCv6swLp89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCv6swLp89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCv6swLp89 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uCv6swLp89 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uCv6swLp89 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCv6swLp89 .link-wrap {
    align-items: center;
  }
}
.cid-uCv6swLp89 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAqrqsZM4v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAqrqsZM4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqrqsZM4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqrqsZM4v .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uAqrqsZM4v .card {
    margin-bottom: 2rem!important;
  }
  .cid-uAqrqsZM4v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAqrqsZM4v .link-wrap {
    align-items: center;
  }
}
.cid-uAqrqsZM4v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCuKqNPV8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKqNPV8D blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuKDzwcoE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKDzwcoE blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuKEKV8Ka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKEKV8Ka blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuKFt1YJ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKFt1YJ8 blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuKGbtxH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKGbtxH8 blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCuKGTZNkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuKGTZNkF blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uAmZUPhQWP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uAmZUPhQWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmZUPhQWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmZUPhQWP .mbr-text,
.cid-uAmZUPhQWP .mbr-section-btn {
  color: #232323;
}
.cid-uAmZUPhQWP .card-title,
.cid-uAmZUPhQWP .card-box {
  color: #e43f3f;
}
.cid-uAmZUPhQWP .mbr-text,
.cid-uAmZUPhQWP .link-wrap {
  color: #ffffff;
}
.cid-uAmZUPhQWP .card-box .mbr-text,
.cid-uAmZUPhQWP .mbr-section-btn {
  color: #e43f3f;
}
.cid-uCuL8Fn7Hc {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff4c8, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCuL8Fn7Hc {
    align-items: flex-start;
  }
  .cid-uCuL8Fn7Hc .row {
    justify-content: flex-start;
  }
}
.cid-uCuL8Fn7Hc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCuL8Fn7Hc .mbr-text,
.cid-uCuL8Fn7Hc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCuL8Fn7Hc .mbr-section-title,
.cid-uCuL8Fn7Hc .line {
  color: #232323;
}
.cid-uCuL8Fn7Hc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCuL8Fn7Hc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCuL8Fn7Hc .mbr-section-subtitle,
.cid-uCuL8Fn7Hc .align {
  text-align: left;
  color: #232323;
}
.cid-uCuL8Fn7Hc .mbr-text2 {
  color: #808080;
}
.cid-uAmZURGKXk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAmZURGKXk .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uAmZURGKXk .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uAmZURGKXk .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uAmZURGKXk .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAmZURGKXk .row > div {
    margin: auto;
  }
}
.cid-uAmZURGKXk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAmZURGKXk .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZURGKXk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmZURGKXk .list {
    margin-bottom: 0rem;
  }
}
.cid-uAmZURGKXk .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uAmZURGKXk .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uAmZURGKXk .row {
    display: grid;
  }
  .cid-uAmZURGKXk .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uAmZURGKXk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uAmZURGKXk .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uAmZURGKXk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCxawC7vQb .navbar-dropdown {
  position: relative !important;
}
.cid-uCxawC7vQb .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-uCxawC7vQb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCxawC7vQb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCxawC7vQb .dropdown-item:hover,
.cid-uCxawC7vQb .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uCxawC7vQb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCxawC7vQb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCxawC7vQb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCxawC7vQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCxawC7vQb .nav-link {
  position: relative;
}
.cid-uCxawC7vQb .container {
  display: flex;
  margin: auto;
}
.cid-uCxawC7vQb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCxawC7vQb .dropdown-menu,
.cid-uCxawC7vQb .navbar.opened {
  background: #fff1de !important;
}
.cid-uCxawC7vQb .nav-item:focus,
.cid-uCxawC7vQb .nav-link:focus {
  outline: none;
}
.cid-uCxawC7vQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCxawC7vQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCxawC7vQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCxawC7vQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCxawC7vQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCxawC7vQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCxawC7vQb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uCxawC7vQb .navbar.opened {
  transition: all 0.3s;
}
.cid-uCxawC7vQb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCxawC7vQb .navbar .navbar-logo img {
  width: auto;
}
.cid-uCxawC7vQb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCxawC7vQb .navbar.collapsed {
  justify-content: center;
}
.cid-uCxawC7vQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCxawC7vQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCxawC7vQb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCxawC7vQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCxawC7vQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCxawC7vQb .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-uCxawC7vQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCxawC7vQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCxawC7vQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCxawC7vQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCxawC7vQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCxawC7vQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCxawC7vQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCxawC7vQb .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-uCxawC7vQb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCxawC7vQb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCxawC7vQb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCxawC7vQb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCxawC7vQb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCxawC7vQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCxawC7vQb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCxawC7vQb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCxawC7vQb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCxawC7vQb .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-uCxawC7vQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCxawC7vQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCxawC7vQb .dropdown-item.active,
.cid-uCxawC7vQb .dropdown-item:active {
  background-color: transparent;
}
.cid-uCxawC7vQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCxawC7vQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCxawC7vQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCxawC7vQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uCxawC7vQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCxawC7vQb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCxawC7vQb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCxawC7vQb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCxawC7vQb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCxawC7vQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uCxawC7vQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCxawC7vQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxawC7vQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCxawC7vQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCxawC7vQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxawC7vQb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCxawC7vQb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCxawC7vQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCxawC7vQb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCxawC7vQb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCxawC7vQb .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-uCxawC7vQb .navbar {
    height: 70px;
  }
  .cid-uCxawC7vQb .navbar.opened {
    height: auto;
  }
  .cid-uCxawC7vQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCxawCrTOa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/utigem4-1800x1202.jpg");
}
.cid-uCxawCrTOa .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uCxawCrTOa .mbr-text,
.cid-uCxawCrTOa .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uCxawCE9s5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCxawCE9s5 .item-img {
  position: relative;
}
.cid-uCxawCE9s5 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uCxawCE9s5 .card-text {
    padding-left: 4rem;
  }
}
.cid-uCxawCE9s5 h5 {
  line-height: 1.2;
}
.cid-uCxawCE9s5 .card {
  margin-bottom: 2rem;
}
.cid-uCxawCE9s5 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCxawCE9s5 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCxawCE9s5 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uCxawCE9s5 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uCxawCE9s5 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCxawCE9s5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCxawCE9s5 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uCxawCE9s5 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCxawCE9s5 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCxawCE9s5 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCxawCE9s5 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCxawCE9s5 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCxawCE9s5 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCxawCE9s5 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCxawCE9s5 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCxawCE9s5 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCxawCE9s5 img,
.cid-uCxawCE9s5 .item-img {
  width: 100%;
}
.cid-uCxawCE9s5 .item:focus,
.cid-uCxawCE9s5 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCxawCE9s5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uCxawCE9s5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCxawCE9s5 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uCxawCE9s5 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCxawCE9s5 .mbr-section-subtitle,
.cid-uCxawCE9s5 .subtitle-wrap,
.cid-uCxawCE9s5 .mbr-section-btn {
  text-align: left;
}
.cid-uCxawCE9s5 .mbr-text,
.cid-uCxawCE9s5 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uCxawCE9s5 .mbr-text {
  color: #000000;
}
.cid-uCxawCRcWx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f1eb;
}
.cid-uCxawCRcWx .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCxawCRcWx .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uCxawCRcWx .title-text {
  color: #232323;
  text-align: left;
}
.cid-uCxawCRcWx H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCxawCRcWx .section-text,
.cid-uCxawCRcWx .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCxawCRcWx .title-text DIV {
  text-align: left;
}
.cid-uCxawD5YnW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxawD5YnW blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCxawDca5I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f1eb;
}
.cid-uCxawDca5I .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCxawDca5I .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uCxawDca5I .title-text {
  color: #231f59;
  text-align: center;
}
.cid-uCxawDca5I H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCxawDca5I .section-text,
.cid-uCxawDca5I .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCxawDpFXn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxawDpFXn blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCxawDwQO5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f1eb;
}
.cid-uCxawDwQO5 .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCxawDwQO5 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uCxawDwQO5 .title-text {
  color: #232323;
  text-align: left;
}
.cid-uCxawDwQO5 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCxawDwQO5 .section-text,
.cid-uCxawDwQO5 .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCxawDwQO5 .title-text DIV {
  text-align: left;
}
.cid-uCxawDJRyp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxawDJRyp blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCxawDTTeu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxawDTTeu blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCxawE171B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCxawE171B blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uCxawEbnCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f1eb;
}
.cid-uCxawEbnCj .mbr-overlay {
  padding: 0;
  background: #fff0b0;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uCxawEbnCj .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #232323;
  text-align: left;
}
.cid-uCxawEbnCj .title-text {
  color: #232323;
  text-align: left;
}
.cid-uCxawEbnCj H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uCxawEbnCj .section-text,
.cid-uCxawEbnCj .mbr-section-btn {
  text-align: center;
  color: #4c4a4b;
}
.cid-uCxawEbnCj .title-text DIV {
  text-align: left;
}
.cid-uCxawEl7NK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-uCxawEl7NK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxawEl7NK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxawEl7NK .mbr-text,
.cid-uCxawEl7NK .mbr-section-btn {
  color: #232323;
}
.cid-uCxawEl7NK .card-title,
.cid-uCxawEl7NK .card-box {
  color: #e43f3f;
}
.cid-uCxawEl7NK .mbr-text,
.cid-uCxawEl7NK .link-wrap {
  color: #ffffff;
}
.cid-uCxawEl7NK .card-box .mbr-text,
.cid-uCxawEl7NK .mbr-section-btn {
  color: #e43f3f;
}
.cid-uCxawEvvLM {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uCxawEvvLM {
    align-items: flex-start;
  }
  .cid-uCxawEvvLM .row {
    justify-content: flex-start;
  }
}
.cid-uCxawEvvLM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uCxawEvvLM .mbr-text,
.cid-uCxawEvvLM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCxawEvvLM .mbr-section-title,
.cid-uCxawEvvLM .line {
  color: #232323;
}
.cid-uCxawEvvLM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCxawEvvLM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCxawEvvLM .mbr-section-subtitle,
.cid-uCxawEvvLM .align {
  text-align: left;
  color: #232323;
}
.cid-uCxawEvvLM .mbr-text2 {
  color: #808080;
}
.cid-uCxawEFqXt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCxawEFqXt .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uCxawEFqXt .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uCxawEFqXt .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uCxawEFqXt .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uCxawEFqXt .row > div {
    margin: auto;
  }
}
.cid-uCxawEFqXt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCxawEFqXt .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCxawEFqXt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCxawEFqXt .list {
    margin-bottom: 0rem;
  }
}
.cid-uCxawEFqXt .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uCxawEFqXt .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uCxawEFqXt .row {
    display: grid;
  }
  .cid-uCxawEFqXt .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uCxawEFqXt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCxawEFqXt .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uCxawEFqXt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDEsTJCEzu .navbar-dropdown {
  position: relative !important;
}
.cid-uDEsTJCEzu .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-uDEsTJCEzu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDEsTJCEzu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDEsTJCEzu .dropdown-item:hover,
.cid-uDEsTJCEzu .dropdown-item:focus {
  background: #012972 !important;
  color: white !important;
}
.cid-uDEsTJCEzu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDEsTJCEzu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDEsTJCEzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDEsTJCEzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDEsTJCEzu .nav-link {
  position: relative;
}
.cid-uDEsTJCEzu .container {
  display: flex;
  margin: auto;
}
.cid-uDEsTJCEzu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDEsTJCEzu .dropdown-menu,
.cid-uDEsTJCEzu .navbar.opened {
  background: #fff1de !important;
}
.cid-uDEsTJCEzu .nav-item:focus,
.cid-uDEsTJCEzu .nav-link:focus {
  outline: none;
}
.cid-uDEsTJCEzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDEsTJCEzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDEsTJCEzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDEsTJCEzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDEsTJCEzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDEsTJCEzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDEsTJCEzu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff1de;
}
.cid-uDEsTJCEzu .navbar.opened {
  transition: all 0.3s;
}
.cid-uDEsTJCEzu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDEsTJCEzu .navbar .navbar-logo img {
  width: auto;
}
.cid-uDEsTJCEzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDEsTJCEzu .navbar.collapsed {
  justify-content: center;
}
.cid-uDEsTJCEzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDEsTJCEzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDEsTJCEzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDEsTJCEzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDEsTJCEzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDEsTJCEzu .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-uDEsTJCEzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDEsTJCEzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDEsTJCEzu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDEsTJCEzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDEsTJCEzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDEsTJCEzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDEsTJCEzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDEsTJCEzu .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-uDEsTJCEzu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDEsTJCEzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDEsTJCEzu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDEsTJCEzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDEsTJCEzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDEsTJCEzu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDEsTJCEzu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDEsTJCEzu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDEsTJCEzu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDEsTJCEzu .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-uDEsTJCEzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDEsTJCEzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDEsTJCEzu .dropdown-item.active,
.cid-uDEsTJCEzu .dropdown-item:active {
  background-color: transparent;
}
.cid-uDEsTJCEzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDEsTJCEzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDEsTJCEzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDEsTJCEzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-uDEsTJCEzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDEsTJCEzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDEsTJCEzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDEsTJCEzu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDEsTJCEzu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDEsTJCEzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dedede;
}
.cid-uDEsTJCEzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDEsTJCEzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDEsTJCEzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDEsTJCEzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDEsTJCEzu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDEsTJCEzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDEsTJCEzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDEsTJCEzu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDEsTJCEzu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDEsTJCEzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDEsTJCEzu .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-uDEsTJCEzu .navbar {
    height: 70px;
  }
  .cid-uDEsTJCEzu .navbar.opened {
    height: auto;
  }
  .cid-uDEsTJCEzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDEsTJXSzV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/utigem1-1000x667.jpg");
}
.cid-uDEsTJXSzV .mbr-section-title {
  text-align: center;
  color: #012972;
}
.cid-uDEsTJXSzV .mbr-text,
.cid-uDEsTJXSzV .mbr-section-btn {
  text-align: center;
  color: #012972;
}
.cid-uDEsTKaobc {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fff0b0, #ffffff);
}
@media (min-width: 768px) {
  .cid-uDEsTKaobc {
    align-items: flex-start;
  }
  .cid-uDEsTKaobc .row {
    justify-content: flex-start;
  }
}
.cid-uDEsTKaobc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uDEsTKaobc .mbr-text,
.cid-uDEsTKaobc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uDEsTKaobc .mbr-section-title,
.cid-uDEsTKaobc .line {
  color: #232323;
}
.cid-uDEsTKaobc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uDEsTKaobc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uDEsTKaobc .mbr-section-subtitle,
.cid-uDEsTKaobc .align {
  text-align: left;
  color: #232323;
}
.cid-uDEsTKaobc .mbr-text2 {
  color: #808080;
}
.cid-uDEsTL2WYq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDEsTL2WYq .item-img {
  position: relative;
}
.cid-uDEsTL2WYq .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uDEsTL2WYq .card-text {
    padding-left: 4rem;
  }
}
.cid-uDEsTL2WYq h5 {
  line-height: 1.2;
}
.cid-uDEsTL2WYq .card {
  margin-bottom: 2rem;
}
.cid-uDEsTL2WYq .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uDEsTL2WYq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uDEsTL2WYq .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #fff4c8;
}
@media (max-width: 992px) {
  .cid-uDEsTL2WYq .image-wrapper {
    min-height: 200px;
  }
}
.cid-uDEsTL2WYq .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDEsTL2WYq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDEsTL2WYq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #232323;
}
.cid-uDEsTL2WYq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uDEsTL2WYq .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uDEsTL2WYq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uDEsTL2WYq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uDEsTL2WYq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uDEsTL2WYq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uDEsTL2WYq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uDEsTL2WYq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uDEsTL2WYq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uDEsTL2WYq img,
.cid-uDEsTL2WYq .item-img {
  width: 100%;
}
.cid-uDEsTL2WYq .item:focus,
.cid-uDEsTL2WYq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uDEsTL2WYq .item {
    margin-bottom: 1rem;
  }
}
.cid-uDEsTL2WYq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uDEsTL2WYq .item-title {
  text-align: left;
  color: #000000;
}
.cid-uDEsTL2WYq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uDEsTL2WYq .mbr-section-subtitle,
.cid-uDEsTL2WYq .subtitle-wrap,
.cid-uDEsTL2WYq .mbr-section-btn {
  text-align: left;
}
.cid-uDEsTL2WYq .mbr-text,
.cid-uDEsTL2WYq .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uDEsTL2WYq .mbr-text {
  color: #000000;
}
.cid-uDEsTLmsGe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDEsTLmsGe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDEsTLFfue {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fff4c8, #ffffff);
}
@media (min-width: 768px) {
  .cid-uDEsTLFfue {
    align-items: flex-start;
  }
  .cid-uDEsTLFfue .row {
    justify-content: flex-start;
  }
}
.cid-uDEsTLFfue .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uDEsTLFfue .mbr-text,
.cid-uDEsTLFfue .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uDEsTLFfue .mbr-section-title,
.cid-uDEsTLFfue .line {
  color: #232323;
}
.cid-uDEsTLFfue h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uDEsTLFfue h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uDEsTLFfue .mbr-section-subtitle,
.cid-uDEsTLFfue .align {
  text-align: left;
  color: #232323;
}
.cid-uDEsTLFfue .mbr-text2 {
  color: #808080;
}
.cid-uDEsTLRm25 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDEsTLRm25 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uDEsTLRm25 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uDEsTLRm25 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uDEsTLRm25 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uDEsTLRm25 .row > div {
    margin: auto;
  }
}
.cid-uDEsTLRm25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDEsTLRm25 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uDEsTLRm25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDEsTLRm25 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDEsTLRm25 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uDEsTLRm25 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uDEsTLRm25 .row {
    display: grid;
  }
  .cid-uDEsTLRm25 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uDEsTLRm25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uDEsTLRm25 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uDEsTLRm25 div > *:last-child {
    margin-top: 0 !important;
  }
}
