.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.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: #0071bc !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #fdb72e !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0071bc !important;
  border-color: #0071bc !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: #003d65 !important;
  border-color: #003d65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d65 !important;
  border-color: #003d65 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #fdb72e !important;
  border-color: #fdb72e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d28c02 !important;
  border-color: #d28c02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d28c02 !important;
  border-color: #d28c02 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0071bc;
  color: #0071bc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003d65 !important;
  background-color: transparent!important;
  border-color: #003d65 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0071bc !important;
  border-color: #0071bc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #fdb72e;
  color: #fdb72e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d28c02 !important;
  background-color: transparent!important;
  border-color: #d28c02 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fdb72e !important;
  border-color: #fdb72e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #0071bc !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #fdb72e !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003456 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #c38202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0071bc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #fdb72e;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0071bc;
  border-color: #0071bc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0071bc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3db1ff;
}
.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: #fffdf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #0071bc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #0071bc;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0071bc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0071bc;
}
.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: #0071bc;
  border-bottom-color: #0071bc;
}
.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: #0071bc !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: #ff6666 !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='%230071bc' %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-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsasnbvXwe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-tsasnbvXwe .row {
  flex-direction: row-reverse;
}
.cid-tsasnbvXwe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tsasnbvXwe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tsasnbvXwe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tsasnbvXwe .mbr-text,
.cid-tsasnbvXwe .mbr-section-btn {
  text-align: left;
}
.cid-tYO1oxpOhN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/svision-1076x807.png");
}
.cid-tYO1oxpOhN .row {
  flex-direction: row-reverse;
}
.cid-tYO1oxpOhN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYO1oxpOhN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYO1oxpOhN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYO1oxpOhN .mbr-text,
.cid-tYO1oxpOhN .mbr-section-btn {
  text-align: left;
}
.cid-tsDK9UdSdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tsDK9UdSdc .row {
  flex-direction: row-reverse;
}
.cid-tsDK9UdSdc .video-wrapper iframe {
  width: 100%;
}
.cid-tsDK9UdSdc .mbr-section-title,
.cid-tsDK9UdSdc .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsDK9UdSdc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUieaXDhN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUieaXDhN1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUieaXDhN1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUieaXDhN1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsDM5GMApl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1438.jpeg");
}
.cid-tsDM5GMApl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tsDM5GMApl .mbr-content-text {
  color: #232323;
}
.cid-tsDM5GMApl .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tsDM5GMApl .mbr-iconfont {
  font-size: 40px;
  color: #149dcc;
}
.cid-tsDM5GMApl .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-tsDM5GMApl .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tsDM5GMApl .media-block {
    padding-left: 2rem;
  }
}
.cid-tsDM5GMApl .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tsDM5GMApl .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tsDM5GMApl .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-tsDM5GMApl .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tsDM5GMApl .mbr-section-title {
  text-align: center;
}
.cid-tsDMuwH1wT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsDMuwH1wT .media-container-row {
  justify-content: space-between;
}
.cid-tsDMuwH1wT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tsDMuwH1wT .text-content {
    max-width: none;
  }
}
.cid-tsDMuwH1wT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tsDMuwH1wT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tsDMuwH1wT .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tsDMuwH1wT .icons {
    justify-content: center !important;
  }
  .cid-tsDMuwH1wT .text-content * {
    text-align: center;
  }
}
.cid-tsDLI4SWkb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsDLI4SWkb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsDLI4SWkb p {
  color: #767676;
  text-align: left;
}
.cid-tsDLI4SWkb .card-box {
  padding-top: 2rem;
}
.cid-tsDLI4SWkb .card-wrapper {
  height: 100%;
}
.cid-tsDLI4SWkb .card-title {
  text-align: left;
}
.cid-tsDM42BZLL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsDM42BZLL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsDM42BZLL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tsDM42BZLL .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tsDM42BZLL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tsDM42BZLL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsDM42BZLL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tsDM42BZLL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsDM42BZLL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tsDM42BZLL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsDM42BZLL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tsDM42BZLL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsDM42BZLL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tV8B5gl2NA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tV8B5gl2NA .row {
  flex-direction: row-reverse;
}
.cid-tV8B5gl2NA .video-wrapper iframe {
  width: 100%;
}
.cid-tV8B5gl2NA .mbr-section-title,
.cid-tV8B5gl2NA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tV8B5gl2NA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV8B5gGGIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tV8B5gGGIa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV8B5gGGIa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV8B5gGGIa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV8EWWU1MC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tV8EWWU1MC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV8EWWU1MC .row {
  flex-direction: row-reverse;
}
.cid-tV8EWWU1MC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV8EWWU1MC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV8I8sTXZR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tV8I8sTXZR h2 {
  text-align: left;
}
.cid-tV8I8sTXZR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tV8I8sTXZR p {
  color: #767676;
  text-align: left;
}
.cid-tV8I8sTXZR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tV8I8sTXZR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tV8I8sTXZR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tV8I8sTXZR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tV8I8sTXZR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tV8I8sTXZR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tV8I8sTXZR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tV8I8sTXZR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tV8I8sTXZR .card-img span {
    font-size: 40px !important;
  }
}
.cid-tV8I8sTXZR P {
  color: #000000;
}
.cid-tXzyuNPDgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXzyuNPDgq .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tXzyuNPDgq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXzyuNPDgq .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tXzyuNPDgq .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tXzyuNPDgq .row .row {
    flex-direction: column-reverse;
  }
  .cid-tXzyuNPDgq .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXzyuNPDgq .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXzyuNPDgq .card-subtitle {
  color: #0095ff;
}
.cid-tXzyuNPDgq .mbr-text {
  color: #555555;
}
.cid-tXzG2VpYcE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tXzG2VpYcE h2 {
  text-align: left;
}
.cid-tXzG2VpYcE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tXzG2VpYcE p {
  color: #767676;
  text-align: left;
}
.cid-tXzG2VpYcE .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tXzG2VpYcE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tXzG2VpYcE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXzG2VpYcE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tXzG2VpYcE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tXzG2VpYcE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tXzG2VpYcE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXzG2VpYcE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tXzG2VpYcE .card-img span {
    font-size: 40px !important;
  }
}
.cid-tXzG2VpYcE P {
  color: #000000;
}
.cid-tXzG2VpYcE .mbr-text {
  text-align: center;
}
.cid-tXzG2VpYcE H2 {
  text-align: center;
}
.cid-tXzKi3jvQG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tXzKi3jvQG h2 {
  text-align: left;
}
.cid-tXzKi3jvQG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tXzKi3jvQG p {
  color: #767676;
  text-align: left;
}
.cid-tXzKi3jvQG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tXzKi3jvQG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tXzKi3jvQG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXzKi3jvQG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tXzKi3jvQG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tXzKi3jvQG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tXzKi3jvQG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tXzKi3jvQG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tXzKi3jvQG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tXzKi3jvQG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tXzKi3jvQG .card-img span {
    font-size: 40px !important;
  }
}
.cid-tXzKi3jvQG P {
  color: #000000;
}
.cid-tXzO7JZCf3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXzO7JZCf3 img,
.cid-tXzO7JZCf3 .item-img {
  width: 100%;
}
.cid-tXzO7JZCf3 .item:focus,
.cid-tXzO7JZCf3 span:focus {
  outline: none;
}
.cid-tXzO7JZCf3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXzO7JZCf3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXzO7JZCf3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXzO7JZCf3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXzO7JZCf3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXzO7JZCf3 .mbr-section-title {
  color: #000000;
}
.cid-tXzO7JZCf3 .mbr-text,
.cid-tXzO7JZCf3 .mbr-section-btn {
  text-align: center;
}
.cid-tXzO7JZCf3 .item-title {
  text-align: center;
}
.cid-tXzO7JZCf3 .item-subtitle {
  text-align: left;
}
.cid-tXzM171YAj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXzM171YAj img,
.cid-tXzM171YAj .item-img {
  width: 100%;
}
.cid-tXzM171YAj .item:focus,
.cid-tXzM171YAj span:focus {
  outline: none;
}
.cid-tXzM171YAj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXzM171YAj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXzM171YAj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXzM171YAj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXzM171YAj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXzM171YAj .mbr-section-title {
  color: #000000;
}
.cid-tXzM171YAj .mbr-text,
.cid-tXzM171YAj .mbr-section-btn {
  text-align: center;
}
.cid-tXzM171YAj .item-title {
  text-align: center;
}
.cid-tXzM171YAj .item-subtitle {
  text-align: left;
}
.cid-tXzXk8d4PS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXzXk8d4PS .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tXzXk8d4PS .item:last-child .icon-box:before {
  display: none;
}
.cid-tXzXk8d4PS .item.last .icon-box:before {
  display: none;
}
.cid-tXzXk8d4PS .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tXzXk8d4PS .icon-box {
    margin-right: 1rem;
  }
}
.cid-tXzXk8d4PS .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tXzXk8d4PS span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXzXk8d4PS .card {
    margin-bottom: 2rem;
  }
  .cid-tXzXk8d4PS .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tXzXk8d4PS .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tXzXk8d4PS .icon-box::before {
    top: 114%;
  }
}
.cid-tXzYGutcN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXzYGutcN1 blockquote {
  border-color: #ff9966;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tV8B5hrk2j {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tV8B5hrk2j .media-container-row {
  justify-content: space-between;
}
.cid-tV8B5hrk2j .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tV8B5hrk2j .text-content {
    max-width: none;
  }
}
.cid-tV8B5hrk2j .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tV8B5hrk2j .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tV8B5hrk2j .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tV8B5hrk2j .icons {
    justify-content: center !important;
  }
  .cid-tV8B5hrk2j .text-content * {
    text-align: center;
  }
}
.cid-tV8B5icZkD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tV8B5icZkD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tV8B5icZkD p {
  color: #767676;
  text-align: left;
}
.cid-tV8B5icZkD .card-box {
  padding-top: 2rem;
}
.cid-tV8B5icZkD .card-wrapper {
  height: 100%;
}
.cid-tV8B5icZkD .card-title {
  text-align: left;
}
.cid-tV8B5iDIuX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tV8B5iDIuX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tV8B5iDIuX .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tV8B5iDIuX .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tV8B5iDIuX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tV8B5iDIuX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tV8B5iDIuX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tV8B5iDIuX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tV8B5iDIuX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tV8B5iDIuX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tV8B5iDIuX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tV8B5iDIuX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tV8B5iDIuX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXBapaGlgM {
  background-image: url("../../../assets/images/animated-shape.svg");
}
.cid-tXBapaGlgM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXBapaGlgM .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tXBeT4tIEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXBeT4tIEA img,
.cid-tXBeT4tIEA .item-img {
  width: 100%;
}
.cid-tXBeT4tIEA .item:focus,
.cid-tXBeT4tIEA span:focus {
  outline: none;
}
.cid-tXBeT4tIEA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXBeT4tIEA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXBeT4tIEA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXBeT4tIEA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tXBeT4tIEA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXBeT4tIEA .mbr-section-title {
  color: #232323;
}
.cid-tXBeT4tIEA .mbr-text,
.cid-tXBeT4tIEA .mbr-section-btn {
  text-align: left;
}
.cid-tXBeT4tIEA .item-title {
  text-align: left;
}
.cid-tXBeT4tIEA .item-subtitle {
  text-align: center;
}
.cid-tXBeT4tIEA .mbr-section-subtitle {
  text-align: left;
}
.cid-tXBh4wfGTC {
  background-image: url("../../../assets/images/sql-mysql-1140x500.jpg");
}
.cid-tXBh4wfGTC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tXBh4wfGTC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tXBh4wfGTC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tXBh4wfGTC .mbr-text {
    text-align: center;
  }
}
.cid-tXBh4wfGTC .mbr-text,
.cid-tXBh4wfGTC .mbr-section-btn {
  color: #000000;
}
.cid-tXBh4wfGTC H1 {
  color: #000000;
}
.cid-tXFw0WaIFc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tXFw0WaIFc .media-container-row {
  justify-content: space-between;
}
.cid-tXFw0WaIFc .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tXFw0WaIFc .text-content {
    max-width: none;
  }
}
.cid-tXFw0WaIFc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tXFw0WaIFc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tXFw0WaIFc .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tXFw0WaIFc .icons {
    justify-content: center !important;
  }
  .cid-tXFw0WaIFc .text-content * {
    text-align: center;
  }
}
.cid-tXFw3LYNZk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXFw3LYNZk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXFw3LYNZk p {
  color: #767676;
  text-align: left;
}
.cid-tXFw3LYNZk .card-box {
  padding-top: 2rem;
}
.cid-tXFw3LYNZk .card-wrapper {
  height: 100%;
}
.cid-tXFw3LYNZk .card-title {
  text-align: left;
}
.cid-tXFw4giklW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tXFw4giklW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXFw4giklW .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tXFw4giklW .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tXFw4giklW .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tXFw4giklW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tXFw4giklW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tXFw4giklW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tXFw4giklW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tXFw4giklW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tXFw4giklW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tXFw4giklW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXFw4giklW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEACl8eob {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tZEACl8eob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZEACl8eob img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZEACl8eob .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFa2LorHN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFa2LorHN6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uFa2LorHN6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uFa2LorHN6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uFa2LorHN6 H3 {
  color: #232323;
}
.cid-uFgqB3w0Kh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFgqB3w0Kh img,
.cid-uFgqB3w0Kh .item-img {
  width: 100%;
}
.cid-uFgqB3w0Kh .item:focus,
.cid-uFgqB3w0Kh span:focus {
  outline: none;
}
.cid-uFgqB3w0Kh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFgqB3w0Kh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFgqB3w0Kh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFgqB3w0Kh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFgqB3w0Kh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFgqB3w0Kh .mbr-section-title {
  color: #232323;
}
.cid-uFgqB3w0Kh .mbr-text,
.cid-uFgqB3w0Kh .mbr-section-btn {
  text-align: left;
}
.cid-uFgqB3w0Kh .item-title {
  text-align: left;
}
.cid-uFgqB3w0Kh .item-subtitle {
  text-align: left;
}
.cid-uFa6hxb7xZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFa6hxb7xZ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFa5XHlt0b {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFa5XHlt0b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFa5XHlt0b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFa5XHlt0b .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFa6Jg03RK {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFa6Jg03RK img,
.cid-uFa6Jg03RK .item-img {
  width: 100%;
}
.cid-uFa6Jg03RK .item:focus,
.cid-uFa6Jg03RK span:focus {
  outline: none;
}
.cid-uFa6Jg03RK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFa6Jg03RK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFa6Jg03RK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFa6Jg03RK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFa6Jg03RK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFa6Jg03RK .mbr-section-title {
  color: #232323;
}
.cid-uFa6Jg03RK .mbr-text,
.cid-uFa6Jg03RK .mbr-section-btn {
  text-align: left;
}
.cid-uFa6Jg03RK .item-title {
  text-align: left;
}
.cid-uFa6Jg03RK .item-subtitle {
  text-align: left;
}
.cid-uFghijQoSO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFghijQoSO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFghijQoSO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFghijQoSO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFgi3vM8Yb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFgi3vM8Yb img,
.cid-uFgi3vM8Yb .item-img {
  width: 100%;
}
.cid-uFgi3vM8Yb .item:focus,
.cid-uFgi3vM8Yb span:focus {
  outline: none;
}
.cid-uFgi3vM8Yb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFgi3vM8Yb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFgi3vM8Yb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFgi3vM8Yb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFgi3vM8Yb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFgi3vM8Yb .mbr-section-title {
  color: #232323;
}
.cid-uFgi3vM8Yb .mbr-text,
.cid-uFgi3vM8Yb .mbr-section-btn {
  text-align: left;
}
.cid-uFgi3vM8Yb .item-title {
  text-align: left;
}
.cid-uFgi3vM8Yb .item-subtitle {
  text-align: left;
}
.cid-uFgn9CVxVe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFgn9CVxVe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFgn9CVxVe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFgn9CVxVe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFgoOd2ARJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFgoOd2ARJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFgoOd2ARJ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFgoOd2ARJ .mbr-text,
.cid-uFgoOd2ARJ .mbr-section-btn {
  text-align: left;
}
.cid-uFgsMGZh9R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFgsMGZh9R .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uFgsMGZh9R .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFgsMGZh9R .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uFgsMGZh9R .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uFgsMGZh9R .row .row {
    flex-direction: column-reverse;
  }
  .cid-uFgsMGZh9R .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFgsMGZh9R .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFgsMGZh9R .card-subtitle {
  color: #0095ff;
}
.cid-uFgsMGZh9R .mbr-text {
  color: #555555;
}
.cid-uGEAYgKLgy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGEAYgKLgy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGEAYgKLgy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uGEAYgKLgy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGEAYgKLgy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGEAYgKLgy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uGEAYgKLgy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uGEAYgKLgy .carousel-control,
.cid-uGEAYgKLgy .close {
  background: #1b1b1b;
}
.cid-uGEAYgKLgy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGEAYgKLgy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGEAYgKLgy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGEAYgKLgy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGEAYgKLgy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGEAYgKLgy .close::before {
  content: '\e91a';
}
.cid-uGEAYgKLgy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGEAYgKLgy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGEAYgKLgy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGEAYgKLgy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGEAYgKLgy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGEAYgKLgy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGEAYgKLgy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGEAYgKLgy .carousel-indicators li.active,
.cid-uGEAYgKLgy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGEAYgKLgy .carousel-indicators li::after,
.cid-uGEAYgKLgy .carousel-indicators li::before {
  content: none;
}
.cid-uGEAYgKLgy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGEAYgKLgy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGEAYgKLgy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGEAYgKLgy .carousel-indicators {
    display: none;
  }
}
.cid-uGEAYgKLgy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGEAYgKLgy .carousel-inner > .active {
  display: block;
}
.cid-uGEAYgKLgy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGEAYgKLgy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGEAYgKLgy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGEAYgKLgy .carousel-control,
  .cid-uGEAYgKLgy .carousel-indicators,
  .cid-uGEAYgKLgy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGEAYgKLgy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGEAYgKLgy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGEAYgKLgy .carousel-indicators .active,
.cid-uGEAYgKLgy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGEAYgKLgy .carousel-indicators .active {
  background: #fff;
}
.cid-uGEAYgKLgy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGEAYgKLgy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGEAYgKLgy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGEAYgKLgy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGEAYgKLgy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGEAYgKLgy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGEAYgKLgy .carousel {
  width: 100%;
}
.cid-uGEAYgKLgy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGEAYgKLgy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGEAYgKLgy .modal.fade .modal-dialog,
.cid-uGEAYgKLgy .modal.in .modal-dialog {
  transform: none;
}
.cid-uGEAYgKLgy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGEAYgKLgy H6 {
  text-align: center;
}
.cid-uGEAYgKLgy H4 {
  text-align: left;
}
.cid-tZEAE9QsDF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tZEAE9QsDF .media-container-row {
  justify-content: space-between;
}
.cid-tZEAE9QsDF .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tZEAE9QsDF .text-content {
    max-width: none;
  }
}
.cid-tZEAE9QsDF .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZEAE9QsDF .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZEAE9QsDF .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZEAE9QsDF .icons {
    justify-content: center !important;
  }
  .cid-tZEAE9QsDF .text-content * {
    text-align: center;
  }
}
.cid-tZEAECeSN7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tZEAECeSN7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tZEAECeSN7 p {
  color: #767676;
  text-align: left;
}
.cid-tZEAECeSN7 .card-box {
  padding-top: 2rem;
}
.cid-tZEAECeSN7 .card-wrapper {
  height: 100%;
}
.cid-tZEAECeSN7 .card-title {
  text-align: left;
}
.cid-tZEANA7HBJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZEANA7HBJ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tZEANA7HBJ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tZEANA7HBJ .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tZEANA7HBJ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tZEANA7HBJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tZEANA7HBJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tZEANA7HBJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tZEANA7HBJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tZEANA7HBJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tZEANA7HBJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tZEANA7HBJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tZEANA7HBJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY98xOkgzk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
@media (max-width: 991px) {
  .cid-tY98xOkgzk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY98xOkgzk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY98xOkgzk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY9fniBzN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tY9fniBzN0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tY9fniBzN0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tY9fniBzN0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tY98xOLRbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tY98xOLRbA .card-wrapper {
  background: #fdb72e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tY98xOLRbA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tY98xOLRbA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tY98xOLRbA .card-wrapper {
    padding: 4rem;
  }
}
.cid-tY98xOLRbA .mbr-text,
.cid-tY98xOLRbA .mbr-section-btn {
  color: #ffffff;
}
.cid-tY98xOLRbA .card-title,
.cid-tY98xOLRbA .card-box {
  text-align: left;
}
.cid-tY9LBJjCZc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tY9LBJjCZc .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tY9LBJjCZc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tY9LBJjCZc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tY9LBJjCZc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tY9LBJjCZc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tY9LBJjCZc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tY9LBJjCZc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tY9LBJjCZc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tY98xQlvP4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tY98xQlvP4 .media-container-row {
  justify-content: space-between;
}
.cid-tY98xQlvP4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tY98xQlvP4 .text-content {
    max-width: none;
  }
}
.cid-tY98xQlvP4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tY98xQlvP4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tY98xQlvP4 .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tY98xQlvP4 .icons {
    justify-content: center !important;
  }
  .cid-tY98xQlvP4 .text-content * {
    text-align: center;
  }
}
.cid-tY98xQIIaV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tY98xQIIaV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tY98xQIIaV p {
  color: #767676;
  text-align: left;
}
.cid-tY98xQIIaV .card-box {
  padding-top: 2rem;
}
.cid-tY98xQIIaV .card-wrapper {
  height: 100%;
}
.cid-tY98xQIIaV .card-title {
  text-align: left;
}
.cid-tY98xR2wxH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tY98xR2wxH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tY98xR2wxH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tY98xR2wxH .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tY98xR2wxH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tY98xR2wxH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tY98xR2wxH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tY98xR2wxH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tY98xR2wxH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tY98xR2wxH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tY98xR2wxH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tY98xR2wxH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tY98xR2wxH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYgj2IAb95 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
@media (max-width: 991px) {
  .cid-tYgj2IAb95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYgj2IAb95 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYgj2IAb95 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYgj2J0npG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYgj2J0npG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYgj2J0npG .row {
  flex-direction: row-reverse;
}
.cid-tYgj2J0npG img {
  width: 100%;
}
.cid-tYgj2JgoOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYgj2JgoOU .card-wrapper {
  background: #2563eb;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYgj2JgoOU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYgj2JgoOU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYgj2JgoOU .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYgj2JgoOU .mbr-text,
.cid-tYgj2JgoOU .mbr-section-btn {
  color: #ffffff;
}
.cid-tYgj2JgoOU .card-title,
.cid-tYgj2JgoOU .card-box {
  text-align: left;
}
.cid-uHTNtpRjIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHTNtpRjIz .timeline-element {
  position: relative;
}
.cid-uHTNtpRjIz .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHTNtpRjIz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHTNtpRjIz .mbr-section-title,
.cid-uHTNtpRjIz .mbr-section-subtitle,
.cid-uHTNtpRjIz .timeline-date {
  text-align: center;
}
.cid-uHTNtpRjIz .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-uHTNtpRjIz .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uHTNtpRjIz .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uHTNtpRjIz .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uHTNtpRjIz .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uHTNtpRjIz .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHTNtpRjIz .timeline-date-wrapper,
  .cid-uHTNtpRjIz .timeline-text-wrapper,
  .cid-uHTNtpRjIz .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uHTNtpRjIz .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uHTNtpRjIz .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHTNtpRjIz .timeline-date-wrapper,
  .cid-uHTNtpRjIz .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHTNtpRjIz .timeline-date-wrapper,
  .cid-uHTNtpRjIz .timeline-text-wrapper,
  .cid-uHTNtpRjIz .image-wrapper {
    padding: 2rem;
  }
}
.cid-uHTNtpRjIz .mbr-timeline-date {
  color: #fdb72e;
}
.cid-uHTNvmn5zi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHTNvmn5zi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHTNvmn5zi .mbr-text {
  text-align: left;
}
.cid-uHTNvTOSHb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHTNvTOSHb blockquote {
  border-color: #fdb72e;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uHYn0oDANh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYn0oDANh .img-wrapper {
  text-align: center;
}
.cid-uHYn0oDANh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHYn0oDANh .row {
  align-items: flex-start;
}
.cid-uHYn0oDANh .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHYn0oDANh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHYn0oDANh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHYn0oDANh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tYgj2L93X4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYgj2L93X4 .media-container-row {
  justify-content: space-between;
}
.cid-tYgj2L93X4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tYgj2L93X4 .text-content {
    max-width: none;
  }
}
.cid-tYgj2L93X4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tYgj2L93X4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tYgj2L93X4 .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tYgj2L93X4 .icons {
    justify-content: center !important;
  }
  .cid-tYgj2L93X4 .text-content * {
    text-align: center;
  }
}
.cid-tYO3Tj7CRA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYO3Tj7CRA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tYO3Tj7CRA p {
  color: #767676;
  text-align: left;
}
.cid-tYO3Tj7CRA .card-box {
  padding-top: 2rem;
}
.cid-tYO3Tj7CRA .card-wrapper {
  height: 100%;
}
.cid-tYO3Tj7CRA .card-title {
  text-align: left;
}
.cid-tYgj2LVlzp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYgj2LVlzp .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYgj2LVlzp .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tYgj2LVlzp .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tYgj2LVlzp .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tYgj2LVlzp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYgj2LVlzp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tYgj2LVlzp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYgj2LVlzp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tYgj2LVlzp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tYgj2LVlzp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tYgj2LVlzp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYgj2LVlzp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYkAAjUP9l {
  background-color: #ffffff;
}
.cid-tYkDwfwrkt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYkDwfwrkt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYkDwfwrkt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tYkDwfwrkt .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tYkDwfwrkt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tYkDwfwrkt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYkDwfwrkt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tYkDwfwrkt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYkDwfwrkt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tYkDwfwrkt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tYkDwfwrkt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tYkDwfwrkt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYkDwfwrkt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYkEJm0ulZ {
  background-color: #ffffff;
}
.cid-tYkEJmmAqN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYkEJmmAqN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYkEJmmAqN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-tYkEJmmAqN .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tYkEJmmAqN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tYkEJmmAqN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYkEJmmAqN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tYkEJmmAqN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYkEJmmAqN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tYkEJmmAqN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tYkEJmmAqN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tYkEJmmAqN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYkEJmmAqN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z6N73gBR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z6N73gBR nav.navbar {
  position: fixed;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z6N73gBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z6N73gBR .dropdown-item:hover,
.cid-u0Z6N73gBR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z6N73gBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z6N73gBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z6N73gBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z6N73gBR .nav-link {
  position: relative;
}
.cid-u0Z6N73gBR .container {
  display: flex;
  margin: auto;
}
.cid-u0Z6N73gBR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown-menu,
.cid-u0Z6N73gBR .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z6N73gBR .nav-item:focus,
.cid-u0Z6N73gBR .nav-link:focus {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z6N73gBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z6N73gBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z6N73gBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z6N73gBR .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: #ffffff;
}
.cid-u0Z6N73gBR .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z6N73gBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z6N73gBR .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z6N73gBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z6N73gBR .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z6N73gBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z6N73gBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z6N73gBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z6N73gBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z6N73gBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z6N73gBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z6N73gBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z6N73gBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z6N73gBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z6N73gBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z6N73gBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z6N73gBR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z6N73gBR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z6N73gBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z6N73gBR .dropdown-item.active,
.cid-u0Z6N73gBR .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z6N73gBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z6N73gBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z6N73gBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z6N73gBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z6N73gBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z6N73gBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z6N73gBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z6N73gBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z6N73gBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z6N73gBR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z6N73gBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z6N73gBR .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-u0Z6N73gBR .navbar {
    height: 70px;
  }
  .cid-u0Z6N73gBR .navbar.opened {
    height: auto;
  }
  .cid-u0Z6N73gBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0Z922nwZE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
@media (max-width: 991px) {
  .cid-u0Z922nwZE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0Z922nwZE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0Z922nwZE .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0Z9236ik6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Z9236ik6 .card-wrapper {
  background: #fdb72e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u0Z9236ik6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u0Z9236ik6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0Z9236ik6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u0Z9236ik6 .mbr-text,
.cid-u0Z9236ik6 .mbr-section-btn {
  color: #ffffff;
}
.cid-u0Z9236ik6 .card-title,
.cid-u0Z9236ik6 .card-box {
  text-align: left;
}
.cid-u0Z923m2e0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Z923m2e0 .timeline-element {
  position: relative;
}
.cid-u0Z923m2e0 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-u0Z923m2e0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0Z923m2e0 .mbr-section-title,
.cid-u0Z923m2e0 .mbr-section-subtitle,
.cid-u0Z923m2e0 .timeline-date {
  text-align: center;
}
.cid-u0Z923m2e0 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-u0Z923m2e0 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-u0Z923m2e0 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-u0Z923m2e0 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-u0Z923m2e0 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-u0Z923m2e0 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u0Z923m2e0 .timeline-date-wrapper,
  .cid-u0Z923m2e0 .timeline-text-wrapper,
  .cid-u0Z923m2e0 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-u0Z923m2e0 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-u0Z923m2e0 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u0Z923m2e0 .timeline-date-wrapper,
  .cid-u0Z923m2e0 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u0Z923m2e0 .timeline-date-wrapper,
  .cid-u0Z923m2e0 .timeline-text-wrapper,
  .cid-u0Z923m2e0 .image-wrapper {
    padding: 2rem;
  }
}
.cid-u0Z923m2e0 .mbr-timeline-date {
  color: #fdb72e;
}
.cid-u0Z924bCeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Z924bCeD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0Z924bCeD .mbr-text {
  text-align: left;
}
.cid-u0Z924BYym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Z924BYym blockquote {
  border-color: #fdb72e;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0Z924OYGA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0Z924OYGA .media-container-row {
  justify-content: space-between;
}
.cid-u0Z924OYGA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u0Z924OYGA .text-content {
    max-width: none;
  }
}
.cid-u0Z924OYGA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u0Z924OYGA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u0Z924OYGA .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u0Z924OYGA .icons {
    justify-content: center !important;
  }
  .cid-u0Z924OYGA .text-content * {
    text-align: center;
  }
}
.cid-u0Z925bCrL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0Z925bCrL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u0Z925bCrL p {
  color: #767676;
  text-align: left;
}
.cid-u0Z925bCrL .card-box {
  padding-top: 2rem;
}
.cid-u0Z925bCrL .card-wrapper {
  height: 100%;
}
.cid-u0Z925bCrL .card-title {
  text-align: left;
}
.cid-u0Z925wEgF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u0Z925wEgF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0Z925wEgF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-u0Z925wEgF .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-u0Z925wEgF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u0Z925wEgF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0Z925wEgF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-u0Z925wEgF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u0Z925wEgF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u0Z925wEgF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u0Z925wEgF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u0Z925wEgF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0Z925wEgF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0Z925SV29 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0Z925SV29 nav.navbar {
  position: fixed;
}
.cid-u0Z925SV29 .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-u0Z925SV29 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0Z925SV29 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0Z925SV29 .dropdown-item:hover,
.cid-u0Z925SV29 .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-u0Z925SV29 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0Z925SV29 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0Z925SV29 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0Z925SV29 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0Z925SV29 .nav-link {
  position: relative;
}
.cid-u0Z925SV29 .container {
  display: flex;
  margin: auto;
}
.cid-u0Z925SV29 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0Z925SV29 .dropdown-menu,
.cid-u0Z925SV29 .navbar.opened {
  background: #ffffff !important;
}
.cid-u0Z925SV29 .nav-item:focus,
.cid-u0Z925SV29 .nav-link:focus {
  outline: none;
}
.cid-u0Z925SV29 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0Z925SV29 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0Z925SV29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0Z925SV29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0Z925SV29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0Z925SV29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0Z925SV29 .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: #ffffff;
}
.cid-u0Z925SV29 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0Z925SV29 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0Z925SV29 .navbar .navbar-logo img {
  width: auto;
}
.cid-u0Z925SV29 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0Z925SV29 .navbar.collapsed {
  justify-content: center;
}
.cid-u0Z925SV29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0Z925SV29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0Z925SV29 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u0Z925SV29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0Z925SV29 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0Z925SV29 .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-u0Z925SV29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0Z925SV29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0Z925SV29 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0Z925SV29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0Z925SV29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0Z925SV29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0Z925SV29 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0Z925SV29 .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-u0Z925SV29 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0Z925SV29 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0Z925SV29 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0Z925SV29 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0Z925SV29 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0Z925SV29 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0Z925SV29 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0Z925SV29 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0Z925SV29 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0Z925SV29 .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-u0Z925SV29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0Z925SV29 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0Z925SV29 .dropdown-item.active,
.cid-u0Z925SV29 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0Z925SV29 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0Z925SV29 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0Z925SV29 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0Z925SV29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0Z925SV29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0Z925SV29 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0Z925SV29 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0Z925SV29 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0Z925SV29 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0Z925SV29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0Z925SV29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0Z925SV29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z925SV29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0Z925SV29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0Z925SV29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z925SV29 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0Z925SV29 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0Z925SV29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0Z925SV29 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0Z925SV29 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Z925SV29 .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-u0Z925SV29 .navbar {
    height: 70px;
  }
  .cid-u0Z925SV29 .navbar.opened {
    height: auto;
  }
  .cid-u0Z925SV29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udHWe81pz0 {
  background-image: url("../../../assets/images/gerente-ropa-lujo-gente-negocios-trabajando-su-nuevo-proyecto-aula-2000x1304.jpg");
}
.cid-udHWe81pz0 .form-control,
.cid-udHWe81pz0 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-udHWe81pz0 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#ffffff, #bed3f9);
  border: none;
}
.cid-udHWe81pz0 textarea.form-control {
  min-height: 188px;
}
.cid-udHWe81pz0 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-udHWe81pz0 .content-container {
    padding-right: 5rem;
  }
}
.cid-udHWe81pz0 H1 {
  color: #000000;
  text-align: center;
}
.cid-udHWe81pz0 .mbr-text,
.cid-udHWe81pz0 .mbr-section-btn {
  color: #000000;
}
.cid-udHWe8kUkT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-udHWe8wIwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udHWe8wIwa div.b {
  padding-top: 2rem;
}
.cid-udHWe8wIwa .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udHWe8wIwa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udHWe8wIwa .google-map {
  height: 25rem;
  position: relative;
}
.cid-udHWe8wIwa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udHWe8wIwa .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udHWe8wIwa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udHWe8wIwa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udHWe8wIwa div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udHWe8wIwa div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udHWe933vU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b408e1a5cd4bdb69cb7f1ed01848993c-1920x1080.jpg");
}
.cid-udHWe9e1nJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udHWe9e1nJ div.b {
  padding-top: 2rem;
}
.cid-udHWe9e1nJ .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udHWe9e1nJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udHWe9e1nJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-udHWe9e1nJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udHWe9e1nJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udHWe9e1nJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udHWe9e1nJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udHWe9e1nJ div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udHWe9e1nJ div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udHWe9xzIJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1072340084-0-180-1920-1260-1920x0-80-0-0-bddb9e3e6b2097674b0f621205cc9d25-1920x1080.jpg");
}
.cid-udHWe9Kirs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udHWe9Kirs div.b {
  padding-top: 2rem;
}
.cid-udHWe9Kirs .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udHWe9Kirs a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udHWe9Kirs .google-map {
  height: 25rem;
  position: relative;
}
.cid-udHWe9Kirs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udHWe9Kirs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udHWe9Kirs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udHWe9Kirs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udHWe9Kirs div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udHWe9Kirs div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udHWea1zr1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-udHWeadPnm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udHWeadPnm div.b {
  padding-top: 2rem;
}
.cid-udHWeadPnm .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udHWeadPnm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udHWeadPnm .google-map {
  height: 25rem;
  position: relative;
}
.cid-udHWeadPnm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udHWeadPnm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udHWeadPnm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udHWeadPnm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udHWeadPnm div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udHWeadPnm div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udHWeauEGB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udHWeauEGB .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-udHWeauEGB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-udHWeauEGB .text-content {
    max-width: none;
  }
}
.cid-udHWeauEGB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-udHWeauEGB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-udHWeauEGB .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-udHWeauEGB .icons {
    justify-content: center !important;
  }
  .cid-udHWeauEGB .text-content * {
    text-align: center;
  }
}
.cid-udHWeauEGB .mbr-section-title {
  color: #000000;
}
.cid-udHWeaOsaM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udHWeaOsaM .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udHWeaOsaM .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-udHWeaOsaM .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-udHWeaOsaM .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-udHWeaOsaM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udHWeaOsaM .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-udHWeaOsaM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-udHWeaOsaM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-udHWeaOsaM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udHWeaOsaM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-udHWeaOsaM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udHWeaOsaM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udHWeb6xBC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udHWeb6xBC nav.navbar {
  position: fixed;
}
.cid-udHWeb6xBC .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-udHWeb6xBC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udHWeb6xBC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udHWeb6xBC .dropdown-item:hover,
.cid-udHWeb6xBC .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-udHWeb6xBC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udHWeb6xBC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udHWeb6xBC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udHWeb6xBC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udHWeb6xBC .nav-link {
  position: relative;
}
.cid-udHWeb6xBC .container {
  display: flex;
  margin: auto;
}
.cid-udHWeb6xBC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udHWeb6xBC .dropdown-menu,
.cid-udHWeb6xBC .navbar.opened {
  background: #ffffff !important;
}
.cid-udHWeb6xBC .nav-item:focus,
.cid-udHWeb6xBC .nav-link:focus {
  outline: none;
}
.cid-udHWeb6xBC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udHWeb6xBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udHWeb6xBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udHWeb6xBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udHWeb6xBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udHWeb6xBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udHWeb6xBC .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: #ffffff;
}
.cid-udHWeb6xBC .navbar.opened {
  transition: all 0.3s;
}
.cid-udHWeb6xBC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udHWeb6xBC .navbar .navbar-logo img {
  width: auto;
}
.cid-udHWeb6xBC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udHWeb6xBC .navbar.collapsed {
  justify-content: center;
}
.cid-udHWeb6xBC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udHWeb6xBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udHWeb6xBC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-udHWeb6xBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udHWeb6xBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udHWeb6xBC .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-udHWeb6xBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udHWeb6xBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udHWeb6xBC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udHWeb6xBC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udHWeb6xBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udHWeb6xBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udHWeb6xBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udHWeb6xBC .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-udHWeb6xBC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udHWeb6xBC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udHWeb6xBC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udHWeb6xBC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udHWeb6xBC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udHWeb6xBC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udHWeb6xBC .navbar.navbar-short {
  min-height: 60px;
}
.cid-udHWeb6xBC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udHWeb6xBC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udHWeb6xBC .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-udHWeb6xBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udHWeb6xBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udHWeb6xBC .dropdown-item.active,
.cid-udHWeb6xBC .dropdown-item:active {
  background-color: transparent;
}
.cid-udHWeb6xBC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udHWeb6xBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udHWeb6xBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udHWeb6xBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udHWeb6xBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udHWeb6xBC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udHWeb6xBC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udHWeb6xBC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udHWeb6xBC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udHWeb6xBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udHWeb6xBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udHWeb6xBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udHWeb6xBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udHWeb6xBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udHWeb6xBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udHWeb6xBC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udHWeb6xBC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udHWeb6xBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udHWeb6xBC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udHWeb6xBC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udHWeb6xBC .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-udHWeb6xBC .navbar {
    height: 70px;
  }
  .cid-udHWeb6xBC .navbar.opened {
    height: auto;
  }
  .cid-udHWeb6xBC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udICXYF1ON {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gerente-ropa-lujo-gente-negocios-trabajando-su-nuevo-proyecto-aula-2000x1304.jpg");
}
.cid-udICXYF1ON .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udICXYF1ON .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udICXYF1ON .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udI6UEOstg {
  background-color: #ffffff;
}
.cid-udI6UEOstg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udI6UEOstg .mbr-figure img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udI6UEOstg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udI6UEOstg H1 {
  color: #000000;
}
.cid-udI6UEOstg .mbr-text,
.cid-udI6UEOstg .mbr-section-btn {
  color: #000000;
}
.cid-udI6UF4h82 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-udI6UFic4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udI6UFic4K div.b {
  padding-top: 2rem;
}
.cid-udI6UFic4K .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udI6UFic4K a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udI6UFic4K .google-map {
  height: 25rem;
  position: relative;
}
.cid-udI6UFic4K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udI6UFic4K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udI6UFic4K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udI6UFic4K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udI6UFic4K div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udI6UFic4K div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udI6UFEN02 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b408e1a5cd4bdb69cb7f1ed01848993c-1920x1080.jpg");
}
.cid-udI6UFR3sL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udI6UFR3sL div.b {
  padding-top: 2rem;
}
.cid-udI6UFR3sL .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udI6UFR3sL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udI6UFR3sL .google-map {
  height: 25rem;
  position: relative;
}
.cid-udI6UFR3sL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udI6UFR3sL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udI6UFR3sL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udI6UFR3sL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udI6UFR3sL div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udI6UFR3sL div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udI6UG9K03 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1072340084-0-180-1920-1260-1920x0-80-0-0-bddb9e3e6b2097674b0f621205cc9d25-1920x1080.jpg");
}
.cid-udI6UGnlOS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udI6UGnlOS div.b {
  padding-top: 2rem;
}
.cid-udI6UGnlOS .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udI6UGnlOS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udI6UGnlOS .google-map {
  height: 25rem;
  position: relative;
}
.cid-udI6UGnlOS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udI6UGnlOS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udI6UGnlOS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udI6UGnlOS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udI6UGnlOS div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udI6UGnlOS div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udI6UGEJJ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-udI6UGUaQX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udI6UGUaQX div.b {
  padding-top: 2rem;
}
.cid-udI6UGUaQX .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udI6UGUaQX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udI6UGUaQX .google-map {
  height: 25rem;
  position: relative;
}
.cid-udI6UGUaQX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udI6UGUaQX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udI6UGUaQX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udI6UGUaQX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udI6UGUaQX div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udI6UGUaQX div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udI6UHbTsB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udI6UHbTsB .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-udI6UHbTsB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-udI6UHbTsB .text-content {
    max-width: none;
  }
}
.cid-udI6UHbTsB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-udI6UHbTsB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-udI6UHbTsB .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-udI6UHbTsB .icons {
    justify-content: center !important;
  }
  .cid-udI6UHbTsB .text-content * {
    text-align: center;
  }
}
.cid-udI6UHbTsB .mbr-section-title {
  color: #000000;
}
.cid-udI6UHAUCr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udI6UHAUCr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udI6UHAUCr .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-udI6UHAUCr .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-udI6UHAUCr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-udI6UHAUCr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udI6UHAUCr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-udI6UHAUCr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-udI6UHAUCr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-udI6UHAUCr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udI6UHAUCr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-udI6UHAUCr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udI6UHAUCr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udI6UHVITo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udI6UHVITo nav.navbar {
  position: fixed;
}
.cid-udI6UHVITo .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-udI6UHVITo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udI6UHVITo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udI6UHVITo .dropdown-item:hover,
.cid-udI6UHVITo .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-udI6UHVITo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udI6UHVITo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udI6UHVITo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udI6UHVITo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udI6UHVITo .nav-link {
  position: relative;
}
.cid-udI6UHVITo .container {
  display: flex;
  margin: auto;
}
.cid-udI6UHVITo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udI6UHVITo .dropdown-menu,
.cid-udI6UHVITo .navbar.opened {
  background: #ffffff !important;
}
.cid-udI6UHVITo .nav-item:focus,
.cid-udI6UHVITo .nav-link:focus {
  outline: none;
}
.cid-udI6UHVITo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udI6UHVITo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udI6UHVITo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udI6UHVITo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udI6UHVITo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udI6UHVITo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udI6UHVITo .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: #ffffff;
}
.cid-udI6UHVITo .navbar.opened {
  transition: all 0.3s;
}
.cid-udI6UHVITo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udI6UHVITo .navbar .navbar-logo img {
  width: auto;
}
.cid-udI6UHVITo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udI6UHVITo .navbar.collapsed {
  justify-content: center;
}
.cid-udI6UHVITo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udI6UHVITo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udI6UHVITo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-udI6UHVITo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udI6UHVITo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udI6UHVITo .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-udI6UHVITo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udI6UHVITo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udI6UHVITo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udI6UHVITo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udI6UHVITo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udI6UHVITo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udI6UHVITo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udI6UHVITo .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-udI6UHVITo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udI6UHVITo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udI6UHVITo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udI6UHVITo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udI6UHVITo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udI6UHVITo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udI6UHVITo .navbar.navbar-short {
  min-height: 60px;
}
.cid-udI6UHVITo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udI6UHVITo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udI6UHVITo .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-udI6UHVITo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udI6UHVITo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udI6UHVITo .dropdown-item.active,
.cid-udI6UHVITo .dropdown-item:active {
  background-color: transparent;
}
.cid-udI6UHVITo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udI6UHVITo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udI6UHVITo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udI6UHVITo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udI6UHVITo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udI6UHVITo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udI6UHVITo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udI6UHVITo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udI6UHVITo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udI6UHVITo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udI6UHVITo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udI6UHVITo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udI6UHVITo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udI6UHVITo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udI6UHVITo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udI6UHVITo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udI6UHVITo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udI6UHVITo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udI6UHVITo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udI6UHVITo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udI6UHVITo .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-udI6UHVITo .navbar {
    height: 70px;
  }
  .cid-udI6UHVITo .navbar.opened {
    height: auto;
  }
  .cid-udI6UHVITo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udIdoMkUTe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gerente-ropa-lujo-gente-negocios-trabajando-su-nuevo-proyecto-aula-2000x1304.jpg");
}
.cid-udIdoMkUTe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udIdoMkUTe .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-udIdoMO30f {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gerente-ropa-lujo-gente-negocios-trabajando-su-nuevo-proyecto-aula-2000x1304.jpg");
}
.cid-udIdoMO30f .form-control,
.cid-udIdoMO30f .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-udIdoMO30f .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#ffffff, #bed3f9);
  border: none;
}
.cid-udIdoMO30f textarea.form-control {
  min-height: 188px;
}
.cid-udIdoMO30f .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-udIdoMO30f .content-container {
    padding-right: 5rem;
  }
}
.cid-udIdoMO30f H1 {
  color: #000000;
  text-align: center;
}
.cid-udIdoMO30f .mbr-text,
.cid-udIdoMO30f .mbr-section-btn {
  color: #000000;
}
.cid-udIdoNwIxM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udIdoNwIxM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udIdoNwIxM .mbr-figure img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-udIdoNwIxM .mbr-figure img {
    width: 100% !important;
  }
}
.cid-udIdoNwIxM H1 {
  color: #000000;
}
.cid-udIdoNwIxM .mbr-text,
.cid-udIdoNwIxM .mbr-section-btn {
  color: #000000;
}
.cid-udIdoNMnC7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-udIdoNZxCt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udIdoNZxCt div.b {
  padding-top: 2rem;
}
.cid-udIdoNZxCt .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udIdoNZxCt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udIdoNZxCt .google-map {
  height: 25rem;
  position: relative;
}
.cid-udIdoNZxCt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udIdoNZxCt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udIdoNZxCt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udIdoNZxCt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udIdoNZxCt div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udIdoNZxCt div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udIdoOkwVs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b408e1a5cd4bdb69cb7f1ed01848993c-1920x1080.jpg");
}
.cid-udIdoOA6xV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udIdoOA6xV div.b {
  padding-top: 2rem;
}
.cid-udIdoOA6xV .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udIdoOA6xV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udIdoOA6xV .google-map {
  height: 25rem;
  position: relative;
}
.cid-udIdoOA6xV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udIdoOA6xV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udIdoOA6xV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udIdoOA6xV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udIdoOA6xV div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udIdoOA6xV div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udIdoOViTo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1072340084-0-180-1920-1260-1920x0-80-0-0-bddb9e3e6b2097674b0f621205cc9d25-1920x1080.jpg");
}
.cid-udIdoP73Vs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udIdoP73Vs div.b {
  padding-top: 2rem;
}
.cid-udIdoP73Vs .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udIdoP73Vs a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udIdoP73Vs .google-map {
  height: 25rem;
  position: relative;
}
.cid-udIdoP73Vs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udIdoP73Vs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udIdoP73Vs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udIdoP73Vs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udIdoP73Vs div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udIdoP73Vs div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udIdoPqNOa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-udIdoPC5mk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udIdoPC5mk div.b {
  padding-top: 2rem;
}
.cid-udIdoPC5mk .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-udIdoPC5mk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-udIdoPC5mk .google-map {
  height: 25rem;
  position: relative;
}
.cid-udIdoPC5mk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udIdoPC5mk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udIdoPC5mk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udIdoPC5mk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udIdoPC5mk div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-udIdoPC5mk div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-udIdoPVRnO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udIdoPVRnO .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-udIdoPVRnO .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-udIdoPVRnO .text-content {
    max-width: none;
  }
}
.cid-udIdoPVRnO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-udIdoPVRnO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-udIdoPVRnO .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-udIdoPVRnO .icons {
    justify-content: center !important;
  }
  .cid-udIdoPVRnO .text-content * {
    text-align: center;
  }
}
.cid-udIdoPVRnO .mbr-section-title {
  color: #000000;
}
.cid-udIdoQkAmj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-udIdoQkAmj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udIdoQkAmj .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-udIdoQkAmj .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-udIdoQkAmj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-udIdoQkAmj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udIdoQkAmj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-udIdoQkAmj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-udIdoQkAmj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-udIdoQkAmj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udIdoQkAmj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-udIdoQkAmj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udIdoQkAmj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udIdoQGSTu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udIdoQGSTu nav.navbar {
  position: fixed;
}
.cid-udIdoQGSTu .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-udIdoQGSTu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udIdoQGSTu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udIdoQGSTu .dropdown-item:hover,
.cid-udIdoQGSTu .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-udIdoQGSTu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udIdoQGSTu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udIdoQGSTu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udIdoQGSTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udIdoQGSTu .nav-link {
  position: relative;
}
.cid-udIdoQGSTu .container {
  display: flex;
  margin: auto;
}
.cid-udIdoQGSTu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udIdoQGSTu .dropdown-menu,
.cid-udIdoQGSTu .navbar.opened {
  background: #ffffff !important;
}
.cid-udIdoQGSTu .nav-item:focus,
.cid-udIdoQGSTu .nav-link:focus {
  outline: none;
}
.cid-udIdoQGSTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udIdoQGSTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udIdoQGSTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udIdoQGSTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udIdoQGSTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udIdoQGSTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udIdoQGSTu .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: #ffffff;
}
.cid-udIdoQGSTu .navbar.opened {
  transition: all 0.3s;
}
.cid-udIdoQGSTu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udIdoQGSTu .navbar .navbar-logo img {
  width: auto;
}
.cid-udIdoQGSTu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udIdoQGSTu .navbar.collapsed {
  justify-content: center;
}
.cid-udIdoQGSTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udIdoQGSTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udIdoQGSTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-udIdoQGSTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udIdoQGSTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udIdoQGSTu .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-udIdoQGSTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udIdoQGSTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udIdoQGSTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udIdoQGSTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udIdoQGSTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udIdoQGSTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udIdoQGSTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udIdoQGSTu .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-udIdoQGSTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udIdoQGSTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udIdoQGSTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udIdoQGSTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udIdoQGSTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udIdoQGSTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udIdoQGSTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-udIdoQGSTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udIdoQGSTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udIdoQGSTu .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-udIdoQGSTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udIdoQGSTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udIdoQGSTu .dropdown-item.active,
.cid-udIdoQGSTu .dropdown-item:active {
  background-color: transparent;
}
.cid-udIdoQGSTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udIdoQGSTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udIdoQGSTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udIdoQGSTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udIdoQGSTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udIdoQGSTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udIdoQGSTu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udIdoQGSTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udIdoQGSTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udIdoQGSTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udIdoQGSTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udIdoQGSTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udIdoQGSTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udIdoQGSTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udIdoQGSTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udIdoQGSTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udIdoQGSTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udIdoQGSTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udIdoQGSTu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udIdoQGSTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udIdoQGSTu .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-udIdoQGSTu .navbar {
    height: 70px;
  }
  .cid-udIdoQGSTu .navbar.opened {
    height: auto;
  }
  .cid-udIdoQGSTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxa0dNGU9C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxa0dNGU9C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uxa0dNGU9C .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uxa0dNGU9C .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uxa0dNGU9C .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxa0dNGU9C .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uxa0dNGU9C .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uxa0dNGU9C .carousel-control,
.cid-uxa0dNGU9C .close {
  background: #1b1b1b;
}
.cid-uxa0dNGU9C .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uxa0dNGU9C .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uxa0dNGU9C .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uxa0dNGU9C .carousel-control-next span {
  margin-left: 5px;
}
.cid-uxa0dNGU9C .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxa0dNGU9C .close::before {
  content: '\e91a';
}
.cid-uxa0dNGU9C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxa0dNGU9C .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uxa0dNGU9C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxa0dNGU9C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxa0dNGU9C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxa0dNGU9C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uxa0dNGU9C .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uxa0dNGU9C .carousel-indicators li.active,
.cid-uxa0dNGU9C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxa0dNGU9C .carousel-indicators li::after,
.cid-uxa0dNGU9C .carousel-indicators li::before {
  content: none;
}
.cid-uxa0dNGU9C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxa0dNGU9C .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uxa0dNGU9C .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxa0dNGU9C .carousel-indicators {
    display: none;
  }
}
.cid-uxa0dNGU9C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxa0dNGU9C .carousel-inner > .active {
  display: block;
}
.cid-uxa0dNGU9C .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxa0dNGU9C .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxa0dNGU9C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uxa0dNGU9C .carousel-control,
  .cid-uxa0dNGU9C .carousel-indicators,
  .cid-uxa0dNGU9C .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uxa0dNGU9C .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uxa0dNGU9C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uxa0dNGU9C .carousel-indicators .active,
.cid-uxa0dNGU9C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uxa0dNGU9C .carousel-indicators .active {
  background: #fff;
}
.cid-uxa0dNGU9C .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uxa0dNGU9C .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uxa0dNGU9C .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxa0dNGU9C .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uxa0dNGU9C .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uxa0dNGU9C .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uxa0dNGU9C .carousel {
  width: 100%;
}
.cid-uxa0dNGU9C .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uxa0dNGU9C .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uxa0dNGU9C .modal.fade .modal-dialog,
.cid-uxa0dNGU9C .modal.in .modal-dialog {
  transform: none;
}
.cid-uxa0dNGU9C .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uxa0dNGU9C H6 {
  text-align: center;
}
.cid-uxa0dNGU9C H3 {
  text-align: center;
  color: #353535;
}
.cid-uxa0dNGU9C H4 {
  text-align: left;
}
.cid-ux9KExmJ3A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gerente-ropa-lujo-gente-negocios-trabajando-su-nuevo-proyecto-aula-2000x1304.jpg");
}
.cid-ux9KExmJ3A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ux9KExmJ3A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ux9KExmJ3A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ux9KExBeaT {
  background-color: #ffffff;
}
.cid-ux9KExBeaT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ux9KExBeaT .mbr-figure img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ux9KExBeaT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ux9KExBeaT H1 {
  color: #000000;
}
.cid-ux9KExBeaT .mbr-text,
.cid-ux9KExBeaT .mbr-section-btn {
  color: #000000;
}
.cid-ux9KEy3RdM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-ux9KEyfANT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ux9KEyfANT div.b {
  padding-top: 2rem;
}
.cid-ux9KEyfANT .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ux9KEyfANT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ux9KEyfANT .google-map {
  height: 25rem;
  position: relative;
}
.cid-ux9KEyfANT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ux9KEyfANT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ux9KEyfANT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ux9KEyfANT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ux9KEyfANT div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ux9KEyfANT div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ux9KEyyYJY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/b408e1a5cd4bdb69cb7f1ed01848993c-1920x1080.jpg");
}
.cid-ux9KEyK2Wf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ux9KEyK2Wf div.b {
  padding-top: 2rem;
}
.cid-ux9KEyK2Wf .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ux9KEyK2Wf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ux9KEyK2Wf .google-map {
  height: 25rem;
  position: relative;
}
.cid-ux9KEyK2Wf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ux9KEyK2Wf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ux9KEyK2Wf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ux9KEyK2Wf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ux9KEyK2Wf div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ux9KEyK2Wf div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ux9KEz13n2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1072340084-0-180-1920-1260-1920x0-80-0-0-bddb9e3e6b2097674b0f621205cc9d25-1920x1080.jpg");
}
.cid-ux9KEzeoMy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ux9KEzeoMy div.b {
  padding-top: 2rem;
}
.cid-ux9KEzeoMy .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ux9KEzeoMy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ux9KEzeoMy .google-map {
  height: 25rem;
  position: relative;
}
.cid-ux9KEzeoMy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ux9KEzeoMy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ux9KEzeoMy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ux9KEzeoMy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ux9KEzeoMy div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ux9KEzeoMy div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ux9KEzwjw7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ux9KEzLkbi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ux9KEzLkbi div.b {
  padding-top: 2rem;
}
.cid-ux9KEzLkbi .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-ux9KEzLkbi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ux9KEzLkbi .google-map {
  height: 25rem;
  position: relative;
}
.cid-ux9KEzLkbi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ux9KEzLkbi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ux9KEzLkbi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ux9KEzLkbi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ux9KEzLkbi div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-ux9KEzLkbi div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-ux9KEA4oTr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ux9KEA4oTr .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-ux9KEA4oTr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ux9KEA4oTr .text-content {
    max-width: none;
  }
}
.cid-ux9KEA4oTr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ux9KEA4oTr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ux9KEA4oTr .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ux9KEA4oTr .icons {
    justify-content: center !important;
  }
  .cid-ux9KEA4oTr .text-content * {
    text-align: center;
  }
}
.cid-ux9KEA4oTr .mbr-section-title {
  color: #000000;
}
.cid-ux9KEAq5Y9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ux9KEAq5Y9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ux9KEAq5Y9 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ux9KEAq5Y9 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ux9KEAq5Y9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ux9KEAq5Y9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ux9KEAq5Y9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ux9KEAq5Y9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux9KEAq5Y9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ux9KEAq5Y9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ux9KEAq5Y9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ux9KEAq5Y9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ux9KEAq5Y9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ux9KEAIpKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ux9KEAIpKs nav.navbar {
  position: fixed;
}
.cid-ux9KEAIpKs .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-ux9KEAIpKs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ux9KEAIpKs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ux9KEAIpKs .dropdown-item:hover,
.cid-ux9KEAIpKs .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-ux9KEAIpKs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ux9KEAIpKs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ux9KEAIpKs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ux9KEAIpKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ux9KEAIpKs .nav-link {
  position: relative;
}
.cid-ux9KEAIpKs .container {
  display: flex;
  margin: auto;
}
.cid-ux9KEAIpKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ux9KEAIpKs .dropdown-menu,
.cid-ux9KEAIpKs .navbar.opened {
  background: #ffffff !important;
}
.cid-ux9KEAIpKs .nav-item:focus,
.cid-ux9KEAIpKs .nav-link:focus {
  outline: none;
}
.cid-ux9KEAIpKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ux9KEAIpKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux9KEAIpKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ux9KEAIpKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ux9KEAIpKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux9KEAIpKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux9KEAIpKs .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: #ffffff;
}
.cid-ux9KEAIpKs .navbar.opened {
  transition: all 0.3s;
}
.cid-ux9KEAIpKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ux9KEAIpKs .navbar .navbar-logo img {
  width: auto;
}
.cid-ux9KEAIpKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ux9KEAIpKs .navbar.collapsed {
  justify-content: center;
}
.cid-ux9KEAIpKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux9KEAIpKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ux9KEAIpKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ux9KEAIpKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux9KEAIpKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux9KEAIpKs .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-ux9KEAIpKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux9KEAIpKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ux9KEAIpKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ux9KEAIpKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux9KEAIpKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux9KEAIpKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux9KEAIpKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ux9KEAIpKs .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-ux9KEAIpKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ux9KEAIpKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux9KEAIpKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ux9KEAIpKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ux9KEAIpKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ux9KEAIpKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ux9KEAIpKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux9KEAIpKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ux9KEAIpKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ux9KEAIpKs .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-ux9KEAIpKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ux9KEAIpKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux9KEAIpKs .dropdown-item.active,
.cid-ux9KEAIpKs .dropdown-item:active {
  background-color: transparent;
}
.cid-ux9KEAIpKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux9KEAIpKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux9KEAIpKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux9KEAIpKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux9KEAIpKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux9KEAIpKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux9KEAIpKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ux9KEAIpKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ux9KEAIpKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ux9KEAIpKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ux9KEAIpKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux9KEAIpKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux9KEAIpKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux9KEAIpKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux9KEAIpKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux9KEAIpKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ux9KEAIpKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ux9KEAIpKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux9KEAIpKs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ux9KEAIpKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ux9KEAIpKs .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-ux9KEAIpKs .navbar {
    height: 70px;
  }
  .cid-ux9KEAIpKs .navbar.opened {
    height: auto;
  }
  .cid-ux9KEAIpKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9zU6QRm5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF9zU6QRm5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF9zU6QRm5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF9zU6QRm5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF9zU77HVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF9zU77HVM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF9zU77HVM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF9zU77HVM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uF9zU77HVM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uF9zU77HVM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uF9zU77HVM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF9zU77HVM .carousel-control,
.cid-uF9zU77HVM .close {
  background: #1b1b1b;
}
.cid-uF9zU77HVM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF9zU77HVM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF9zU77HVM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF9zU77HVM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF9zU77HVM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uF9zU77HVM .close::before {
  content: '\e91a';
}
.cid-uF9zU77HVM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF9zU77HVM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uF9zU77HVM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF9zU77HVM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF9zU77HVM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF9zU77HVM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF9zU77HVM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uF9zU77HVM .carousel-indicators li.active,
.cid-uF9zU77HVM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF9zU77HVM .carousel-indicators li::after,
.cid-uF9zU77HVM .carousel-indicators li::before {
  content: none;
}
.cid-uF9zU77HVM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF9zU77HVM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9zU77HVM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF9zU77HVM .carousel-indicators {
    display: none;
  }
}
.cid-uF9zU77HVM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF9zU77HVM .carousel-inner > .active {
  display: block;
}
.cid-uF9zU77HVM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF9zU77HVM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF9zU77HVM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF9zU77HVM .carousel-control,
  .cid-uF9zU77HVM .carousel-indicators,
  .cid-uF9zU77HVM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF9zU77HVM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF9zU77HVM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF9zU77HVM .carousel-indicators .active,
.cid-uF9zU77HVM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF9zU77HVM .carousel-indicators .active {
  background: #fff;
}
.cid-uF9zU77HVM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF9zU77HVM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF9zU77HVM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF9zU77HVM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF9zU77HVM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF9zU77HVM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF9zU77HVM .carousel {
  width: 100%;
}
.cid-uF9zU77HVM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF9zU77HVM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF9zU77HVM .modal.fade .modal-dialog,
.cid-uF9zU77HVM .modal.in .modal-dialog {
  transform: none;
}
.cid-uF9zU77HVM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF9zU77HVM H6 {
  text-align: center;
}
.cid-uF9zU77HVM H4 {
  text-align: left;
}
.cid-uF9zU7z7Bi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uF9zU7z7Bi .media-container-row {
  justify-content: space-between;
}
.cid-uF9zU7z7Bi .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uF9zU7z7Bi .text-content {
    max-width: none;
  }
}
.cid-uF9zU7z7Bi .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uF9zU7z7Bi .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uF9zU7z7Bi .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uF9zU7z7Bi .icons {
    justify-content: center !important;
  }
  .cid-uF9zU7z7Bi .text-content * {
    text-align: center;
  }
}
.cid-uF9zU7Sgge {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF9zU7Sgge h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF9zU7Sgge p {
  color: #767676;
  text-align: left;
}
.cid-uF9zU7Sgge .card-box {
  padding-top: 2rem;
}
.cid-uF9zU7Sgge .card-wrapper {
  height: 100%;
}
.cid-uF9zU7Sgge .card-title {
  text-align: left;
}
.cid-uF9zU8cSmn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF9zU8cSmn .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF9zU8cSmn .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uF9zU8cSmn .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uF9zU8cSmn .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uF9zU8cSmn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF9zU8cSmn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uF9zU8cSmn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF9zU8cSmn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uF9zU8cSmn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF9zU8cSmn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF9zU8cSmn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF9zU8cSmn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF9zU8txDv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF9zU8txDv nav.navbar {
  position: fixed;
}
.cid-uF9zU8txDv .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-uF9zU8txDv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF9zU8txDv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF9zU8txDv .dropdown-item:hover,
.cid-uF9zU8txDv .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-uF9zU8txDv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF9zU8txDv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF9zU8txDv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF9zU8txDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF9zU8txDv .nav-link {
  position: relative;
}
.cid-uF9zU8txDv .container {
  display: flex;
  margin: auto;
}
.cid-uF9zU8txDv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF9zU8txDv .dropdown-menu,
.cid-uF9zU8txDv .navbar.opened {
  background: #ffffff !important;
}
.cid-uF9zU8txDv .nav-item:focus,
.cid-uF9zU8txDv .nav-link:focus {
  outline: none;
}
.cid-uF9zU8txDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9zU8txDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9zU8txDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9zU8txDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9zU8txDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9zU8txDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9zU8txDv .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: #ffffff;
}
.cid-uF9zU8txDv .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9zU8txDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF9zU8txDv .navbar .navbar-logo img {
  width: auto;
}
.cid-uF9zU8txDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF9zU8txDv .navbar.collapsed {
  justify-content: center;
}
.cid-uF9zU8txDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9zU8txDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF9zU8txDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uF9zU8txDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9zU8txDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9zU8txDv .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-uF9zU8txDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9zU8txDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF9zU8txDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF9zU8txDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9zU8txDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9zU8txDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9zU8txDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF9zU8txDv .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-uF9zU8txDv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9zU8txDv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF9zU8txDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF9zU8txDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9zU8txDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9zU8txDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF9zU8txDv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9zU8txDv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9zU8txDv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9zU8txDv .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-uF9zU8txDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF9zU8txDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9zU8txDv .dropdown-item.active,
.cid-uF9zU8txDv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9zU8txDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9zU8txDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9zU8txDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9zU8txDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF9zU8txDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF9zU8txDv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9zU8txDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF9zU8txDv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9zU8txDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF9zU8txDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF9zU8txDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9zU8txDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9zU8txDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9zU8txDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9zU8txDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9zU8txDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9zU8txDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9zU8txDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9zU8txDv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF9zU8txDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF9zU8txDv .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-uF9zU8txDv .navbar {
    height: 70px;
  }
  .cid-uF9zU8txDv .navbar.opened {
    height: auto;
  }
  .cid-uF9zU8txDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG15REIDKP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uG15REIDKP .row {
  flex-direction: row-reverse;
}
.cid-uG15REIDKP .video-wrapper iframe {
  width: 100%;
}
.cid-uG15REIDKP .mbr-section-title,
.cid-uG15REIDKP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uG15REIDKP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uG15RFisif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uG15RFisif .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG15RFisif img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uG15RFisif .text-wrapper {
    padding: 2rem;
  }
}
.cid-uG15RFHTDE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uG15RFHTDE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG15RFHTDE .row {
  flex-direction: row-reverse;
}
.cid-uG15RFHTDE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uG15RFHTDE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uG15RFYw5X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG15RFYw5X h2 {
  text-align: left;
}
.cid-uG15RFYw5X h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uG15RFYw5X p {
  color: #767676;
  text-align: left;
}
.cid-uG15RFYw5X .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uG15RFYw5X .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uG15RFYw5X .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uG15RFYw5X .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG15RFYw5X .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uG15RFYw5X .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uG15RFYw5X .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uG15RFYw5X .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uG15RFYw5X .card-img span {
    font-size: 40px !important;
  }
}
.cid-uG15RFYw5X P {
  color: #000000;
}
.cid-uG15RGk0am {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG15RGk0am .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uG15RGk0am .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG15RGk0am .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uG15RGk0am .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uG15RGk0am .row .row {
    flex-direction: column-reverse;
  }
  .cid-uG15RGk0am .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG15RGk0am .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uG15RGk0am .card-subtitle {
  color: #0095ff;
}
.cid-uG15RGk0am .mbr-text {
  color: #555555;
}
.cid-uG15RGC5hZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG15RGC5hZ h2 {
  text-align: left;
}
.cid-uG15RGC5hZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uG15RGC5hZ p {
  color: #767676;
  text-align: left;
}
.cid-uG15RGC5hZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uG15RGC5hZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uG15RGC5hZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uG15RGC5hZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG15RGC5hZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uG15RGC5hZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uG15RGC5hZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uG15RGC5hZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uG15RGC5hZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-uG15RGC5hZ P {
  color: #000000;
}
.cid-uG15RGC5hZ .mbr-text {
  text-align: center;
}
.cid-uG15RGC5hZ H2 {
  text-align: center;
}
.cid-uG15RGXF8k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG15RGXF8k h2 {
  text-align: left;
}
.cid-uG15RGXF8k h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uG15RGXF8k p {
  color: #767676;
  text-align: left;
}
.cid-uG15RGXF8k .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uG15RGXF8k .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uG15RGXF8k .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uG15RGXF8k .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uG15RGXF8k .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uG15RGXF8k .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uG15RGXF8k .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uG15RGXF8k .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uG15RGXF8k .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uG15RGXF8k .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uG15RGXF8k .card-img span {
    font-size: 40px !important;
  }
}
.cid-uG15RGXF8k P {
  color: #000000;
}
.cid-uG15RHjDQ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG15RHjDQ3 img,
.cid-uG15RHjDQ3 .item-img {
  width: 100%;
}
.cid-uG15RHjDQ3 .item:focus,
.cid-uG15RHjDQ3 span:focus {
  outline: none;
}
.cid-uG15RHjDQ3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG15RHjDQ3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG15RHjDQ3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG15RHjDQ3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uG15RHjDQ3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG15RHjDQ3 .mbr-section-title {
  color: #000000;
}
.cid-uG15RHjDQ3 .mbr-text,
.cid-uG15RHjDQ3 .mbr-section-btn {
  text-align: center;
}
.cid-uG15RHjDQ3 .item-title {
  text-align: center;
}
.cid-uG15RHjDQ3 .item-subtitle {
  text-align: left;
}
.cid-uG15RHC8as {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG15RHC8as img,
.cid-uG15RHC8as .item-img {
  width: 100%;
}
.cid-uG15RHC8as .item:focus,
.cid-uG15RHC8as span:focus {
  outline: none;
}
.cid-uG15RHC8as .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG15RHC8as .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG15RHC8as .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG15RHC8as .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uG15RHC8as .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG15RHC8as .mbr-section-title {
  color: #000000;
}
.cid-uG15RHC8as .mbr-text,
.cid-uG15RHC8as .mbr-section-btn {
  text-align: center;
}
.cid-uG15RHC8as .item-title {
  text-align: center;
}
.cid-uG15RHC8as .item-subtitle {
  text-align: left;
}
.cid-uG15RHY0En {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG15RHY0En .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uG15RHY0En .icon-box {
  background: #0071bc;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG15RHY0En .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uG15RHY0En .card {
    margin-bottom: 2rem;
  }
  .cid-uG15RHY0En .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uG15RHY0En .card-title,
.cid-uG15RHY0En .card-box {
  text-align: center;
}
.cid-uG15RIiNHJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG15RIiNHJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uG15RIiNHJ .item:last-child .icon-box:before {
  display: none;
}
.cid-uG15RIiNHJ .item.last .icon-box:before {
  display: none;
}
.cid-uG15RIiNHJ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uG15RIiNHJ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uG15RIiNHJ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-uG15RIiNHJ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uG15RIiNHJ .card {
    margin-bottom: 2rem;
  }
  .cid-uG15RIiNHJ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uG15RIiNHJ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uG15RIiNHJ .icon-box::before {
    top: 114%;
  }
}
.cid-uG15RJ1ZQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG15RJ1ZQE blockquote {
  border-color: #ff9966;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uG15RJdPtz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uG15RJdPtz .media-container-row {
  justify-content: space-between;
}
.cid-uG15RJdPtz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uG15RJdPtz .text-content {
    max-width: none;
  }
}
.cid-uG15RJdPtz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #0071bc;
  border: 2px solid #0071bc;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uG15RJdPtz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uG15RJdPtz .mbr-iconfont-social:hover {
  background-color: #0071bc;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uG15RJdPtz .icons {
    justify-content: center !important;
  }
  .cid-uG15RJdPtz .text-content * {
    text-align: center;
  }
}
.cid-uG15RJD3OH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG15RJD3OH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uG15RJD3OH p {
  color: #767676;
  text-align: left;
}
.cid-uG15RJD3OH .card-box {
  padding-top: 2rem;
}
.cid-uG15RJD3OH .card-wrapper {
  height: 100%;
}
.cid-uG15RJD3OH .card-title {
  text-align: left;
}
.cid-uG15RK1omX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uG15RK1omX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uG15RK1omX .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uG15RK1omX .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uG15RK1omX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uG15RK1omX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uG15RK1omX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uG15RK1omX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG15RK1omX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uG15RK1omX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uG15RK1omX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uG15RK1omX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uG15RK1omX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uG15RKlDXR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uG15RKlDXR nav.navbar {
  position: fixed;
}
.cid-uG15RKlDXR .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-uG15RKlDXR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uG15RKlDXR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uG15RKlDXR .dropdown-item:hover,
.cid-uG15RKlDXR .dropdown-item:focus {
  background: #0071bc !important;
  color: white !important;
}
.cid-uG15RKlDXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uG15RKlDXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uG15RKlDXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG15RKlDXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG15RKlDXR .nav-link {
  position: relative;
}
.cid-uG15RKlDXR .container {
  display: flex;
  margin: auto;
}
.cid-uG15RKlDXR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG15RKlDXR .dropdown-menu,
.cid-uG15RKlDXR .navbar.opened {
  background: #ffffff !important;
}
.cid-uG15RKlDXR .nav-item:focus,
.cid-uG15RKlDXR .nav-link:focus {
  outline: none;
}
.cid-uG15RKlDXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG15RKlDXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG15RKlDXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG15RKlDXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG15RKlDXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG15RKlDXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG15RKlDXR .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: #ffffff;
}
.cid-uG15RKlDXR .navbar.opened {
  transition: all 0.3s;
}
.cid-uG15RKlDXR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG15RKlDXR .navbar .navbar-logo img {
  width: auto;
}
.cid-uG15RKlDXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG15RKlDXR .navbar.collapsed {
  justify-content: center;
}
.cid-uG15RKlDXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG15RKlDXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG15RKlDXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uG15RKlDXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG15RKlDXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG15RKlDXR .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-uG15RKlDXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG15RKlDXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG15RKlDXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uG15RKlDXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG15RKlDXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG15RKlDXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG15RKlDXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG15RKlDXR .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-uG15RKlDXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG15RKlDXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG15RKlDXR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG15RKlDXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG15RKlDXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG15RKlDXR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG15RKlDXR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG15RKlDXR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG15RKlDXR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG15RKlDXR .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-uG15RKlDXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG15RKlDXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG15RKlDXR .dropdown-item.active,
.cid-uG15RKlDXR .dropdown-item:active {
  background-color: transparent;
}
.cid-uG15RKlDXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG15RKlDXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG15RKlDXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG15RKlDXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uG15RKlDXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG15RKlDXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG15RKlDXR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG15RKlDXR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG15RKlDXR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG15RKlDXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uG15RKlDXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG15RKlDXR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG15RKlDXR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG15RKlDXR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG15RKlDXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG15RKlDXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG15RKlDXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG15RKlDXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG15RKlDXR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uG15RKlDXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG15RKlDXR .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-uG15RKlDXR .navbar {
    height: 70px;
  }
  .cid-uG15RKlDXR .navbar.opened {
    height: auto;
  }
  .cid-uG15RKlDXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
