.btn {
  border-width: 2px;
}
body {
  font-family: 'OpenSans-Regular';
}
.display-1 {
  font-family: 'abel-regular';
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'abel-regular';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'OpenSans-Regular';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'blackjack-webfont';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'OpenSans-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fcc090 !important;
}
.bg-success {
  background-color: #987a5a !important;
}
.bg-info {
  background-color: #c38960 !important;
}
.bg-warning {
  background-color: #002549 !important;
}
.bg-danger {
  background-color: #ecdbd0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcc090 !important;
  border-color: #fcc090 !important;
  color: #893f04 !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: #fa903c !important;
  border-color: #fa903c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #893f04 !important;
  background-color: #fa903c !important;
  border-color: #fa903c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe8d5 !important;
  border-color: #ffe8d5 !important;
  color: #d56000 !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: #ffb97e !important;
  border-color: #ffb97e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d56000 !important;
  background-color: #ffb97e !important;
  border-color: #ffb97e !important;
}
.btn-info,
.btn-info:active {
  background-color: #c38960 !important;
  border-color: #c38960 !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: #945e38 !important;
  border-color: #945e38 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #945e38 !important;
  border-color: #945e38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #987a5a !important;
  border-color: #987a5a !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: #624e3a !important;
  border-color: #624e3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #624e3a !important;
  border-color: #624e3a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #002549 !important;
  border-color: #002549 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ecdbd0 !important;
  border-color: #ecdbd0 !important;
  color: #875636 !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: #d3ac92 !important;
  border-color: #d3ac92 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #875636 !important;
  background-color: #d3ac92 !important;
  border-color: #d3ac92 !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: #fcc090;
  color: #fcc090;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fa903c !important;
  background-color: transparent!important;
  border-color: #fa903c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #893f04 !important;
  background-color: #fcc090 !important;
  border-color: #fcc090 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe8d5;
  color: #ffe8d5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffb97e !important;
  background-color: transparent!important;
  border-color: #ffb97e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d56000 !important;
  background-color: #ffe8d5 !important;
  border-color: #ffe8d5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c38960;
  color: #c38960;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #945e38 !important;
  background-color: transparent!important;
  border-color: #945e38 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c38960 !important;
  border-color: #c38960 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #987a5a;
  color: #987a5a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #624e3a !important;
  background-color: transparent!important;
  border-color: #624e3a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #987a5a !important;
  border-color: #987a5a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #002549;
  color: #002549;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #002549 !important;
  border-color: #002549 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ecdbd0;
  color: #ecdbd0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d3ac92 !important;
  background-color: transparent!important;
  border-color: #d3ac92 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #875636 !important;
  background-color: #ecdbd0 !important;
  border-color: #ecdbd0 !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: #fcc090 !important;
}
.text-secondary {
  color: #ffe8d5 !important;
}
.text-success {
  color: #987a5a !important;
}
.text-info {
  color: #c38960 !important;
}
.text-warning {
  color: #002549 !important;
}
.text-danger {
  color: #ecdbd0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f9882d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffb06f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #584734 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #895734 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cfa387 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fcc090;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c38960;
}
.alert-warning {
  background-color: #002549;
}
.alert-danger {
  background-color: #ecdbd0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fcc090;
  border-color: #fcc090;
  color: #a24a04;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcc090;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cbb9a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6cebd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3099ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'OpenSans-Regular';
  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: #fcc090 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'OpenSans-Regular';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #fcc090;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcc090;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fcc090;
}
.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: #fcc090;
  border-bottom-color: #fcc090;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fcc090 !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: #ffe8d5 !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='%23fcc090' %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-ubm4eHqm5P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubm4eHqm5P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .nav-item {
    margin: 0 !important;
  }
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ubm4eHqm5P .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubm4eHqm5P .nav-link {
  position: relative;
}
.cid-ubm4eHqm5P .container {
  display: flex;
  margin: auto;
}
.cid-ubm4eHqm5P .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown-menu,
.cid-ubm4eHqm5P .navbar.opened {
  background: #ffffff !important;
}
.cid-ubm4eHqm5P .nav-item:focus,
.cid-ubm4eHqm5P .nav-link:focus {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubm4eHqm5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubm4eHqm5P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.opened {
  transition: all 0.3s;
}
.cid-ubm4eHqm5P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubm4eHqm5P .navbar .navbar-logo img {
  width: auto;
}
.cid-ubm4eHqm5P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubm4eHqm5P .navbar.collapsed {
  justify-content: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubm4eHqm5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubm4eHqm5P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ubm4eHqm5P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubm4eHqm5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubm4eHqm5P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubm4eHqm5P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubm4eHqm5P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubm4eHqm5P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubm4eHqm5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown-item.active,
.cid-ubm4eHqm5P .dropdown-item:active {
  background-color: transparent;
}
.cid-ubm4eHqm5P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubm4eHqm5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubm4eHqm5P ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ubm4eHqm5P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubm4eHqm5P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubm4eHqm5P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar {
    height: 70px;
  }
  .cid-ubm4eHqm5P .navbar.opened {
    height: auto;
  }
  .cid-ubm4eHqm5P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ublY19HnF4 {
  background-color: #ffe8d5;
}
.cid-ublY19HnF4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ublY19HnF4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-ublY19HnF4 .text-wrapper {
    margin-left: 5rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-ublY19HnF4 .text-wrapper {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.cid-ublY19HnF4 blockquote {
  padding: 30px 150px 0 0;
  border: none;
  line-height: 1;
}
@media (max-width: 1199px) {
  .cid-ublY19HnF4 blockquote {
    padding-right: 100px;
  }
}
.cid-ublY19HnF4 .occupation {
  font-size: 1rem;
  margin-top: -0.5rem;
}
.cid-ublY19HnF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublY19HnF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublY19HnF4 .mbr-section-title {
  color: #002549;
}
.cid-sX1SObb0VC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sX1SObb0VC h2,
.cid-sX1SObb0VC h3,
.cid-sX1SObb0VC h4,
.cid-sX1SObb0VC p {
  margin: 0;
}
.cid-sX1SObb0VC .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sX1SObb0VC .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sX1SObb0VC .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sX1SObb0VC .mbr-section-title {
  color: #002549;
  margin-bottom: 22px;
}
.cid-sX1SObb0VC .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-sX1SObb0VC .mbr-text {
  color: #3a3e44;
  margin-bottom: 10px;
}
.cid-uaRQwiYnDA {
  padding-top: 280px;
  background-image: url("../../../assets/images/foundation-and-powder-brush-on-white-background-2000x1500.jpg");
}
.cid-uaROM2aozn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaROM2aozn .container {
  max-width: 1312px;
}
.cid-uaROM2aozn .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uaROM2aozn .row {
    padding: 0 0.75rem;
  }
}
.cid-uaROM2aozn .text-container {
  width: 100%;
  padding: 0;
}
.cid-uaROM2aozn .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #002549;
  text-align: left;
}
.cid-uaROM2aozn .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaROM2aozn .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uaROM2aozn .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uaROM2aozn .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uaROM2aozn .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uaROM2aozn .card-title {
  color: #002549;
  margin-bottom: 1rem;
}
.cid-uaROM2aozn .card-text {
  color: #002549;
  text-align: left;
}
.cid-uaROM2aozn .mbr-iconfont {
  font-size: 25px;
  color: #e1965f;
}
.cid-uaROM2aozn .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-u8jrjCXbzg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8jrjCXbzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jrjCXbzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jrjCXbzg .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #ffe8d5;
}
@media (max-width: 991px) {
  .cid-u8jrjCXbzg .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-u8jrjCXbzg .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-u8jrjCXbzg .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-u8jrjCXbzg .mbr-section-title {
  color: #002549;
  margin-bottom: 0;
}
.cid-u8jrjCXbzg .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-u8jrjCXbzg .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-u8jrjCXbzg .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-u8jrjCXbzg .items-wrap {
    padding-top: 50px;
  }
}
.cid-u8jrjCXbzg .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-u8jrjCXbzg .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-u8jrjCXbzg .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u8jrjCXbzg .list li {
  position: relative;
  padding-left: 32px;
}
.cid-u8jrjCXbzg .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-u8jrjCXbzg .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-u8jrjCXbzg .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u8jrjCXbzg .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u8jsQEiYxI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8jsQEiYxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jsQEiYxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jsQEiYxI .row {
  flex-direction: row-reverse;
}
.cid-u8jsQEiYxI .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #ffe8d5;
}
@media (max-width: 991px) {
  .cid-u8jsQEiYxI .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-u8jsQEiYxI .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-u8jsQEiYxI .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-u8jsQEiYxI .mbr-section-title {
  color: #002549;
  margin-bottom: 0;
}
.cid-u8jsQEiYxI .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-u8jsQEiYxI .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-u8jsQEiYxI .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-u8jsQEiYxI .items-wrap {
    padding-top: 50px;
  }
}
.cid-u8jsQEiYxI .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-u8jsQEiYxI .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-u8jsQEiYxI .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u8jsQEiYxI .list li {
  position: relative;
  padding-left: 32px;
}
.cid-u8jsQEiYxI .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-u8jsQEiYxI .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-u8jsQEiYxI .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u8jsQEiYxI .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u8jsU2zstr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8jsU2zstr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jsU2zstr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jsU2zstr .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
  background-color: #ffe8d5;
}
@media (max-width: 991px) {
  .cid-u8jsU2zstr .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-u8jsU2zstr .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-u8jsU2zstr .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-u8jsU2zstr .mbr-section-title {
  color: #002549;
  margin-bottom: 0;
}
.cid-u8jsU2zstr .mbr-text {
  color: #303030;
  margin-top: 20px;
}
.cid-u8jsU2zstr .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .cid-u8jsU2zstr .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-u8jsU2zstr .items-wrap {
    padding-top: 50px;
  }
}
.cid-u8jsU2zstr .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-u8jsU2zstr .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-u8jsU2zstr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-u8jsU2zstr .list li {
  position: relative;
  padding-left: 32px;
}
.cid-u8jsU2zstr .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/icon.png");
  background-size: 100% 100%;
}
.cid-u8jsU2zstr .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-u8jsU2zstr .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-u8jsU2zstr .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ublZ9MJ97W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe8d5;
}
.cid-ublZ9MJ97W .row {
  flex-direction: row-reverse;
}
.cid-ublZ9MJ97W .row {
  align-items: center;
}
.cid-ublZ9MJ97W .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-ublZ9MJ97W .image-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .cid-ublZ9MJ97W .image-wrapper {
    justify-content: flex-start;
    padding-right: 2rem;
  }
}
.cid-ublZ9MJ97W .image-wrapper img {
  width: auto;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 768px) {
  .cid-ublZ9MJ97W .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-ublZ9MJ97W .col-text {
    padding-left: 2rem;
  }
}
.cid-ublZ9MJ97W .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ublZ9MJ97W .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-ublZ9MJ97W .mbr-text {
  color: #040404;
  width: 100%;
}
.cid-ublZ9MJ97W .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-ublZ9MJ97W .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ublZ9MJ97W .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u8jjPHOS3g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u8jjPHOS3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jjPHOS3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jjPHOS3g .text-wrap {
  width: 100%;
}
.cid-u8jjPHOS3g .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u8jjPHOS3g .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u8jjPHOS3g .mbr-section-title {
  color: #002549;
  margin-bottom: 0;
}
.cid-u8jjPHOS3g .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u8jjPHOS3g .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-u8jjPHOS3g .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-u8jjPHOS3g .card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8jjPHOS3g .card_1 {
  border: 1px solid rgba(250, 250, 250, 0.8);
  border-radius: 0 45px 45px 45px;
}
.cid-u8jjPHOS3g .card_1 .card-title-wrap {
  border-radius: 0 44px 44px 44px;
  border: 1px solid rgba(250, 250, 250, 0.8);
  background-color: rgba(138, 75, 36, 0.8);
}
.cid-u8jjPHOS3g .card_2 {
  border: 1px solid rgba(250, 250, 250, 0.8);
  border-radius: 45px;
}
.cid-u8jjPHOS3g .card_2 .card-title-wrap {
  border-radius: 44px;
  border: 1px solid rgba(250, 250, 250, 0.8);
  background-color: rgba(0, 37, 73, 0.8);
}
.cid-u8jjPHOS3g .card_3 {
  border: 1px solid rgba(250, 250, 250, 0.8);
  border-radius: 45px 45px 0 45px;
}
.cid-u8jjPHOS3g .card_3 .card-title-wrap {
  border-radius: 44px 44px 0 44px;
  border: 1px solid rgba(250, 250, 250, 0.8);
  background-color: rgba(195, 137, 96, 0.8);
}
.cid-u8jjPHOS3g .card-title-wrap {
  padding: 45px 26px;
}
.cid-u8jjPHOS3g .card-title {
  width: 100%;
  margin: 0;
  color: #fafafa;
}
.cid-u8jjPHOS3g .card-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 32px 26px 50px;
}
.cid-u8jjPHOS3g .card-text {
  color: #353535;
  margin: 0 0 auto;
}
.cid-u8jjPHOS3g .card-text-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 18px;
  margin-top: 28px;
}
.cid-u8jjPHOS3g .card-duration {
  color: #353535;
}
.cid-u8jjPHOS3g .card-cost {
  color: #353535;
}
.cid-u8jjPHOS3g .mbr-section-btn {
  margin-top: 5px;
}
.cid-u8jjPHOS3g .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-u8j8Dnb1Ja {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8j8Dnb1Ja .container {
  max-width: 1320px;
  max-width: 1312px;
}
.cid-u8j8Dnb1Ja .row {
  align-items: center;
}
.cid-u8j8Dnb1Ja .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8j8Dnb1Ja .image-wrapper {
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .cid-u8j8Dnb1Ja .image-wrapper {
    padding-left: 6rem;
  }
}
.cid-u8j8Dnb1Ja .image-wrapper img {
  width: auto;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 991px) {
  .cid-u8j8Dnb1Ja .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 992px) {
  .cid-u8j8Dnb1Ja .col-text {
    padding-right: 6rem;
  }
}
.cid-u8j8Dnb1Ja .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u8j8Dnb1Ja .mbr-section-title {
  margin-bottom: 1rem;
  color: #002549;
  width: 100%;
}
.cid-u8j8Dnb1Ja .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-u8j8Dnb1Ja .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-u8j8Dnb1Ja .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8j8Dnb1Ja .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u8j8Dnb1Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8j8Dnb1Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8j8Dnb1Ja .mbr-text,
.cid-u8j8Dnb1Ja .mbr-section-btn {
  color: #000000;
}
.cid-u8j8mq7WDY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u8j8mq7WDY .mbr-section-title,
.cid-u8j8mq7WDY .mbr-section-subtitle {
  text-align: center;
}
.cid-u8j8mq7WDY .cards-wrap {
  background: #ffe8d5;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-u8j8mq7WDY .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-u8j8mq7WDY .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-u8j8mq7WDY .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-u8j8mq7WDY .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-u8j8mq7WDY .cards-wrap .card-img-inner .mbr-iconfont {
  background: #fcc090;
  border-color: #fcc090;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffe8d5;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-u8j8mq7WDY .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-u8j8mq7WDY .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-u8j8mq7WDY .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-u8j8mq7WDY .title .mbr-section-title,
.cid-u8j8mq7WDY .title .mbr-section-btn {
  text-align: left;
}
.cid-u8j8dckg5S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffe8d5;
}
.cid-u8j8dckg5S .card-title {
  margin-bottom: 0.5rem;
}
.cid-u8j8dckg5S .card-box {
  z-index: 10;
  position: relative;
  margin-bottom: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1500px) {
  .cid-u8j8dckg5S .container {
    max-width: 1400px;
  }
}
.cid-u8j8dckg5S .card {
  margin: auto;
}
.cid-u8j8dckg5S .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c38960;
  margin-bottom: 2rem;
}
.cid-u8j8dckg5S .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8j8dckg5S .row {
  margin: 0 auto;
  justify-content: center;
  width: 68%;
}
@media (max-width: 767px) {
  .cid-u8j8dckg5S .row {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .cid-u8j8dckg5S .row {
    width: 85%;
  }
}
.cid-u8j8dckg5S .card-title,
.cid-u8j8dckg5S .card-box {
  color: #c38960;
}
.cid-u8j8dckg5S H2 {
  color: #040404;
  text-align: center;
}
.cid-u8jxy57Dr0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8jxy57Dr0 h2,
.cid-u8jxy57Dr0 h3,
.cid-u8jxy57Dr0 h4,
.cid-u8jxy57Dr0 p {
  margin: 0;
}
.cid-u8jxy57Dr0 .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-u8jxy57Dr0 .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-u8jxy57Dr0 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u8jxy57Dr0 .mbr-section-title {
  color: #002549;
  margin-bottom: 22px;
  text-align: center;
}
.cid-u8jxy57Dr0 .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u8jxy57Dr0 .mbr-text {
  color: #3a3e44;
  margin-bottom: 10px;
}
.cid-sX37dgAFJ7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sX37dgAFJ7 .mbr-text {
  margin: 0;
  padding-bottom: 30px;
  color: #52586a;
}
.cid-sX37dgAFJ7 .mbr-section-title {
  padding-bottom: 17px;
  letter-spacing: 0.7px;
}
.cid-sX37dgAFJ7 .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sX37dgAFJ7 .row-element,
.cid-sX37dgAFJ7 .image-element {
  padding: 0;
}
.cid-sX37dgAFJ7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sX37dgAFJ7 .carousel-item.active,
.cid-sX37dgAFJ7 .carousel-item-next,
.cid-sX37dgAFJ7 .carousel-item-prev {
  display: flex;
}
.cid-sX37dgAFJ7 .carousel-indicators {
  position: initial;
  align-items: center;
  display: flex;
}
.cid-sX37dgAFJ7 .carousel-indicators .active img {
  opacity: 1;
  transform: scale(1.3);
  transition: 0.1s;
}
.cid-sX37dgAFJ7 .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  width: 3.6em;
  height: 3.6em;
  max-width: initial;
  max-height: initial;
  transition: 0.1s;
}
@media (max-width: 540px) {
  .cid-sX37dgAFJ7 .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX37dgAFJ7 .image-element {
    min-width: 50%;
  }
  .cid-sX37dgAFJ7 .media-container-row {
    width: 100%;
  }
}
.cid-sX37dgAFJ7 img {
  border-radius: 50%;
  object-fit: cover;
  width: 3.6em;
  height: 3.6em;
  transition: 0.1s;
}
.cid-sX37dgAFJ7 .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sX37dgAFJ7 .title {
  margin-bottom: 23px;
  padding: 0;
  color: #111213;
}
.cid-sX37dgAFJ7 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #111213;
}
.cid-sX37dgAFJ7 .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-sX37dgAFJ7 .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sX37dgAFJ7 .container {
    padding: 0 5%;
  }
}
.cid-sX37dgAFJ7 .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #8a4b24;
}
.cid-sX37dgAFJ7 .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-sX37dgAFJ7 section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-sX37dgAFJ7 li {
    margin: 10px !important;
    width: 1.5em !important;
    height: 1.5em !important;
  }
  .cid-sX37dgAFJ7 img {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}
.cid-u8jxUpBUxz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8jxUpBUxz .container {
  max-width: 1312px;
}
.cid-u8jxUpBUxz .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-u8jxUpBUxz .row {
    padding: 0 16px;
  }
}
.cid-u8jxUpBUxz .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #002549;
}
@media (max-width: 991px) {
  .cid-u8jxUpBUxz .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-u8jxUpBUxz .content-wrap {
    padding: 32px 20px;
  }
}
.cid-u8jxUpBUxz .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8jxUpBUxz .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u8jxUpBUxz .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jxUpBUxz .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u8jxUpBUxz .col-text {
    padding-right: 1rem;
  }
}
.cid-u8jxUpBUxz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u8jxUpBUxz .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-u8jxUpBUxz .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8jxUpBUxz .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-u8jxUpBUxz .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u8jxUpBUxz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8jxUpBUxz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sX1U0nHOfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe8d5;
}
.cid-sX1U0nHOfc .row-element,
.cid-sX1U0nHOfc .image-element {
  padding: 0;
}
.cid-sX1U0nHOfc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sX1U0nHOfc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sX1U0nHOfc .text-content {
  padding: 3rem;
}
.cid-sX1U0nHOfc .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-sX1U0nHOfc .text-content {
    padding: 2rem 1rem;
  }
  .cid-sX1U0nHOfc .mbr-title,
  .cid-sX1U0nHOfc .mbr-text,
  .cid-sX1U0nHOfc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sX1U0nHOfc .mbr-text,
.cid-sX1U0nHOfc .mbr-section-btn {
  text-align: right;
  color: #040404;
}
.cid-sX1U0nHOfc .mbr-title {
  color: #040404;
  text-align: left;
}
.cid-sZviRvaLrw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-sZviRvaLrw p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sZviRvaLrw .row {
    justify-content: flex-start !important;
  }
}
.cid-sZviRvaLrw .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sZviRvaLrw .mbr-section-title {
  text-align: center;
  color: #002549;
}
.cid-sZviRvaLrw .mbr-section-subtitle {
  text-align: center;
}
.cid-sZviRvaLrw .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sZviRvaLrw .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sZviRvaLrw .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-sZviRvaLrw .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sZviRvaLrw .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-ubm0C2gFKJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-ubm0C2gFKJ .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-ubm0C2gFKJ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ubm0C2gFKJ .mbr-text {
  color: #444;
}
.cid-ubm0C2gFKJ h5 {
  margin-bottom: 0;
}
.cid-ubm0C2gFKJ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-ubm0C2gFKJ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubm0C2gFKJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-ubm0C2gFKJ .socicon {
  font-size: 1.3rem;
  background: #fcc090;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubm0C2gFKJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ubm0C2gFKJ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ubm0C2gFKJ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ubm0C2gFKJ .social-list a:hover {
  opacity: .4;
}
.cid-ubm0C2gFKJ .media-container-row > div {
  padding: 0px;
}
.cid-ubm0C2gFKJ .text2 {
  color: #3a3e44;
  text-align: left;
}
.cid-ubm0C2gFKJ .group-title {
  text-align: left;
  color: #3a3e44;
}
.cid-ubm0C2gFKJ .group-title SPAN {
  color: #ffffff;
}
.cid-ubm0C2gFKJ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-ubm0C2gFKJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ubm0C2gFKJ .social-list,
  .cid-ubm0C2gFKJ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ubm0C2gFKJ h3 {
    margin-bottom: 10px;
  }
  .cid-ubm0C2gFKJ .navbar-brand {
    text-align: center;
  }
}
.cid-ubm0C2gFKJ .links SPAN {
  color: #9e9e9e;
}
.cid-ubm0C2gFKJ .links,
.cid-ubm0C2gFKJ .navbar-brand {
  color: #3a3e44;
}
.cid-ubm0VSMqFo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe8d5;
}
.cid-ubm0VSMqFo .mbr-text {
  color: #002549;
}
@media (max-width: 768px) {
  .cid-ubm0VSMqFo p {
    text-align: center;
  }
  .cid-ubm0VSMqFo .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-t465q8HnSx {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #fcc090;
  background: linear-gradient(to right top, #fcc090, #d4cece);
}
.cid-t465q8HnSx .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-t4X68J2Btd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4X68J2Btd .card-heading {
  padding-bottom: 30px;
  color: #000000;
}
.cid-t4X68J2Btd .top {
  padding-top: 0;
}
.cid-t4X68J2Btd .row {
  justify-content: center;
  display: flex;
}
.cid-t4X68J2Btd a {
  font-weight: 400 !important;
}
.cid-t4X68J2Btd .mbr-text {
  color: #333333;
}
.cid-t4X68J2Btd .mbr-text1 {
  padding-top: 30px;
}
.cid-t4X68J2Btd .top1 {
  padding-top: 30px;
}
.cid-ubm0EFRGvG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-ubm0EFRGvG .listico {
  padding-right: 1rem;
  font-size: 1.7rem;
}
.cid-ubm0EFRGvG .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ubm0EFRGvG .mbr-text {
  color: #444;
}
.cid-ubm0EFRGvG h5 {
  margin-bottom: 0;
}
.cid-ubm0EFRGvG .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-ubm0EFRGvG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubm0EFRGvG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-ubm0EFRGvG .socicon {
  font-size: 1.3rem;
  background: #fcc090;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubm0EFRGvG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ubm0EFRGvG .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ubm0EFRGvG .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ubm0EFRGvG .social-list a:hover {
  opacity: .4;
}
.cid-ubm0EFRGvG .media-container-row > div {
  padding: 0px;
}
.cid-ubm0EFRGvG .text2 {
  color: #3a3e44;
  text-align: left;
}
.cid-ubm0EFRGvG .group-title {
  text-align: left;
  color: #3a3e44;
}
.cid-ubm0EFRGvG .group-title SPAN {
  color: #ffffff;
}
.cid-ubm0EFRGvG .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-ubm0EFRGvG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ubm0EFRGvG .social-list,
  .cid-ubm0EFRGvG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ubm0EFRGvG h3 {
    margin-bottom: 10px;
  }
  .cid-ubm0EFRGvG .navbar-brand {
    text-align: center;
  }
}
.cid-ubm0EFRGvG .links SPAN {
  color: #9e9e9e;
}
.cid-ubm0EFRGvG .links,
.cid-ubm0EFRGvG .navbar-brand {
  color: #3a3e44;
}
.cid-ubm0VSMqFo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe8d5;
}
.cid-ubm0VSMqFo .mbr-text {
  color: #002549;
}
@media (max-width: 768px) {
  .cid-ubm0VSMqFo p {
    text-align: center;
  }
  .cid-ubm0VSMqFo .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-ubm4eHqm5P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubm4eHqm5P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .nav-item {
    margin: 0 !important;
  }
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ubm4eHqm5P .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubm4eHqm5P .nav-link {
  position: relative;
}
.cid-ubm4eHqm5P .container {
  display: flex;
  margin: auto;
}
.cid-ubm4eHqm5P .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown-menu,
.cid-ubm4eHqm5P .navbar.opened {
  background: #ffffff !important;
}
.cid-ubm4eHqm5P .nav-item:focus,
.cid-ubm4eHqm5P .nav-link:focus {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubm4eHqm5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubm4eHqm5P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.opened {
  transition: all 0.3s;
}
.cid-ubm4eHqm5P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubm4eHqm5P .navbar .navbar-logo img {
  width: auto;
}
.cid-ubm4eHqm5P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubm4eHqm5P .navbar.collapsed {
  justify-content: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubm4eHqm5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubm4eHqm5P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ubm4eHqm5P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubm4eHqm5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubm4eHqm5P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubm4eHqm5P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubm4eHqm5P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubm4eHqm5P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubm4eHqm5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown-item.active,
.cid-ubm4eHqm5P .dropdown-item:active {
  background-color: transparent;
}
.cid-ubm4eHqm5P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubm4eHqm5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubm4eHqm5P ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ubm4eHqm5P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubm4eHqm5P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubm4eHqm5P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar {
    height: 70px;
  }
  .cid-ubm4eHqm5P .navbar.opened {
    height: auto;
  }
  .cid-ubm4eHqm5P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t465f7GXCt {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #fcc090;
  background: linear-gradient(to right top, #fcc090, #d4cece);
}
.cid-t465f7GXCt .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-t4652LNu6r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4652LNu6r h2,
.cid-t4652LNu6r h3,
.cid-t4652LNu6r h4,
.cid-t4652LNu6r p {
  margin: 0;
}
.cid-t4652LNu6r .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-t4652LNu6r .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-t4652LNu6r .mbr-text {
  color: #040404;
  margin: 10px 0;
}
.cid-ubm0GOiOzy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-ubm0GOiOzy .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-ubm0GOiOzy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ubm0GOiOzy .mbr-text {
  color: #444;
}
.cid-ubm0GOiOzy h5 {
  margin-bottom: 0;
}
.cid-ubm0GOiOzy .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-ubm0GOiOzy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubm0GOiOzy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-ubm0GOiOzy .socicon {
  font-size: 1.3rem;
  background: #fcc090;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubm0GOiOzy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ubm0GOiOzy .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ubm0GOiOzy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ubm0GOiOzy .social-list a:hover {
  opacity: .4;
}
.cid-ubm0GOiOzy .media-container-row > div {
  padding: 0px;
}
.cid-ubm0GOiOzy .text2 {
  color: #3a3e44;
  text-align: left;
}
.cid-ubm0GOiOzy .group-title {
  text-align: left;
  color: #3a3e44;
}
.cid-ubm0GOiOzy .group-title SPAN {
  color: #ffffff;
}
.cid-ubm0GOiOzy .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-ubm0GOiOzy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ubm0GOiOzy .social-list,
  .cid-ubm0GOiOzy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ubm0GOiOzy h3 {
    margin-bottom: 10px;
  }
  .cid-ubm0GOiOzy .navbar-brand {
    text-align: center;
  }
}
.cid-ubm0GOiOzy .links SPAN {
  color: #9e9e9e;
}
.cid-ubm0GOiOzy .links,
.cid-ubm0GOiOzy .navbar-brand {
  color: #3a3e44;
}
.cid-ubm0VSMqFo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe8d5;
}
.cid-ubm0VSMqFo .mbr-text {
  color: #002549;
}
@media (max-width: 768px) {
  .cid-ubm0VSMqFo p {
    text-align: center;
  }
  .cid-ubm0VSMqFo .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-ubm4eHqm5P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubm4eHqm5P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .nav-item {
    margin: 0 !important;
  }
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-ubm4eHqm5P .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubm4eHqm5P .nav-link {
  position: relative;
}
.cid-ubm4eHqm5P .container {
  display: flex;
  margin: auto;
}
.cid-ubm4eHqm5P .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown-menu,
.cid-ubm4eHqm5P .navbar.opened {
  background: #ffffff !important;
}
.cid-ubm4eHqm5P .nav-item:focus,
.cid-ubm4eHqm5P .nav-link:focus {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubm4eHqm5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubm4eHqm5P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubm4eHqm5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubm4eHqm5P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.opened {
  transition: all 0.3s;
}
.cid-ubm4eHqm5P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubm4eHqm5P .navbar .navbar-logo img {
  width: auto;
}
.cid-ubm4eHqm5P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubm4eHqm5P .navbar.collapsed {
  justify-content: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubm4eHqm5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubm4eHqm5P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubm4eHqm5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubm4eHqm5P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubm4eHqm5P .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-ubm4eHqm5P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubm4eHqm5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-ubm4eHqm5P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ubm4eHqm5P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubm4eHqm5P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubm4eHqm5P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubm4eHqm5P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubm4eHqm5P .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubm4eHqm5P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubm4eHqm5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubm4eHqm5P .dropdown-item.active,
.cid-ubm4eHqm5P .dropdown-item:active {
  background-color: transparent;
}
.cid-ubm4eHqm5P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubm4eHqm5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubm4eHqm5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubm4eHqm5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubm4eHqm5P ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ubm4eHqm5P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubm4eHqm5P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubm4eHqm5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubm4eHqm5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubm4eHqm5P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubm4eHqm5P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubm4eHqm5P .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-ubm4eHqm5P .navbar {
    height: 70px;
  }
  .cid-ubm4eHqm5P .navbar.opened {
    height: auto;
  }
  .cid-ubm4eHqm5P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
