body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Forum', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #353535 !important;
}
.bg-success {
  background-color: #353535 !important;
}
.bg-info {
  background-color: #283742 !important;
}
.bg-warning {
  background-color: #effaff !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !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: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info,
.btn-info:active {
  background-color: #283742 !important;
  border-color: #283742 !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: #070a0c !important;
  border-color: #070a0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #070a0c !important;
  border-color: #070a0c !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #effaff !important;
  border-color: #effaff !important;
  color: #00a4ef !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: #006998 !important;
  background-color: #98dfff !important;
  border-color: #98dfff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #00a4ef !important;
  background-color: #98dfff !important;
  border-color: #98dfff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #283742;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #070a0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #effaff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #98dfff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #00a4ef !important;
  background-color: #effaff !important;
  border-color: #effaff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #22a5e5 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #283742 !important;
}
.text-warning {
  color: #effaff !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #116690 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #89daff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff6d24 !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: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #283742;
}
.alert-warning {
  background-color: #effaff;
}
.alert-danger {
  background-color: #ffb18a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !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: #22a5e5 !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='%23353535' %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-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzFZtE0cUR {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tzFZtE0cUR .content {
  display: flex;
  align-items: center;
}
.cid-tzFZtE0cUR .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tzFZtE0cUR .content-main {
    margin-left: 0;
  }
}
.cid-tzFZtE0cUR .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-tzFZtE0cUR .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tzFZtE0cUR .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tzFZtE0cUR .mbr-text {
  margin-bottom: 38px;
  color: #353535;
}
@media (max-width: 992px) {
  .cid-tzFZtE0cUR .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tzFZtE0cUR .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzFZtE0cUR .btn:hover {
  box-shadow: none;
}
.cid-tzFZtE0cUR .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tzFZtE0cUR .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tzFZtE0cUR .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #effaff;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tzFZtE0cUR .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tzFZtE0cUR .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tzFZtE0cUR .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #effaff;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tzFZtE0cUR .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tzFZtE0cUR .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tzFZtE0cUR .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tzFZtE0cUR .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tzFZtE0cUR .fitImage {
  object-fit: cover;
  object-position: top;
}
.cid-tzFZtE0cUR .tilt-container {
  display: flex;
  gap: 20px;
  perspective: 1000px;
}
.cid-tzFZtE0cUR .tilt-item {
  perspective: 1000px;
}
.cid-tzFZtE0cUR .tilt-image {
  width: 200px;
  transition: transform 0.1s;
  transform-style: preserve-3d;
}
.cid-tzFZtE0cUR .lava-lamp-container {
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
}
.cid-tzFZtE0cUR .blob {
  position: absolute;
  bottom: -20%;
  border-radius: 50%;
  filter: blur(100px);
  animation: blobMovement infinite, blobMorph infinite alternate;
}
.cid-tzFZtE0cUR .blob:nth-child(1) {
  background: radial-gradient(circle, #ff6666 0%, #ffb266 100%);
  animation-duration: 25s, 30s;
  width: 600px;
  height: 600px;
}
.cid-tzFZtE0cUR .blob:nth-child(2) {
  background: radial-gradient(circle, #6666ff 0%, #66b2ff 100%);
  animation-duration: 22s, 35s;
  width: 750px;
  height: 750px;
}
.cid-tzFZtE0cUR .blob:nth-child(3) {
  background: radial-gradient(circle, #66ff66 0%, #b2ff66 100%);
  animation-duration: 20s, 40s;
  width: 900px;
  height: 900px;
}
.cid-tzFZtE0cUR .blob:nth-child(4) {
  background: radial-gradient(circle, #ffff66 0%, #ffffb2 100%);
  animation-duration: 30s, 33s;
  width: 450px;
  height: 450px;
}
.cid-tzFZtE0cUR .blob:nth-child(5) {
  background: radial-gradient(circle, #ff66ff 0%, #ffb2ff 100%);
  animation-duration: 35s, 28s;
  width: 1050px;
  height: 1050px;
}
.cid-tzFZtE0cUR .blob:nth-child(6) {
  background: radial-gradient(circle, #66ffff 0%, #b2ffff 100%);
  animation-duration: 28s, 32s;
  width: 600px;
  height: 600px;
}
.cid-tzFZtE0cUR .blob:nth-child(7) {
  background: radial-gradient(circle, #ffb266 0%, #ffdfb2 100%);
  animation-duration: 26s, 37s;
  width: 660px;
  height: 660px;
}
.cid-tzFZtE0cUR .blob:nth-child(8) {
  background: radial-gradient(circle, #b266ff 0%, #dfb2ff 100%);
  animation-duration: 32s, 36s;
  width: 720px;
  height: 720px;
}
.cid-tzFZtE0cUR .blob:nth-child(9) {
  background: radial-gradient(circle, #66ffb2 0%, #b2ffdf 100%);
  animation-duration: 24s, 39s;
  width: 840px;
  height: 840px;
}
.cid-tzFZtE0cUR .blob:nth-child(10) {
  background: radial-gradient(circle, #ff66b2 0%, #ffb2df 100%);
  animation-duration: 29s, 34s;
  width: 780px;
  height: 780px;
}
.cid-tzFZtE0cUR .blob:nth-child(11) {
  background: radial-gradient(circle, #b266ff 0%, #dfb2ff 100%);
  animation-duration: 33s, 38s;
  width: 630px;
  height: 630px;
}
.cid-tzFZtE0cUR .blob:nth-child(12) {
  background: radial-gradient(circle, #66ffff 0%, #66b2ff 100%);
  animation-duration: 27s, 41s;
  width: 690px;
  height: 690px;
}
@keyframes blobMovement {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 1;
  }
}
@keyframes blobMorph {
  0%,
  100% {
    border-radius: 50%;
  }
  25% {
    border-radius: 45% 55% 60% 0.72727273% 60% 45% 50%;
  }
  50% {
    border-radius: 50% 60% 55% 0.81818182% 45% 50% 60%;
  }
  75% {
    border-radius: 55% 50% 60% 0.9% 55% 60% 45%;
  }
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tghhyMsKSR {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tghhyMsKSR H2 {
  color: #000000;
  text-align: left;
}
.cid-tghhyMsKSR .mbr-text,
.cid-tghhyMsKSR .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tghhyMsKSR img {
  max-width: 500px;
  margin: auto;
}
.cid-tghhyMsKSR .btn span {
  font-size: 2.4rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 0rem !important;
}
.cid-tghhyMsKSR .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-tghhyMsKSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tghhyMsKSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tghhyMsKSR H1 {
  text-align: left;
}
.cid-tghhyMsKSR .bounceMe {
  display: inline-block;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceMe;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounceMe {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.cid-uhVl8L2oDd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhVl8L2oDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVl8L2oDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhVl8L2oDd .container {
    padding: 0 15px;
  }
}
.cid-uhVl8L2oDd .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uhVl8L2oDd .desc-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhVl8L2oDd .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhVl8L2oDd .desc-wrapper .mbr-desc {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.cid-uhVl8L2oDd .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #30262b;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .cid-uhVl8L2oDd .desc-wrapper .mbr-desc::before {
    display: none;
  }
}
.cid-uhVl8L2oDd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhVl8L2oDd .mbr-desc {
  color: #30262b;
}
.cid-uhVl8L2oDd .mbr-text {
  color: #30262b;
}
#custom-html-ie {
  /* CSS */
}
@keyframes pop-up {
  0% {
    transform: translateX(0) translateY(0) rotateX(0deg) translateZ(0) scale(1);
  }
  50% {
    transform: translateX(0) translateY(0) rotateX(0deg) translateZ(-80px) scale(1.2);
  }
  100% {
    transform: translateX(0) translateY(0) rotateX(0deg) translateZ(-20px) scale(1.2);
  }
}
#custom-html-ie .main-container {
  border: 0 solid #CC0000;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  width: 100vw;
  min-height: 260px;
  z-index: 7;
}
#custom-html-ie .coverflow-container {
  border: 0 solid blue;
  padding-top: 0;
  text-align: center;
}
#custom-html-ie .coverflow-list {
  border: 0 solid green;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  perspective: 300px;
  /* Adjust perspective to control depth */
}
#custom-html-ie .coverflow-item {
  position: relative;
  margin: 10px;
  /* Adjust margin to control spacing between items */
  padding: 0;
  /* Adjust padding to control item size */
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  cursor: pointer;
  width: 250px;
  /* Initial width */
  height: 170px;
  /* Initial height */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  transform: rotateX(90deg) translateZ(-100px);
  /* Lay down initially */
}
#custom-html-ie .album-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#custom-html-ie .album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: 5s ease-in-out;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  filter: blur(0);
}
#custom-html-ie .album-cover:hover img {
  object-position: center bottom;
  filter: blur(0);
}
#custom-html-ie .album-name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 80%;
  padding: 5px;
  display: none;
  /* Hide initially */
}
#custom-html-ie .coverflow-item.active {
  animation: pop-up 0.5s ease;
  z-index: 10;
}
#custom-html-ie .coverflow-item.selected {
  position: absolute;
  left: 39%;
  min-width: 200px;
  width: 20%;
  top: 50px;
  border: 5px solid #000;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transform: translateX(0) translateY(0) rotateX(0deg) translateZ(-20px) scale(1.2);
  z-index: 30;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBNG77i9os {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/giphy-88.gif");
}
.cid-sBNG77i9os .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sBNG77i9os .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-sBNG77i9os .form1 {
  background: #fafafa;
  padding: 2rem;
}
.cid-sBNG77i9os .form-group {
  margin-bottom: 1rem;
}
.cid-sBNG77i9os .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sBNG77i9os textarea.form-control {
  min-height: 96px;
}
.cid-sBNG77i9os .input-group-btn {
  width: 100%;
}
.cid-sBNG77i9os .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sBNG77i9os .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-sBNG77i9os .form1 {
    padding: 1.5rem;
  }
}
.cid-sBNG77i9os .form-title {
  color: #353535;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBHFaDZbTt {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/giphy-88.gif");
}
.cid-sBHFaDZbTt .mbr-overlay {
  background: #e4f6ff;
  opacity: 0.8;
}
.cid-sBHFaDZbTt .item-wrapper {
  position: relative;
  border-radius: 5px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #ffffff;
  box-shadow: 5px 16px 32px 0px #575757;
}
.cid-sBHFaDZbTt .item-wrapper:hover {
  background: ;
  border-color: ;
}
.cid-sBHFaDZbTt .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 0px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBHFaDZbTt .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-sBHFaDZbTt .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #353535;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sBHFaDZbTt .img-text {
    left: 1rem;
  }
}
.cid-sBHFaDZbTt img,
.cid-sBHFaDZbTt .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBHFaDZbTt .item:focus,
.cid-sBHFaDZbTt span:focus {
  outline: none;
}
.cid-sBHFaDZbTt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBHFaDZbTt .mbr-section-title {
  color: #232323;
}
.cid-sBHFaDZbTt .mbr-text,
.cid-sBHFaDZbTt .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-sBHFaDZbTt .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-sBHFaDZbTt .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-sBHFaDZbTt .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzunfhHnJi {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzunfhHnJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzunfhHnJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzunfhHnJi .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tzunfhHnJi .container {
    padding: 0 50px !important;
  }
}
.cid-tzunfhHnJi .row {
  align-items: stretch;
}
.cid-tzunfhHnJi .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tzunfhHnJi .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tzunfhHnJi .card-title {
  color: #353535;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .card-title {
    text-align: center;
  }
}
.cid-tzunfhHnJi .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .mbr-text {
    text-align: center;
  }
}
.cid-tzunfhHnJi .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tzunfhHnJi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tzunfhHnJi .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tzunfhHnJi .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tzunfhHnJi .image-wrapper {
    padding-right: 0;
  }
}
.cid-tzunfhHnJi .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #e4f6ff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tzunfhHnJi .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tzunfhHnJi .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tzuoBR6DUX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzuoBR6DUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzuoBR6DUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzuoBR6DUX .row {
  justify-content: center;
}
.cid-tzuoBR6DUX .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tzuoBR6DUX .col-title {
    margin-bottom: 20px;
  }
}
.cid-tzuoBR6DUX .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tzuoBR6DUX .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tzuoBR6DUX .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tzuoBR6DUX .card-row {
  align-items: stretch;
}
.cid-tzuoBR6DUX .card {
  padding: 10px;
}
.cid-tzuoBR6DUX .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #e4f6ff;
}
.cid-tzuoBR6DUX .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tzuoBR6DUX .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tzuoBR6DUX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e4f6ff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tzuoBR6DUX .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tzuoBR6DUX .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tzuoBR6DUX .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #effaff;
  }
}
.cid-tzuoBR6DUX .card-wrapper:hover .card-box {
  background-color: #e4f6ff;
}
.cid-tzuoBR6DUX .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tzuoBR6DUX .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tzuoBR6DUX .card-text {
  margin-top: 20px;
  color: #353535;
  margin-bottom: 0;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnMR9lY5pK {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/windows-10-sun-valley-refresh-1400x1400.jpeg");
}
.cid-tnMR9lY5pK .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tnMR9lY5pK .card-wrapper:hover .card-title {
  color: #22a5e5;
}
.cid-tnMR9lY5pK .col1 span {
  padding-right: 1.5rem;
}
.cid-tnMR9lY5pK .col2 span {
  padding-left: 1.5rem;
}
.cid-tnMR9lY5pK .card-title {
  transition: all 0.3s;
  color: #353535;
}
.cid-tnMR9lY5pK .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #22a5e5;
}
@media (max-width: 992px) {
  .cid-tnMR9lY5pK .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tnMR9lY5pK span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tnMR9lY5pK .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tnMR9lY5pK .card-text {
  color: #616161;
}
.cid-tnMR9lY5pK .custom-shape-divider-bottom-1668222036 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  line-height: 0;
}
.cid-tnMR9lY5pK .custom-shape-divider-bottom-1668222036 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 54px;
}
.cid-tnMR9lY5pK .custom-shape-divider-bottom-1668222036 .shape-fill {
  fill: #FFFFFF;
}
.cid-tghpkW4f1N {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tghpkW4f1N h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tghpkW4f1N .container {
    position: relative;
  }
  .cid-tghpkW4f1N .row {
    margin: 0;
  }
  .cid-tghpkW4f1N h2 {
    margin: 0;
  }
}
.cid-tghpkW4f1N .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tghpkW4f1N .mbr-text {
  margin-top: 1.4rem;
  text-align: center;
}
.cid-tghpkW4f1N .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uhP7qfamy5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhP7qfamy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhP7qfamy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhP7qfamy5 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhP7qfamy5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhP7qfamy5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhP7qfamy5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uhP7qfamy5 .mbr-text,
.cid-uhP7qfamy5 .mbr-section-btn {
  color: #353535;
}
.cid-uhP7qfamy5 .card-title,
.cid-uhP7qfamy5 .card-box {
  text-align: left;
  color: #353535;
}
.cid-tghmO2zL1Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tghmO2zL1Y .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-tghmO2zL1Y .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #effaff;
}
.cid-tghmO2zL1Y .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-tghmO2zL1Y .row:last-child {
  margin-bottom: 0;
}
.cid-tghmO2zL1Y .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-tghmO2zL1Y .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-tghmO2zL1Y img {
  width: 100%;
  border-radius: 50%;
}
.cid-tghmO2zL1Y .mbr-section-title {
  color: #45b3df;
}
.cid-tghmO2zL1Y .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tghmO2zL1Y .imageContainer {
  display: flex;
  align-items: center;
}
.cid-tghmO2zL1Y .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-tghmO2zL1Y .img-wrapper,
.cid-tghmO2zL1Y .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #effaff;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-tghmO2zL1Y .content-row:hover .img-wrapper,
.cid-tghmO2zL1Y .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-tghmO2zL1Y .tlv__pointer,
.cid-tghmO2zL1Y .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #effaff;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-tghmO2zL1Y .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-tghmO2zL1Y .tlv__pointer::before,
.cid-tghmO2zL1Y .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #effaff;
}
.cid-tghmO2zL1Y .tlv__pointer-2::before {
  left: -50px;
}
.cid-tghmO2zL1Y .tlv__pointer::after,
.cid-tghmO2zL1Y .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #effaff;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-tghmO2zL1Y .tlv__item-first,
.cid-tghmO2zL1Y .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #effaff;
  transform: rotate(45deg);
}
.cid-tghmO2zL1Y .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-tghmO2zL1Y {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cid-tghmO2zL1Y .img-wrapper,
  .cid-tghmO2zL1Y .img-wrapper-2 {
    display: none;
  }
  .cid-tghmO2zL1Y .container-fluid {
    padding: 0 1rem;
  }
  .cid-tghmO2zL1Y .row {
    margin-bottom: 2rem;
  }
  .cid-tghmO2zL1Y .row:last-child {
    margin-bottom: 0;
  }
  .cid-tghmO2zL1Y .imageContainer,
  .cid-tghmO2zL1Y .imageContainer-2 {
    justify-content: center;
  }
  .cid-tghmO2zL1Y .right-wrapper,
  .cid-tghmO2zL1Y .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-tghmO2zL1Y .tlv__pointer::before,
  .cid-tghmO2zL1Y .tlv__pointer-2::before {
    content: none;
  }
  .cid-tghmO2zL1Y .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-tghmO2zL1Y .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-tghmO2zL1Y .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-tghmO2zL1Y .tlv__item-first,
  .cid-tghmO2zL1Y .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-tghmO2zL1Y .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-tghmO2zL1Y .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-tghmO2zL1Y .img-wrapper {
    margin-left: 43px;
  }
  .cid-tghmO2zL1Y .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-tghmO2zL1Y .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-tghmO2zL1Y .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-tghmO2zL1Y .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-tghmO2zL1Y .content-row .mbr-section-title {
  color: #000000;
}
.cid-tghmO2zL1Y .content-row-2 .mbr-section-title {
  color: #000000;
}
.cid-tghmO2zL1Y .content-row .mbr-text {
  color: #353535;
}
.cid-tghmO2zL1Y .content-row-2 .mbr-text {
  color: #353535;
}
.cid-tghpHxTwWS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tghpHxTwWS .btn.btn-primary-outline {
  border: 1px solid #353535;
}
.cid-tghpHxTwWS .btn.btn-primary-outline:hover {
  background-color: #353535 !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-secondary-outline {
  border: 1px solid #22a5e5;
}
.cid-tghpHxTwWS .btn.btn-secondary-outline:hover {
  background-color: #22a5e5 !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-success-outline {
  border: 1px solid #353535;
}
.cid-tghpHxTwWS .btn.btn-success-outline:hover {
  background-color: #353535 !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-info-outline {
  border: 1px solid #283742;
}
.cid-tghpHxTwWS .btn.btn-info-outline:hover {
  background-color: #283742 !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-warning-outline {
  border: 1px solid #effaff;
}
.cid-tghpHxTwWS .btn.btn-warning-outline:hover {
  background-color: #effaff !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-danger-outline {
  border: 1px solid #ffb18a;
}
.cid-tghpHxTwWS .btn.btn-danger-outline:hover {
  background-color: #ffb18a !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tghpHxTwWS .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tghpHxTwWS .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tghpHxTwWS .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tghpHxTwWS .bounceMe {
  display: inline-block;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceMe;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounceMe {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.cid-tzFb2WB5PD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzFb2WB5PD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzFb2WB5PD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzFb2WB5PD .row {
  justify-content: center;
}
.cid-tzFb2WB5PD .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .col-title {
    margin-bottom: 20px;
  }
}
.cid-tzFb2WB5PD .mbr-section-title {
  color: #353535;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tzFb2WB5PD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzFb2WB5PD .card-row {
  align-items: stretch;
}
.cid-tzFb2WB5PD .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-tzFb2WB5PD .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-tzFb2WB5PD .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-tzFb2WB5PD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #effaff;
}
@media (max-width: 991px) {
  .cid-tzFb2WB5PD .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-tzFb2WB5PD .card-wrapper {
  display: flex;
}
.cid-tzFb2WB5PD .card-title {
  color: #353535;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .card-title {
    text-align: center !important;
  }
}
.cid-tzFb2WB5PD .card-text {
  width: 100%;
  margin-top: 20px;
  color: #353535;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tzFb2WB5PD .card-text {
    text-align: center !important;
  }
}
.cid-tzFb2WB5PD .mbr-section-title DIV {
  text-align: center;
}
.cid-tzFb80VcBh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tzFb80VcBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzFb80VcBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzFb80VcBh .row {
  justify-content: center;
}
.cid-tzFb80VcBh .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .col-title {
    margin-bottom: 20px;
  }
}
.cid-tzFb80VcBh .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tzFb80VcBh .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzFb80VcBh .card-row {
  align-items: stretch;
}
.cid-tzFb80VcBh .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-tzFb80VcBh .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-tzFb80VcBh .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-tzFb80VcBh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #effaff;
}
@media (max-width: 991px) {
  .cid-tzFb80VcBh .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-tzFb80VcBh .card-wrapper {
  display: flex;
}
.cid-tzFb80VcBh .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .card-title {
    text-align: center !important;
  }
}
.cid-tzFb80VcBh .card-text {
  width: 100%;
  margin-top: 20px;
  color: #353535;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tzFb80VcBh .card-text {
    text-align: center !important;
  }
}
.cid-tzFb80VcBh .card-title,
.cid-tzFb80VcBh .iconfont-wrapper {
  color: #353535;
}
.cid-tzFjGppSqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tzFjGppSqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzFjGppSqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzFjGppSqw .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tzFjGppSqw .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tzFjGppSqw .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tzFjGppSqw .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #283742;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tzFjGppSqw .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #283742 !important;
}
.cid-tzFjGppSqw .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tzFjGppSqw .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #effaff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-tzFjGppSqw .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tzFjGppSqw .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-tzFjGppSqw .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-tzFjGppSqw .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-tzFjGppSqw .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tzFjGppSqw .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-tzFjGppSqw .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-tzFjGppSqw .mbr-desc {
  color: #353535;
}
.cid-tzFjGppSqw .mbr-text {
  color: #FFFFFF;
}
.cid-tzFjGppSqw .mbr-text,
.cid-tzFjGppSqw .mbr-section-btn {
  color: #353535;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg9XrizhLN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg9XrizhLN .mbr-text {
  text-align: center;
}
.cid-tg9XrizhLN .mbr-section-subtitle {
  text-align: center;
}
.cid-tzuVcXI5U7 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tzuVcXI5U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzuVcXI5U7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzuVcXI5U7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tzuVcXI5U7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .container {
    padding: 0 30px;
  }
}
.cid-tzuVcXI5U7 .text-wrap {
  display: flex;
  align-items: center;
}
.cid-tzuVcXI5U7 .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-tzuVcXI5U7 .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-tzuVcXI5U7 .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-tzuVcXI5U7 .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzuVcXI5U7 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tzuVcXI5U7 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .image-wrapper {
    margin-top: 60px;
  }
}
.cid-tzuVcXI5U7 .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tzuVcXI5U7 .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-tzuVcXI5U7 .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tzuVcXI5U7 .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tzuVcXI5U7 .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tzuVcXI5U7 .mbr-section-title {
  color: #000000;
}
.cid-tzuVcXI5U7 .mbr-text {
  color: #353535;
}
.cid-tzuVcXI5U7 .mbr-cit {
  color: #000000;
}
.cid-tzuVcXI5U7 .mbr-name {
  color: #a8a8a8;
}
.cid-tzuVcXI5U7 .mbr-section-title,
.cid-tzuVcXI5U7 .mbr-section-btn {
  color: #353535;
}
.cid-tg9pz3vWPY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tg9pz3vWPY .carousel {
    min-height: 400px;
  }
  .cid-tg9pz3vWPY .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tg9pz3vWPY .carousel {
    min-height: 260px;
  }
  .cid-tg9pz3vWPY .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tg9pz3vWPY .carousel {
    min-height: 220px;
  }
  .cid-tg9pz3vWPY .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tg9pz3vWPY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tg9pz3vWPY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tg9pz3vWPY .carousel,
.cid-tg9pz3vWPY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tg9pz3vWPY .item-wrapper {
  width: 100%;
}
.cid-tg9pz3vWPY .carousel-caption {
  bottom: 40px;
}
.cid-tg9pz3vWPY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tg9pz3vWPY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tg9pz3vWPY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tg9pz3vWPY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tg9pz3vWPY .carousel-control {
  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-tg9pz3vWPY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tg9pz3vWPY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tg9pz3vWPY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tg9pz3vWPY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tg9pz3vWPY .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-tg9pz3vWPY .carousel-indicators li.active,
.cid-tg9pz3vWPY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tg9pz3vWPY .carousel-indicators li::after,
.cid-tg9pz3vWPY .carousel-indicators li::before {
  content: none;
}
.cid-tg9pz3vWPY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tg9pz3vWPY .carousel-indicators {
    display: none !important;
  }
}
.cid-tggR82urfc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tggR82urfc .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tggR82urfc .price {
  margin-top: 5px;
}
.cid-tggR82urfc .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tggR82urfc .mbr-section-btn {
  margin-top: 10px;
}
.cid-tggR82urfc .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tggR82urfc .btn-md:hover {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.cid-tggR82urfc .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tggR82urfc .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tggR82urfc .content__block,
  .cid-tggR82urfc .price__block {
    margin-bottom: 30px;
  }
}
.cid-tggR82urfc .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tggR82urfc .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-tggR82urfc .mbr-text,
.cid-tggR82urfc .mbr-section-btn {
  text-align: right;
  color: #353535;
}
.cid-tg9Xecfo01 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg9Xecfo01 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tg9Xecfo01 .mbr-section-subtitle {
  text-align: center;
}
.cid-tg9Xecfo01 .mbr-section-title {
  text-align: center;
}
.cid-tg9VMfI3hs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tg9VMfI3hs .row {
  justify-content: center;
}
.cid-tg9VMfI3hs img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tg9VMfI3hs .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-tg9VMfI3hs .image-wrapper {
    padding: 1rem;
  }
}
.cid-tg9VMfI3hs .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-tg9VMfI3hs .image-wrapper:hover .img-link {
  background: #353535;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg9VMfI3hs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg9VMfI3hs .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tg9VMfI3hs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tg9VMfI3hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg9VMfI3hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tggRtfLDIV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tggRtfLDIV .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tggRtfLDIV .price {
  margin-top: 5px;
}
.cid-tggRtfLDIV .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tggRtfLDIV .mbr-section-btn {
  margin-top: 10px;
}
.cid-tggRtfLDIV .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tggRtfLDIV .btn-md:hover {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.cid-tggRtfLDIV .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tggRtfLDIV .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tggRtfLDIV .content__block,
  .cid-tggRtfLDIV .price__block {
    margin-bottom: 30px;
  }
}
.cid-tggRtfLDIV .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tggRtfLDIV .mbr-section-title {
  text-align: right;
  color: #353535;
}
.cid-tggRtfLDIV .mbr-text,
.cid-tggRtfLDIV .mbr-section-btn {
  text-align: right;
  color: #353535;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgaIPMu0bM {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tgaIPMu0bM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgaIPMu0bM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgaIPMu0bM .container {
  max-width: 1600px;
}
.cid-tgaIPMu0bM .row {
  justify-content: left;
}
.cid-tgaIPMu0bM .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-tgaIPMu0bM .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tgaIPMu0bM .title-container {
    margin-bottom: 50px;
  }
}
.cid-tgaIPMu0bM .mbr-section-title {
  color: #353535;
}
.cid-tgaIPMu0bM .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
}
.cid-tgaIPMu0bM .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tgaIPMu0bM .img-container {
    height: 350px;
  }
}
.cid-tgaIPMu0bM .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tgaIPMu0bM .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tgaIPMu0bM .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-tgaIPMu0bM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg9zLxvUH8 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/giphy-88.gif");
}
.cid-tg9zLxvUH8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tg9zLxvUH8 .form-head {
  background: #efefef;
  padding: 2rem;
}
.cid-tg9zLxvUH8 .form1 {
  background: #fafafa;
  padding: 2rem;
}
.cid-tg9zLxvUH8 .form-group {
  margin-bottom: 1rem;
}
.cid-tg9zLxvUH8 .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-tg9zLxvUH8 textarea.form-control {
  min-height: 96px;
}
.cid-tg9zLxvUH8 .input-group-btn {
  width: 100%;
}
.cid-tg9zLxvUH8 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-tg9zLxvUH8 .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .cid-tg9zLxvUH8 .form1 {
    padding: 1.5rem;
  }
}
.cid-tg9zLxvUH8 .form-title {
  color: #353535;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tga0mYjnif {
  overflow: hidden !important;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tga0mYjnif .title__block {
  padding-bottom: 40px;
}
.cid-tga0mYjnif .carousel {
  margin-bottom: 80px;
}
.cid-tga0mYjnif .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tga0mYjnif .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(14, 38, 64, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tga0mYjnif .carousel-controls a:hover span {
  background: rgba(14, 38, 64, 0.6);
}
.cid-tga0mYjnif .carousel-inner {
  overflow: visible !important;
}
.cid-tga0mYjnif .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tga0mYjnif .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tga0mYjnif .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tga0mYjnif .user {
  height: 300px;
}
.cid-tga0mYjnif .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tga0mYjnif .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tga0mYjnif .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tga0mYjnif .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tga0mYjnif .carousel-control-prev {
    left: -2%;
  }
  .cid-tga0mYjnif .carousel-control-next {
    left: 6%;
  }
  .cid-tga0mYjnif .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tga0mYjnif .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tga0mYjnif .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tga0mYjnif .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tga0mYjnif .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tga0mYjnif .carousel-controls {
    display: none;
  }
  .cid-tga0mYjnif .carousel {
    margin-bottom: 0;
  }
}
.cid-tga0mYjnif .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tga0mYjnif .mbr-text {
  color: #353535;
}
.cid-tga1tpK1ns {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tga1tpK1ns .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tga1tpK1ns .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tga1tpK1ns .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tga1tpK1ns .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tga1tpK1ns .mbr-text,
.cid-tga1tpK1ns .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tga1tpK1ns .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tga1tpK1ns .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-tga1tpK1ns .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tga1tpK1ns .mbr-text-2,
.cid-tga1tpK1ns .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tga1tpK1ns .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tga1tpK1ns .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tga1tpK1ns .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tga1tpK1ns .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tga1tpK1ns .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tga1tpK1ns .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tga1tR0x1D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tga1tR0x1D .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tga1tR0x1D .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tga1tR0x1D .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tga1tR0x1D .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tga1tR0x1D .mbr-text,
.cid-tga1tR0x1D .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tga1tR0x1D .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tga1tR0x1D .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tga1tR0x1D .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tga1tR0x1D .mbr-text-2,
.cid-tga1tR0x1D .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tga1tR0x1D .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tga1tR0x1D .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tga1tR0x1D .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tga1tR0x1D .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tga1tR0x1D .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tga1tR0x1D .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tga0aQSWZC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tga0aQSWZC .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tga0aQSWZC .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tga0aQSWZC .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tga0aQSWZC .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tga0aQSWZC .mbr-text,
.cid-tga0aQSWZC .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tga0aQSWZC .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tga0aQSWZC .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tga0aQSWZC .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tga0aQSWZC .mbr-text-2,
.cid-tga0aQSWZC .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tga0aQSWZC .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tga0aQSWZC .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tga0aQSWZC .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tga0aQSWZC .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tga0aQSWZC .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tga0aQSWZC .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tga1uerYEV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tga1uerYEV .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tga1uerYEV .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tga1uerYEV .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tga1uerYEV .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tga1uerYEV .mbr-text,
.cid-tga1uerYEV .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tga1uerYEV .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tga1uerYEV .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tga1uerYEV .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tga1uerYEV .mbr-text-2,
.cid-tga1uerYEV .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tga1uerYEV .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tga1uerYEV .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tga1uerYEV .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tga1uerYEV .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tga1uerYEV .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tga1uerYEV .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tga1ZXtlUm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tga1ZXtlUm .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tga1ZXtlUm .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tga1ZXtlUm .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tga1ZXtlUm .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tga1ZXtlUm .mbr-text,
.cid-tga1ZXtlUm .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tga1ZXtlUm .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tga1ZXtlUm .mbr-text-title {
  text-align: left;
  color: #000000;
}
.cid-tga1ZXtlUm .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tga1ZXtlUm .mbr-text-2,
.cid-tga1ZXtlUm .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tga1ZXtlUm .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tga1ZXtlUm .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tga1ZXtlUm .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tga1ZXtlUm .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tga1ZXtlUm .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tga1ZXtlUm .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tga08VwCcW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-tga08VwCcW .mbr-section-title,
  .cid-tga08VwCcW .mbr-section-subtitle,
  .cid-tga08VwCcW .mbr-section-btn,
  .cid-tga08VwCcW .mbr-text {
    text-align: center;
  }
}
.cid-tga08VwCcW .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tga08VwCcW .mbr-text,
.cid-tga08VwCcW .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tga08VwCcW .card-wrapper {
  background: #fffbec;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tga08VwCcW .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tga08VwCcW .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tga08VwCcW .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tga08VwCcW .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg9Z4xVkUz {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("");
}
.cid-tg9Z4xVkUz .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #353535;
}
.cid-tg9Z4xVkUz .row-bg {
  align-items: center;
  background: #f9fdff;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tg9Z4xVkUz .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-tg9Z4xVkUz .image-wrapper {
    padding: 1rem;
  }
}
.cid-tg9Z4xVkUz img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-tg9Z4xVkUz img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tg9Z4xVkUz .mbr-text,
.cid-tg9Z4xVkUz .mbr-section-btn {
  color: #353535;
}
.cid-tg9Z4xVkUz .gradient-box:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #45caff 0%, #ff1b6b 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: var(0.9);
  transition: opacity 0.9s;
  border-radius: inherit;
}
.cid-tg9Z4xVkUz .gradient-box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}
.cid-ue3rLjL41a {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue3rLjL41a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3rLjL41a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ue3rLjL41a .container {
    padding: 0 24px;
  }
}
.cid-ue3rLjL41a .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .row {
    padding: 24px;
  }
}
.cid-ue3rLjL41a .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-ue3rLjL41a .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .row .card {
    border: none;
  }
}
.cid-ue3rLjL41a .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .content-wrapper {
    padding: 24px 0;
  }
}
.cid-ue3rLjL41a .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ue3rLjL41a .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-ue3rLjL41a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ue3rLjL41a .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ue3rLjL41a .items {
  border-left: 1px solid #ffffff;
}
.cid-ue3rLjL41a .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .items .item {
    padding: 24px;
  }
}
.cid-ue3rLjL41a .items .item:last-child {
  border: none;
}
.cid-ue3rLjL41a .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .items .item .item-wrapper {
    display: block;
  }
}
.cid-ue3rLjL41a .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-ue3rLjL41a .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-ue3rLjL41a .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-ue3rLjL41a .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-ue3rLjL41a .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ue3rLjL41a .mbr-section-title {
  color: #F9F6E0;
}
.cid-ue3rLjL41a .mbr-desc {
  color: #22a5e5;
  text-align: left;
}
.cid-ue3rLjL41a .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-ue3rLjL41a .card-title {
  color: #353535;
}
.cid-ue3rLjL41a .card-text {
  color: #353535;
}
.cid-ue3rLjL41a .mbr-section-title,
.cid-ue3rLjL41a .mbr-section-btn {
  text-align: left;
  color: #353535;
}
#custom-html-hn {
  /* Slider Functionality */
  /* Active Slide */
  /* Next Slide */
  /* Next to Next Slide */
  /* Previous to Previous Slide */
  /* Previous Slide */
}
#custom-html-hn #slider {
  position: relative;
  width: 60%;
  height: 40vw;
  margin: 50px auto 80px auto;
  perspective: 1400px;
  transform-style: preserve-3d;
}
#custom-html-hn input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}
#custom-html-hn input[type=radio]:nth-child(5) {
  margin-right: 0px;
}
#custom-html-hn input[type=radio]:checked {
  opacity: 1;
}
#custom-html-hn #slider label {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}
#custom-html-hn #slider label img {
  position: absolute;
  left: 0;
  top: 0;
  color: ;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-hn #s1:checked ~ #slide1,
#custom-html-hn #s2:checked ~ #slide2,
#custom-html-hn #s3:checked ~ #slide3,
#custom-html-hn #s4:checked ~ #slide4,
#custom-html-hn #s5:checked ~ #slide5 {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transform: translate3d(0%, 0, 0px);
}
#custom-html-hn #s1:checked ~ #slide2,
#custom-html-hn #s2:checked ~ #slide3,
#custom-html-hn #s3:checked ~ #slide4,
#custom-html-hn #s4:checked ~ #slide5,
#custom-html-hn #s5:checked ~ #slide1 {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transform: translate3d(20%, 0, -100px);
}
#custom-html-hn #s1:checked ~ #slide3,
#custom-html-hn #s2:checked ~ #slide4,
#custom-html-hn #s3:checked ~ #slide5,
#custom-html-hn #s4:checked ~ #slide1,
#custom-html-hn #s5:checked ~ #slide2 {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transform: translate3d(40%, 0, -250px);
}
#custom-html-hn #s1:checked ~ #slide4,
#custom-html-hn #s2:checked ~ #slide5,
#custom-html-hn #s3:checked ~ #slide1,
#custom-html-hn #s4:checked ~ #slide2,
#custom-html-hn #s5:checked ~ #slide3 {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transform: translate3d(-40%, 0, -250px);
}
#custom-html-hn #s1:checked ~ #slide5,
#custom-html-hn #s2:checked ~ #slide1,
#custom-html-hn #s3:checked ~ #slide2,
#custom-html-hn #s4:checked ~ #slide3,
#custom-html-hn #s5:checked ~ #slide4 {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transform: translate3d(-20%, 0, -100px);
}
#custom-html-hn .objFit img {
  border: 15px solid #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 7s ease-in-out;
}
#custom-html-hn .objFit:hover img {
  object-position: bottom center;
}
#custom-html-hn .gradient-box:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #45caff 0%, #ff1b6b 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: var(0.9);
  transition: opacity 0.9s;
  border-radius: inherit;
}
#custom-html-hn .gradient-box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}
.cid-uhNbksw7PQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOnovyCX7L {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fdfcfa;
}
.cid-tOnovyCX7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnovyCX7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOnovyCX7L .container {
    padding: 0;
  }
}
.cid-tOnovyCX7L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOnovyCX7L .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOnovyCX7L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOnovyCX7L .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tOnovyCX7L .mbr-section-title {
  color: #263652;
}
.cid-tOnovyCX7L .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-tmR5WaKrp0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tmR5WaKrp0 .img-wrapper {
  text-align: center;
}
.cid-tmR5WaKrp0 .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR5WaKrp0 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR5WaKrp0 .row {
  align-items: flex-start;
}
.cid-tmR5WaKrp0 .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR5WaKrp0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR5WaKrp0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR5WaKrp0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR5WaKrp0 .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR5WaKrp0 .title {
  text-align: center;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueabxmUy3B {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
.cid-ueabxmUy3B::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-ueabxmUy3B .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ueabxmUy3B .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueabxmUy3B .container {
    padding: 0 25px;
  }
}
.cid-ueabxmUy3B .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueabxmUy3B .title-wrapper {
    padding: 0 25px;
  }
}
.cid-ueabxmUy3B .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ueabxmUy3B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueabxmUy3B .item:focus,
.cid-ueabxmUy3B span:focus {
  outline: none;
}
.cid-ueabxmUy3B .item-wrapper {
  position: relative;
}
.cid-ueabxmUy3B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-ueabxmUy3B .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-ueabxmUy3B .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ueabxmUy3B .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-ueabxmUy3B .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueabxmUy3B .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ueabxmUy3B .embla__button--next,
.cid-ueabxmUy3B .embla__button--prev {
  display: flex;
}
.cid-ueabxmUy3B .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ueabxmUy3B .embla__button {
    display: none;
  }
}
.cid-ueabxmUy3B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ueabxmUy3B .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ueabxmUy3B .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-ueabxmUy3B .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ueabxmUy3B .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-ueabxmUy3B .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-ueabxmUy3B .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-ueabxmUy3B .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-ueabxmUy3B .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ueabxmUy3B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueabxmUy3B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueabxmUy3B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueabxmUy3B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ueabxmUy3B .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-ueabxmUy3B .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tgaacv4oy9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgaacv4oy9 .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgaacv4oy9 .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tgaacv4oy9 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacv4oy9 .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tgaacv4oy9 .mbr-text,
.cid-tgaacv4oy9 .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tgaacv4oy9 .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tgaacv4oy9 .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tgaacv4oy9 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tgaacv4oy9 .mbr-text-2,
.cid-tgaacv4oy9 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tgaacv4oy9 .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tgaacv4oy9 .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tgaacv4oy9 .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tgaacv4oy9 .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tgaacv4oy9 .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tgaacv4oy9 .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tgaacvAMYS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgaacvAMYS .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgaacvAMYS .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tgaacvAMYS .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacvAMYS .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tgaacvAMYS .mbr-text,
.cid-tgaacvAMYS .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tgaacvAMYS .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tgaacvAMYS .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tgaacvAMYS .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tgaacvAMYS .mbr-text-2,
.cid-tgaacvAMYS .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tgaacvAMYS .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tgaacvAMYS .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tgaacvAMYS .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tgaacvAMYS .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tgaacvAMYS .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tgaacvAMYS .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tgaacw24qZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgaacw24qZ .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgaacw24qZ .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tgaacw24qZ .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacw24qZ .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tgaacw24qZ .mbr-text,
.cid-tgaacw24qZ .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tgaacw24qZ .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tgaacw24qZ .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tgaacw24qZ .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tgaacw24qZ .mbr-text-2,
.cid-tgaacw24qZ .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tgaacw24qZ .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tgaacw24qZ .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tgaacw24qZ .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tgaacw24qZ .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tgaacw24qZ .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tgaacw24qZ .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tgaacww3af {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgaacww3af .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgaacww3af .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tgaacww3af .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacww3af .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tgaacww3af .mbr-text,
.cid-tgaacww3af .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tgaacww3af .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tgaacww3af .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tgaacww3af .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tgaacww3af .mbr-text-2,
.cid-tgaacww3af .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tgaacww3af .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tgaacww3af .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tgaacww3af .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tgaacww3af .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tgaacww3af .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tgaacww3af .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tgaacx37Ot {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgaacx37Ot .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgaacx37Ot .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-tgaacx37Ot .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacx37Ot .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-tgaacx37Ot .mbr-text,
.cid-tgaacx37Ot .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tgaacx37Ot .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #d90a2c;
}
.cid-tgaacx37Ot .mbr-text-title {
  text-align: left;
  color: #353535;
}
.cid-tgaacx37Ot .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tgaacx37Ot .mbr-text-2,
.cid-tgaacx37Ot .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tgaacx37Ot .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-tgaacx37Ot .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-tgaacx37Ot .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-tgaacx37Ot .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-tgaacx37Ot .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-tgaacx37Ot .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-tgaacxxRax {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-tgaacxxRax .mbr-section-title,
  .cid-tgaacxxRax .mbr-section-subtitle,
  .cid-tgaacxxRax .mbr-section-btn,
  .cid-tgaacxxRax .mbr-text {
    text-align: center;
  }
}
.cid-tgaacxxRax .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tgaacxxRax .mbr-text,
.cid-tgaacxxRax .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tgaacxxRax .card-wrapper {
  background: #fffbec;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-tgaacxxRax .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tgaacxxRax .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-tgaacxxRax .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-tgaacxxRax .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-tgaacy11yb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgaacy11yb .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaacy11yb .first-column .mbr-text {
  margin: 0;
}
.cid-tgaacy11yb .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgaacy11yb .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgaacy11yb .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgaacy11yb .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgaacy11yb .form-group {
  max-width: 55%;
}
.cid-tgaacy11yb .form-group,
.cid-tgaacy11yb .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgaacy11yb .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tgaacy11yb .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tgaacy11yb .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgaacy11yb .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgaacy11yb .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tgaacy11yb .col + .mbr-section-btn .btn,
.cid-tgaacy11yb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tgaacy11yb .dragArea > *:nth-last-child(2).col,
.cid-tgaacy11yb .dragArea > *:nth-last-child(2).col-auto,
.cid-tgaacy11yb .col + .mbr-section-btn,
.cid-tgaacy11yb .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tgaacy11yb .first-column,
  .cid-tgaacy11yb .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgaacy11yb .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgaacy11yb .first-column,
  .cid-tgaacy11yb .second-column,
  .cid-tgaacy11yb .third-column {
    text-align: center;
  }
}
.cid-tgaacy11yb .mbr-section-title,
.cid-tgaacy11yb .icons-wrapper {
  color: #232323;
}
.cid-tgaacy11yb .mbr-section-subtitle,
.cid-tgaacy11yb .icons-wrapper {
  color: #353535;
}
.cid-tgaacy11yb .mbr-text {
  color: #353535;
}
.cid-tgaacy11yb .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhNskWOMGi {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uhNskWOMGi .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uhNskWOMGi h4 {
  margin: 0;
}
.cid-uhNskWOMGi .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-uhNskWOMGi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #353535;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uhNskWOMGi .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uhNskWOMGi .plan-body {
  padding-bottom: 2rem;
}
.cid-uhNskWOMGi .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhNskWOMGi .line1 {
  background: #22a5e5;
}
.cid-uhNskWOMGi .line2 {
  background: #22a5e5;
}
.cid-uhNskWOMGi .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhNskWOMGi .plan {
  word-break: break-word;
  position: relative;
}
.cid-uhNskWOMGi .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uhNskWOMGi .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uhNskWOMGi .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uhNskWOMGi .plan-header,
.cid-uhNskWOMGi .plan-body {
  background-color: #fff;
}
.cid-uhNskWOMGi .price-figure {
  font-weight: 700;
}
.cid-uhNskWOMGi .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-uhNskWOMGi .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uhNskWOMGi .price-figure {
    font-size: 3rem;
  }
}
.cid-uhNskWOMGi .color1 {
  color: #353535;
}
.cid-uhNskWOMGi .color2 {
  color: #353535;
}
.cid-uhNskWOMGi LI {
  color: #767676;
}
.cid-uhNskWOMGi .price-term {
  color: #353535;
}
.cid-uhNskWOMGi .mbr-text,
.cid-uhNskWOMGi .mbr-section-btn {
  color: #353535;
}
.cid-uhNskWOMGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNskWOMGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNskWOMGi H2 {
  color: #353535;
}
.cid-uhNskWOMGi H3 {
  color: #353535;
}
.cid-uhNskWOMGi .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uhNskWOMGi UL {
  text-align: left;
}
.cid-uhNskWOMGi .plan-title {
  color: #353535;
}
.cid-uhNskWOMGi .bounceMe {
  display: inline-block;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceMe;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounceMe {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.cid-uhNDYGXpuO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhNDYGXpuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhNDYGXpuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhNDYGXpuO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhNDYGXpuO .container-fluid {
    padding: 0 30px;
  }
}
.cid-uhNDYGXpuO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhNDYGXpuO .container {
    padding: 0 30px;
  }
}
.cid-uhNDYGXpuO .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-uhNDYGXpuO .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-uhNDYGXpuO .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uhNDYGXpuO .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uhNDYGXpuO .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhNDYGXpuO .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-uhNDYGXpuO .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uhNDYGXpuO .image-wrapper img {
    height: 280px;
  }
}
.cid-uhNDYGXpuO .mbr-text {
  color: #353535;
}
.cid-uhNDYGXpuO .bounceMe {
  display: inline-block;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceMe;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounceMe {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.cid-tgaTfViTn3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgaTfViTn3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgaTfViTn3 .first-column .mbr-text {
  margin: 0;
}
.cid-tgaTfViTn3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgaTfViTn3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgaTfViTn3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgaTfViTn3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgaTfViTn3 .form-group {
  max-width: 55%;
}
.cid-tgaTfViTn3 .form-group,
.cid-tgaTfViTn3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgaTfViTn3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tgaTfViTn3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tgaTfViTn3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgaTfViTn3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgaTfViTn3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tgaTfViTn3 .col + .mbr-section-btn .btn,
.cid-tgaTfViTn3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tgaTfViTn3 .dragArea > *:nth-last-child(2).col,
.cid-tgaTfViTn3 .dragArea > *:nth-last-child(2).col-auto,
.cid-tgaTfViTn3 .col + .mbr-section-btn,
.cid-tgaTfViTn3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tgaTfViTn3 .first-column,
  .cid-tgaTfViTn3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgaTfViTn3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgaTfViTn3 .first-column,
  .cid-tgaTfViTn3 .second-column,
  .cid-tgaTfViTn3 .third-column {
    text-align: center;
  }
}
.cid-tgaTfViTn3 .mbr-section-title,
.cid-tgaTfViTn3 .icons-wrapper {
  color: #232323;
}
.cid-tgaTfViTn3 .mbr-section-subtitle,
.cid-tgaTfViTn3 .icons-wrapper {
  color: #353535;
}
.cid-tgaTfViTn3 .mbr-text {
  color: #353535;
}
.cid-tgaTfViTn3 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhDIBFkHuD {
  padding-top: 120px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uhDIBFkHuD .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uhDIBFkHuD h4 {
  margin: 0;
}
.cid-uhDIBFkHuD .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-uhDIBFkHuD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #353535;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uhDIBFkHuD .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uhDIBFkHuD .plan-body {
  padding-bottom: 2rem;
}
.cid-uhDIBFkHuD .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhDIBFkHuD .line1 {
  background: #22a5e5;
}
.cid-uhDIBFkHuD .line2 {
  background: #22a5e5;
}
.cid-uhDIBFkHuD .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhDIBFkHuD .plan {
  word-break: break-word;
  position: relative;
}
.cid-uhDIBFkHuD .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uhDIBFkHuD .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uhDIBFkHuD .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uhDIBFkHuD .plan-header,
.cid-uhDIBFkHuD .plan-body {
  background-color: #fff;
}
.cid-uhDIBFkHuD .price-figure {
  font-weight: 700;
}
.cid-uhDIBFkHuD .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-uhDIBFkHuD .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uhDIBFkHuD .price-figure {
    font-size: 3rem;
  }
}
.cid-uhDIBFkHuD .color1 {
  color: #353535;
}
.cid-uhDIBFkHuD .color2 {
  color: #353535;
}
.cid-uhDIBFkHuD LI {
  color: #767676;
}
.cid-uhDIBFkHuD .price-term {
  color: #353535;
}
.cid-uhDIBFkHuD .mbr-text,
.cid-uhDIBFkHuD .mbr-section-btn {
  color: #353535;
}
.cid-uhDIBFkHuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDIBFkHuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDIBFkHuD H2 {
  color: #353535;
}
.cid-uhDIBFkHuD H3 {
  color: #353535;
}
.cid-uhDIBFkHuD .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uhDIBFkHuD UL {
  text-align: left;
}
.cid-uhDIBFkHuD .plan-title {
  color: #353535;
}
.cid-uhDIBFkHuD .bounceMe {
  display: inline-block;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceMe;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
@keyframes bounceMe {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.cid-uhED99wNcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1076.jpeg");
}
.cid-uhED99wNcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhED99wNcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhED99wNcX .container {
    padding: 0 30px;
  }
}
.cid-uhED99wNcX .card {
  justify-content: center;
}
.cid-uhED99wNcX .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uhED99wNcX .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uhED99wNcX .content-wrapper {
    padding: 0;
  }
}
.cid-uhED99wNcX .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uhED99wNcX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uhED99wNcX .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uhED99wNcX .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uhED99wNcX .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uhED99wNcX .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uhED99wNcX .mbr-text {
  color: #254b45;
}
.cid-uhED99wNcX .mbr-name {
  color: #254b45;
}
.cid-uhED99wNcX .mbr-role {
  color: #254b45;
}
.cid-uhEq5mRizt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uhEq5mRizt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEq5mRizt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEq5mRizt .section-head {
  margin-bottom: 50px;
}
.cid-uhEq5mRizt .mbr-section-title {
  color: #000000;
}
.cid-uhEq5mRizt .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uhEq5mRizt .card {
  padding: 0;
}
.cid-uhEq5mRizt .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uhEq5mRizt .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uhEq5mRizt .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uhEq5mRizt .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uhEq5mRizt .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uhEq5mRizt .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uhEq5mRizt .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uhEq5mRizt .sign {
  display: none !important;
}
.cid-uhEq5mRizt .panel-title-edit {
  color: #000000;
}
.cid-uhEq5mRizt .panel-body {
  padding: 15px 0;
}
.cid-uhEq5mRizt .panel-text {
  color: #353535;
  margin-bottom: 10px;
}
.cid-uhEqvf7pQg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffdf5;
}
.cid-uhEqvf7pQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEqvf7pQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEqvf7pQg .section-head {
  margin-bottom: 50px;
}
.cid-uhEqvf7pQg .mbr-section-title {
  color: #000000;
}
.cid-uhEqvf7pQg .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uhEqvf7pQg .card {
  padding: 0;
}
.cid-uhEqvf7pQg .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uhEqvf7pQg .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uhEqvf7pQg .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uhEqvf7pQg .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uhEqvf7pQg .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uhEqvf7pQg .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uhEqvf7pQg .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uhEqvf7pQg .sign {
  display: none !important;
}
.cid-uhEqvf7pQg .panel-title-edit {
  color: #000000;
}
.cid-uhEqvf7pQg .panel-body {
  padding: 15px 0;
}
.cid-uhEqvf7pQg .panel-text {
  color: #353535;
  margin-bottom: 10px;
}
.cid-uhEqNfFoHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafff6;
}
.cid-uhEqNfFoHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEqNfFoHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEqNfFoHw .section-head {
  margin-bottom: 50px;
}
.cid-uhEqNfFoHw .mbr-section-title {
  color: #000000;
}
.cid-uhEqNfFoHw .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uhEqNfFoHw .card {
  padding: 0;
}
.cid-uhEqNfFoHw .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uhEqNfFoHw .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uhEqNfFoHw .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uhEqNfFoHw .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uhEqNfFoHw .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uhEqNfFoHw .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uhEqNfFoHw .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uhEqNfFoHw .sign {
  display: none !important;
}
.cid-uhEqNfFoHw .panel-title-edit {
  color: #000000;
}
.cid-uhEqNfFoHw .panel-body {
  padding: 15px 0;
}
.cid-uhEqNfFoHw .panel-text {
  color: #353535;
  margin-bottom: 10px;
}
.cid-uhEr7EpLSM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2fbff;
}
.cid-uhEr7EpLSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEr7EpLSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEr7EpLSM .section-head {
  margin-bottom: 50px;
}
.cid-uhEr7EpLSM .mbr-section-title {
  color: #000000;
}
.cid-uhEr7EpLSM .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uhEr7EpLSM .card {
  padding: 0;
}
.cid-uhEr7EpLSM .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-uhEr7EpLSM .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-uhEr7EpLSM .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #000000;
}
.cid-uhEr7EpLSM .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: .3s all;
}
.cid-uhEr7EpLSM .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-uhEr7EpLSM .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-uhEr7EpLSM .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uhEr7EpLSM .sign {
  display: none !important;
}
.cid-uhEr7EpLSM .panel-title-edit {
  color: #000000;
}
.cid-uhEr7EpLSM .panel-body {
  padding: 15px 0;
}
.cid-uhEr7EpLSM .panel-text {
  color: #353535;
  margin-bottom: 10px;
}
.cid-tgbFb07Dks {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgbFb07Dks .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgbFb07Dks .first-column .mbr-text {
  margin: 0;
}
.cid-tgbFb07Dks .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgbFb07Dks .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgbFb07Dks .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgbFb07Dks .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgbFb07Dks .form-group {
  max-width: 55%;
}
.cid-tgbFb07Dks .form-group,
.cid-tgbFb07Dks .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgbFb07Dks .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tgbFb07Dks .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tgbFb07Dks .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgbFb07Dks .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgbFb07Dks .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tgbFb07Dks .col + .mbr-section-btn .btn,
.cid-tgbFb07Dks .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tgbFb07Dks .dragArea > *:nth-last-child(2).col,
.cid-tgbFb07Dks .dragArea > *:nth-last-child(2).col-auto,
.cid-tgbFb07Dks .col + .mbr-section-btn,
.cid-tgbFb07Dks .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tgbFb07Dks .first-column,
  .cid-tgbFb07Dks .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgbFb07Dks .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgbFb07Dks .first-column,
  .cid-tgbFb07Dks .second-column,
  .cid-tgbFb07Dks .third-column {
    text-align: center;
  }
}
.cid-tgbFb07Dks .mbr-section-title,
.cid-tgbFb07Dks .icons-wrapper {
  color: #232323;
}
.cid-tgbFb07Dks .mbr-section-subtitle,
.cid-tgbFb07Dks .icons-wrapper {
  color: #353535;
}
.cid-tgbFb07Dks .mbr-text {
  color: #353535;
}
.cid-tgbFb07Dks .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tggRCKot0K {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tggRCKot0K .mbr-text {
  text-align: center;
}
.cid-tggRCKot0K .mbr-section-subtitle {
  text-align: center;
}
.cid-tggRCKot0K .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tggRCNArNL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tggRCNArNL .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tggRCNArNL .first-column .mbr-text {
  margin: 0;
}
.cid-tggRCNArNL .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tggRCNArNL .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tggRCNArNL .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tggRCNArNL .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tggRCNArNL .form-group {
  max-width: 55%;
}
.cid-tggRCNArNL .form-group,
.cid-tggRCNArNL .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tggRCNArNL .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tggRCNArNL .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tggRCNArNL .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tggRCNArNL .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tggRCNArNL .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tggRCNArNL .col + .mbr-section-btn .btn,
.cid-tggRCNArNL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tggRCNArNL .dragArea > *:nth-last-child(2).col,
.cid-tggRCNArNL .dragArea > *:nth-last-child(2).col-auto,
.cid-tggRCNArNL .col + .mbr-section-btn,
.cid-tggRCNArNL .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tggRCNArNL .first-column,
  .cid-tggRCNArNL .second-column {
    padding-bottom: 2rem;
  }
  .cid-tggRCNArNL .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tggRCNArNL .first-column,
  .cid-tggRCNArNL .second-column,
  .cid-tggRCNArNL .third-column {
    text-align: center;
  }
}
.cid-tggRCNArNL .mbr-section-title,
.cid-tggRCNArNL .icons-wrapper {
  color: #232323;
}
.cid-tggRCNArNL .mbr-section-subtitle,
.cid-tggRCNArNL .icons-wrapper {
  color: #353535;
}
.cid-tggRCNArNL .mbr-text {
  color: #353535;
}
.cid-tggRCNArNL .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzFmrppQi4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-tzFmrppQi4 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-tzFmrppQi4 .main_title {
  margin-bottom: 2.5rem;
}
.cid-tzFmrppQi4 .card_subtitle {
  margin-bottom: .75rem;
}
.cid-tzFmrppQi4 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-tzFmrppQi4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tzFmrppQi4 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tzFmrppQi4 .row {
    flex-direction: column-reverse;
  }
  .cid-tzFmrppQi4 .card-wrapper {
    padding: 0;
  }
  .cid-tzFmrppQi4 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-tzFmrppQi4 .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-tzFmrppQi4 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-tzFmrppQi4 .image-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tzFmrppQi4 .mbr-text,
.cid-tzFmrppQi4 .linkBtn {
  color: #353535;
}
.cid-tzFmrppQi4 .card-title {
  color: #353535;
}
.cid-tghlgfgofT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.png");
}
.cid-tghlgfgofT .title_block {
  margin-bottom: 80px;
}
.cid-tghlgfgofT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #353535;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tghlgfgofT .mbr-section-title {
  color: #283742;
}
.cid-tghlgfgofT .image img {
  width: 100%;
  object-fit: cover;
}
.cid-tghlgfgofT .mbr-text {
  margin-top: 30px;
}
.cid-tghlgfgofT .nav-tabs .nav-item.open .nav-link:focus,
.cid-tghlgfgofT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tghlgfgofT .nav-tabs {
  border: none;
}
.cid-tghlgfgofT .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tghlgfgofT .nav-tabs .nav-link {
  background-color: #ffffff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #353535 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tghlgfgofT .nav-tabs .nav-link.active {
  background-color: #e4f6ff !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #000000 !important;
}
.cid-tghlgfgofT .nav-tabs .nav-link:hover {
  background-color: #e4f6ff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
  cursor: pointer;
}
.cid-tghlgfgofT .nav-tabs .nav-link strong,
.cid-tghlgfgofT .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tghlgfgofT .title_block {
    margin-bottom: 40px;
  }
  .cid-tghlgfgofT .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tghlgfgofT .mbr-text {
    margin-top: 20px;
  }
}
.cid-tghlgfgofT .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tgh3lbsB27 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgh3lbsB27 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tgh3lbsB27 .first-column .mbr-text {
  margin: 0;
}
.cid-tgh3lbsB27 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgh3lbsB27 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgh3lbsB27 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgh3lbsB27 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgh3lbsB27 .form-group {
  max-width: 55%;
}
.cid-tgh3lbsB27 .form-group,
.cid-tgh3lbsB27 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgh3lbsB27 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tgh3lbsB27 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tgh3lbsB27 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgh3lbsB27 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tgh3lbsB27 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tgh3lbsB27 .col + .mbr-section-btn .btn,
.cid-tgh3lbsB27 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tgh3lbsB27 .dragArea > *:nth-last-child(2).col,
.cid-tgh3lbsB27 .dragArea > *:nth-last-child(2).col-auto,
.cid-tgh3lbsB27 .col + .mbr-section-btn,
.cid-tgh3lbsB27 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tgh3lbsB27 .first-column,
  .cid-tgh3lbsB27 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgh3lbsB27 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgh3lbsB27 .first-column,
  .cid-tgh3lbsB27 .second-column,
  .cid-tgh3lbsB27 .third-column {
    text-align: center;
  }
}
.cid-tgh3lbsB27 .mbr-section-title,
.cid-tgh3lbsB27 .icons-wrapper {
  color: #232323;
}
.cid-tgh3lbsB27 .mbr-section-subtitle,
.cid-tgh3lbsB27 .icons-wrapper {
  color: #353535;
}
.cid-tgh3lbsB27 .mbr-text {
  color: #353535;
}
.cid-tgh3lbsB27 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmJSlneypi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmJSlneypi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tmJSlneypi .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-tmJSlneypi .mbr-section-title b:last-child,
.cid-tmJSlneypi .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tmJSlneypi .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tmJSlneypi .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tmJSlneypi .mbr-text-wrap {
    border-left: 2px solid #353535;
    padding-left: 1.8125rem !important;
  }
}
.cid-tmJSlneypi .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmJSlneypi .mbr-section-btn a {
  margin-top: 0;
}
.cid-tmJSlneypi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmJSlneypi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmJSlneypi .mbr-text,
.cid-tmJSlneypi .mbr-section-btn {
  color: #353535;
}
.cid-tmR33eVQbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmR33eVQbz .img-wrapper {
  text-align: center;
}
.cid-tmR33eVQbz .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR33eVQbz img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR33eVQbz .row {
  align-items: flex-start;
}
.cid-tmR33eVQbz .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR33eVQbz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR33eVQbz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR33eVQbz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR33eVQbz .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR33eVQbz .title {
  text-align: center;
  color: #353535;
}
.cid-ti1HSxbaDU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ti1HSxbaDU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-ti1HSxbaDU .first-column .mbr-text {
  margin: 0;
}
.cid-ti1HSxbaDU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ti1HSxbaDU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ti1HSxbaDU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ti1HSxbaDU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ti1HSxbaDU .form-group {
  max-width: 55%;
}
.cid-ti1HSxbaDU .form-group,
.cid-ti1HSxbaDU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ti1HSxbaDU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ti1HSxbaDU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ti1HSxbaDU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ti1HSxbaDU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ti1HSxbaDU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ti1HSxbaDU .col + .mbr-section-btn .btn,
.cid-ti1HSxbaDU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-ti1HSxbaDU .dragArea > *:nth-last-child(2).col,
.cid-ti1HSxbaDU .dragArea > *:nth-last-child(2).col-auto,
.cid-ti1HSxbaDU .col + .mbr-section-btn,
.cid-ti1HSxbaDU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ti1HSxbaDU .first-column,
  .cid-ti1HSxbaDU .second-column {
    padding-bottom: 2rem;
  }
  .cid-ti1HSxbaDU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ti1HSxbaDU .first-column,
  .cid-ti1HSxbaDU .second-column,
  .cid-ti1HSxbaDU .third-column {
    text-align: center;
  }
}
.cid-ti1HSxbaDU .mbr-section-title,
.cid-ti1HSxbaDU .icons-wrapper {
  color: #232323;
}
.cid-ti1HSxbaDU .mbr-section-subtitle,
.cid-ti1HSxbaDU .icons-wrapper {
  color: #353535;
}
.cid-ti1HSxbaDU .mbr-text {
  color: #353535;
}
.cid-ti1HSxbaDU .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmJSPYXOXo {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmJSPYXOXo .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tmJSPYXOXo .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-tmJSPYXOXo .mbr-section-title b:last-child,
.cid-tmJSPYXOXo .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tmJSPYXOXo .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tmJSPYXOXo .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tmJSPYXOXo .mbr-text-wrap {
    border-left: 2px solid #353535;
    padding-left: 1.8125rem !important;
  }
}
.cid-tmJSPYXOXo .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmJSPYXOXo .mbr-section-btn a {
  margin-top: 0;
}
.cid-tmJSPYXOXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmJSPYXOXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmJSPYXOXo .mbr-text,
.cid-tmJSPYXOXo .mbr-section-btn {
  color: #353535;
}
.cid-tmR4D1WutH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmR4D1WutH .img-wrapper {
  text-align: center;
}
.cid-tmR4D1WutH .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR4D1WutH img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR4D1WutH .row {
  align-items: flex-start;
}
.cid-tmR4D1WutH .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR4D1WutH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR4D1WutH .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR4D1WutH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR4D1WutH .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR4D1WutH .title {
  text-align: center;
}
.cid-ti1HwVWNEW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ti1HwVWNEW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-ti1HwVWNEW .first-column .mbr-text {
  margin: 0;
}
.cid-ti1HwVWNEW .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ti1HwVWNEW .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ti1HwVWNEW .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ti1HwVWNEW .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ti1HwVWNEW .form-group {
  max-width: 55%;
}
.cid-ti1HwVWNEW .form-group,
.cid-ti1HwVWNEW .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ti1HwVWNEW .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ti1HwVWNEW .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ti1HwVWNEW .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ti1HwVWNEW .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ti1HwVWNEW .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ti1HwVWNEW .col + .mbr-section-btn .btn,
.cid-ti1HwVWNEW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-ti1HwVWNEW .dragArea > *:nth-last-child(2).col,
.cid-ti1HwVWNEW .dragArea > *:nth-last-child(2).col-auto,
.cid-ti1HwVWNEW .col + .mbr-section-btn,
.cid-ti1HwVWNEW .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ti1HwVWNEW .first-column,
  .cid-ti1HwVWNEW .second-column {
    padding-bottom: 2rem;
  }
  .cid-ti1HwVWNEW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ti1HwVWNEW .first-column,
  .cid-ti1HwVWNEW .second-column,
  .cid-ti1HwVWNEW .third-column {
    text-align: center;
  }
}
.cid-ti1HwVWNEW .mbr-section-title,
.cid-ti1HwVWNEW .icons-wrapper {
  color: #232323;
}
.cid-ti1HwVWNEW .mbr-section-subtitle,
.cid-ti1HwVWNEW .icons-wrapper {
  color: #353535;
}
.cid-ti1HwVWNEW .mbr-text {
  color: #353535;
}
.cid-ti1HwVWNEW .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmJTd4cgCj {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmJTd4cgCj .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tmJTd4cgCj .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-tmJTd4cgCj .mbr-section-title b:last-child,
.cid-tmJTd4cgCj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tmJTd4cgCj .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tmJTd4cgCj .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tmJTd4cgCj .mbr-text-wrap {
    border-left: 2px solid #353535;
    padding-left: 1.8125rem !important;
  }
}
.cid-tmJTd4cgCj .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmJTd4cgCj .mbr-section-btn a {
  margin-top: 0;
}
.cid-tmJTd4cgCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmJTd4cgCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmJTd4cgCj .mbr-text,
.cid-tmJTd4cgCj .mbr-section-btn {
  color: #353535;
}
.cid-tmR4F2Csm1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmR4F2Csm1 .img-wrapper {
  text-align: center;
}
.cid-tmR4F2Csm1 .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR4F2Csm1 img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR4F2Csm1 .row {
  align-items: flex-start;
}
.cid-tmR4F2Csm1 .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR4F2Csm1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR4F2Csm1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR4F2Csm1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR4F2Csm1 .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR4F2Csm1 .title {
  text-align: center;
}
.cid-tidowxLWnd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tidowxLWnd .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tidowxLWnd .first-column .mbr-text {
  margin: 0;
}
.cid-tidowxLWnd .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tidowxLWnd .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tidowxLWnd .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tidowxLWnd .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tidowxLWnd .form-group {
  max-width: 55%;
}
.cid-tidowxLWnd .form-group,
.cid-tidowxLWnd .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tidowxLWnd .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tidowxLWnd .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tidowxLWnd .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tidowxLWnd .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tidowxLWnd .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tidowxLWnd .col + .mbr-section-btn .btn,
.cid-tidowxLWnd .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tidowxLWnd .dragArea > *:nth-last-child(2).col,
.cid-tidowxLWnd .dragArea > *:nth-last-child(2).col-auto,
.cid-tidowxLWnd .col + .mbr-section-btn,
.cid-tidowxLWnd .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tidowxLWnd .first-column,
  .cid-tidowxLWnd .second-column {
    padding-bottom: 2rem;
  }
  .cid-tidowxLWnd .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tidowxLWnd .first-column,
  .cid-tidowxLWnd .second-column,
  .cid-tidowxLWnd .third-column {
    text-align: center;
  }
}
.cid-tidowxLWnd .mbr-section-title,
.cid-tidowxLWnd .icons-wrapper {
  color: #232323;
}
.cid-tidowxLWnd .mbr-section-subtitle,
.cid-tidowxLWnd .icons-wrapper {
  color: #353535;
}
.cid-tidowxLWnd .mbr-text {
  color: #353535;
}
.cid-tidowxLWnd .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmJTolgOeb {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmJTolgOeb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tmJTolgOeb .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-tmJTolgOeb .mbr-section-title b:last-child,
.cid-tmJTolgOeb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tmJTolgOeb .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tmJTolgOeb .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tmJTolgOeb .mbr-text-wrap {
    border-left: 2px solid #353535;
    padding-left: 1.8125rem !important;
  }
}
.cid-tmJTolgOeb .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmJTolgOeb .mbr-section-btn a {
  margin-top: 0;
}
.cid-tmJTolgOeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmJTolgOeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmJTolgOeb .mbr-text,
.cid-tmJTolgOeb .mbr-section-btn {
  color: #353535;
}
.cid-tmR4GOFvId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmR4GOFvId .img-wrapper {
  text-align: center;
}
.cid-tmR4GOFvId .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR4GOFvId img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR4GOFvId .row {
  align-items: flex-start;
}
.cid-tmR4GOFvId .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR4GOFvId .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR4GOFvId .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR4GOFvId .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR4GOFvId .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR4GOFvId .title {
  text-align: center;
}
.cid-tidoMeh14v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tidoMeh14v .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tidoMeh14v .first-column .mbr-text {
  margin: 0;
}
.cid-tidoMeh14v .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tidoMeh14v .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tidoMeh14v .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tidoMeh14v .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tidoMeh14v .form-group {
  max-width: 55%;
}
.cid-tidoMeh14v .form-group,
.cid-tidoMeh14v .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tidoMeh14v .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tidoMeh14v .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tidoMeh14v .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tidoMeh14v .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tidoMeh14v .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tidoMeh14v .col + .mbr-section-btn .btn,
.cid-tidoMeh14v .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tidoMeh14v .dragArea > *:nth-last-child(2).col,
.cid-tidoMeh14v .dragArea > *:nth-last-child(2).col-auto,
.cid-tidoMeh14v .col + .mbr-section-btn,
.cid-tidoMeh14v .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tidoMeh14v .first-column,
  .cid-tidoMeh14v .second-column {
    padding-bottom: 2rem;
  }
  .cid-tidoMeh14v .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tidoMeh14v .first-column,
  .cid-tidoMeh14v .second-column,
  .cid-tidoMeh14v .third-column {
    text-align: center;
  }
}
.cid-tidoMeh14v .mbr-section-title,
.cid-tidoMeh14v .icons-wrapper {
  color: #232323;
}
.cid-tidoMeh14v .mbr-section-subtitle,
.cid-tidoMeh14v .icons-wrapper {
  color: #353535;
}
.cid-tidoMeh14v .mbr-text {
  color: #353535;
}
.cid-tidoMeh14v .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmEMZQj4OY {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmEMZQj4OY .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tmEMZQj4OY .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-tmEMZQj4OY .mbr-section-title b:last-child,
.cid-tmEMZQj4OY .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tmEMZQj4OY .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tmEMZQj4OY .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tmEMZQj4OY .mbr-text-wrap {
    border-left: 2px solid #353535;
    padding-left: 1.8125rem !important;
  }
}
.cid-tmEMZQj4OY .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmEMZQj4OY .mbr-section-btn a {
  margin-top: 0;
}
.cid-tmEMZQj4OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmEMZQj4OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmEMZQj4OY .mbr-text,
.cid-tmEMZQj4OY .mbr-section-btn {
  color: #353535;
}
.cid-tmR4IsIH1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmR4IsIH1M .img-wrapper {
  text-align: center;
}
.cid-tmR4IsIH1M .card-title {
  padding-top: 1.5rem;
  color: #666666;
}
.cid-tmR4IsIH1M img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tmR4IsIH1M .row {
  align-items: flex-start;
}
.cid-tmR4IsIH1M .card-wrapper {
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-tmR4IsIH1M .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tmR4IsIH1M .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tmR4IsIH1M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmR4IsIH1M .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tmR4IsIH1M .title {
  text-align: center;
}
.cid-tiexx323ke {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tiexx323ke .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tiexx323ke .first-column .mbr-text {
  margin: 0;
}
.cid-tiexx323ke .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tiexx323ke .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tiexx323ke .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tiexx323ke .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tiexx323ke .form-group {
  max-width: 55%;
}
.cid-tiexx323ke .form-group,
.cid-tiexx323ke .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tiexx323ke .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tiexx323ke .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tiexx323ke .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tiexx323ke .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tiexx323ke .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tiexx323ke .col + .mbr-section-btn .btn,
.cid-tiexx323ke .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tiexx323ke .dragArea > *:nth-last-child(2).col,
.cid-tiexx323ke .dragArea > *:nth-last-child(2).col-auto,
.cid-tiexx323ke .col + .mbr-section-btn,
.cid-tiexx323ke .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tiexx323ke .first-column,
  .cid-tiexx323ke .second-column {
    padding-bottom: 2rem;
  }
  .cid-tiexx323ke .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tiexx323ke .first-column,
  .cid-tiexx323ke .second-column,
  .cid-tiexx323ke .third-column {
    text-align: center;
  }
}
.cid-tiexx323ke .mbr-section-title,
.cid-tiexx323ke .icons-wrapper {
  color: #232323;
}
.cid-tiexx323ke .mbr-section-subtitle,
.cid-tiexx323ke .icons-wrapper {
  color: #353535;
}
.cid-tiexx323ke .mbr-text {
  color: #353535;
}
.cid-tiexx323ke .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnMYTg2R3J {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnMYTg2R3J .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-tnMYTg2R3J .mbr-text {
  color: #272727;
  text-align: center;
}
.cid-tnMYTg2R3J .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tzuEZv62eW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzuEZv62eW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzuEZv62eW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzuEZv62eW .card-wrapper {
  background: #f3fbff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tzuEZv62eW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tzuEZv62eW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzuEZv62eW .card-wrapper {
    padding: 4rem;
  }
}
.cid-tzuEZv62eW .mbr-text,
.cid-tzuEZv62eW .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tzuEZv62eW .card-title,
.cid-tzuEZv62eW .card-box {
  text-align: left;
}
.cid-tkzDlc8kkR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzDlc8kkR .row {
  align-items: center;
  width: 100%;
}
.cid-tkzDlc8kkR .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-tkzDlc8kkR .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tkzDlc8kkR .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tkzDlc8kkR .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-tkzDlc8kkR .img-container img {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-height: 55vh;
  object-fit: cover;
}
.cid-tkzDlc8kkR .content-container {
  overflow: visible;
  display: flex;
  padding: 0 !important;
}
.cid-tkzDlc8kkR .text-container {
  overflow: visible;
  padding: 32px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-tkzDlc8kkR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tkzDlc8kkR .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-tkzDlc8kkR .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-tkzDlc8kkR .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-tkzDlc8kkR .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-tkzDlc8kkR .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 4px;
  text-align: center;
}
.cid-tkzDlc8kkR .mbr-text {
  letter-spacing: inherit;
  color: #17161a;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-tkzDlc8kkR .btn-container {
  width: 100%;
}
.cid-tkzDlc8kkR .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-tkzDlc8kkR .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-tkzDlc8kkR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tkzDlc8kkR .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tkzDlc8kkR .autoscroll-wrap {
  min-width: 10vw;
  max-width: 33vw;
  min-height: 20vh;
  max-height: 60vh;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 1008px) {
  .cid-tkzDlc8kkR .autoscroll-wrap {
    min-width: 100%;
    min-height: 20vh;
    max-height: 60vh;
  }
}
.cid-tkzDlc8kkR .autoscroll-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 5s ease-in-out;
}
.cid-tkzDlc8kkR .autoscroll-wrap:hover img {
  object-position: bottom center;
}
.cid-tkzDlc8kkR .lifted-shadow {
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1), 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3);
}
.cid-tkzDlc8kkR .filter-tag {
  margin: 0 5px 15px 0;
  padding: 5px 10px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 75%;
}
.cid-tkzDlc8kkR button[data-filter*="tag"]:focus ~ div [class*="content-container"] {
  display: none;
}
.cid-tkzDlc8kkR button[data-filter*="education"]:focus ~ div [class*="education"] {
  display: flex;
}
.cid-tkzDlc8kkR button[data-filter*="business"]:focus ~ div [class*="business"] {
  display: flex;
}
.cid-tkzDlc8kkR button[data-filter*="cafe"]:focus ~ div [class*="cafe"] {
  display: flex;
}
.cid-tkzDlc8kkR button[data-filter*="portfolio"]:focus ~ div [class*="portfolio"] {
  display: flex;
}
.cid-tkzDlc8kkR button[data-filter*="travel"]:focus ~ div [class*="travel"] {
  display: flex;
}
.cid-tkzDlc8kkR .lifted-shadow:hover {
  box-shadow: inset 0px 1px 1px 0px #fff3a2, 0px 50px 100px -20px #fff3a2, 0px 30px 60px -30px #fff3a2;
}
.cid-ugcFugALlO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugcFugALlO .container-fluid {
  padding: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .container-fluid {
    padding: 0;
  }
}
.cid-ugcFugALlO .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .container {
    padding: 0 28px;
  }
}
.cid-ugcFugALlO .row {
  margin: -1px 0 0 0;
}
.cid-ugcFugALlO .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .card {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    padding: 0;
  }
}
.cid-ugcFugALlO .item:focus,
.cid-ugcFugALlO span:focus {
  outline: none;
}
.cid-ugcFugALlO .item-wrapper {
  position: relative;
}
.cid-ugcFugALlO .embla__slide {
  overflow: visible;
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-ugcFugALlO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugcFugALlO .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-ugcFugALlO .embla__slide .slide-content:hover .mbr-section-btn,
.cid-ugcFugALlO .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-ugcFugALlO .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ugcFugALlO .embla__slide .slide-content .mbr-section-btn .btn {
  display: none;
  text-align: center;
}
.cid-ugcFugALlO .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-ugcFugALlO .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 0 0 30px 0;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-ugcFugALlO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-position: top;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ugcFugALlO .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-ugcFugALlO .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ugcFugALlO .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-ugcFugALlO .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-ugcFugALlO .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ugcFugALlO .embla__button--next,
.cid-ugcFugALlO .embla__button--prev {
  display: flex;
}
.cid-ugcFugALlO .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ugcFugALlO .embla__button {
    display: none;
  }
}
.cid-ugcFugALlO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugcFugALlO .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-ugcFugALlO .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-ugcFugALlO .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-ugcFugALlO .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-ugcFugALlO .embla__button {
    top: 50%;
  }
}
.cid-ugcFugALlO .embla {
  position: relative;
  width: 100%;
}
.cid-ugcFugALlO .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ugcFugALlO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugcFugALlO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugcFugALlO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugcFugALlO .mbr-section-title {
  color: #000000;
}
.cid-ugcFugALlO .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-ugcFugALlO .mbr-desc {
  color: #000000;
}
.cid-ugcFugALlO .static_frame_box {
  position: absolute;
  left: 50%;
  z-index: 11;
}
.cid-ugcFugALlO .static_frame {
  position: relative;
  left: -50%;
  top: -2vh;
  width: 400px;
  height: 540px;
  -webkit-box-shadow: 0px 0px 21px -2px #333333;
  -moz-box-shadow: 0px 0px 21px -2px #333333;
  box-shadow: 0px 0px 21px -2px #333333;
  border: 20px solid #22A5E5;
}
@media (max-width: 780px) {
  .cid-ugcFugALlO .static_frame {
    width: 98vw;
    height: 500px;
  }
}
.cid-ugcFugALlO .item-wrapper:hover,
.cid-ugcFugALlO .static_frame:hover {
  box-shadow: inset 0px 1px 1px 0px #fff3a2, 0px 50px 100px -20px #fff3a2, 0px 30px 60px -30px #fff3a2;
}
.cid-tnMEdwD0K1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnMEdwD0K1 .btn.btn-primary-outline {
  border: 1px solid #353535;
}
.cid-tnMEdwD0K1 .btn.btn-primary-outline:hover {
  background-color: #353535 !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-secondary-outline {
  border: 1px solid #22a5e5;
}
.cid-tnMEdwD0K1 .btn.btn-secondary-outline:hover {
  background-color: #22a5e5 !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-success-outline {
  border: 1px solid #353535;
}
.cid-tnMEdwD0K1 .btn.btn-success-outline:hover {
  background-color: #353535 !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-info-outline {
  border: 1px solid #283742;
}
.cid-tnMEdwD0K1 .btn.btn-info-outline:hover {
  background-color: #283742 !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-warning-outline {
  border: 1px solid #effaff;
}
.cid-tnMEdwD0K1 .btn.btn-warning-outline:hover {
  background-color: #effaff !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-danger-outline {
  border: 1px solid #ffb18a;
}
.cid-tnMEdwD0K1 .btn.btn-danger-outline:hover {
  background-color: #ffb18a !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tnMEdwD0K1 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tnMEdwD0K1 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tnMEdwD0K1 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tkzBMO0DlC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkzBMO0DlC .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tkzBMO0DlC .first-column .mbr-text {
  margin: 0;
}
.cid-tkzBMO0DlC .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkzBMO0DlC .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkzBMO0DlC .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkzBMO0DlC .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkzBMO0DlC .form-group {
  max-width: 55%;
}
.cid-tkzBMO0DlC .form-group,
.cid-tkzBMO0DlC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkzBMO0DlC .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .col + .mbr-section-btn .btn,
.cid-tkzBMO0DlC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkzBMO0DlC .dragArea > *:nth-last-child(2).col,
.cid-tkzBMO0DlC .dragArea > *:nth-last-child(2).col-auto,
.cid-tkzBMO0DlC .col + .mbr-section-btn,
.cid-tkzBMO0DlC .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkzBMO0DlC .first-column,
  .cid-tkzBMO0DlC .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkzBMO0DlC .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkzBMO0DlC .first-column,
  .cid-tkzBMO0DlC .second-column,
  .cid-tkzBMO0DlC .third-column {
    text-align: center;
  }
}
.cid-tkzBMO0DlC .mbr-section-title,
.cid-tkzBMO0DlC .icons-wrapper {
  color: #232323;
}
.cid-tkzBMO0DlC .mbr-section-subtitle,
.cid-tkzBMO0DlC .icons-wrapper {
  color: #353535;
}
.cid-tkzBMO0DlC .mbr-text {
  color: #353535;
}
.cid-tkzBMO0DlC .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTTnAO6497 {
  background-image: url("../../../assets/images/-13be156d-15dc-419b-b083-1611c7945d48-1024x1024.jpg");
}
.cid-tTTnAO6497 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTnAO6497 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .container {
    padding: 0 16px;
  }
}
.cid-tTTnAO6497 .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .row {
    margin: 0 10px;
  }
}
.cid-tTTnAO6497 .row .card {
  padding: 0;
}
.cid-tTTnAO6497 .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #fff0b0;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-tTTnAO6497 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tTTnAO6497 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tTTnAO6497 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTTnAO6497 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTTnAO6497 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tTTnAO6497 .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-tTTnAO6497 .mbr-section-title {
  color: #192227;
}
.cid-tTTnAO6497 .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tTTnAO6497 .mbr-section-title,
.cid-tTTnAO6497 .mbr-section-btn {
  text-align: center;
}
.cid-tmQDwOlDW9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmQDwOlDW9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tmQDwOlDW9 .first-column .mbr-text {
  margin: 0;
}
.cid-tmQDwOlDW9 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tmQDwOlDW9 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tmQDwOlDW9 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tmQDwOlDW9 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tmQDwOlDW9 .form-group {
  max-width: 55%;
}
.cid-tmQDwOlDW9 .form-group,
.cid-tmQDwOlDW9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tmQDwOlDW9 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tmQDwOlDW9 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tmQDwOlDW9 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tmQDwOlDW9 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tmQDwOlDW9 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tmQDwOlDW9 .col + .mbr-section-btn .btn,
.cid-tmQDwOlDW9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tmQDwOlDW9 .dragArea > *:nth-last-child(2).col,
.cid-tmQDwOlDW9 .dragArea > *:nth-last-child(2).col-auto,
.cid-tmQDwOlDW9 .col + .mbr-section-btn,
.cid-tmQDwOlDW9 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tmQDwOlDW9 .first-column,
  .cid-tmQDwOlDW9 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tmQDwOlDW9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tmQDwOlDW9 .first-column,
  .cid-tmQDwOlDW9 .second-column,
  .cid-tmQDwOlDW9 .third-column {
    text-align: center;
  }
}
.cid-tmQDwOlDW9 .mbr-section-title,
.cid-tmQDwOlDW9 .icons-wrapper {
  color: #232323;
}
.cid-tmQDwOlDW9 .mbr-section-subtitle,
.cid-tmQDwOlDW9 .icons-wrapper {
  color: #353535;
}
.cid-tmQDwOlDW9 .mbr-text {
  color: #353535;
}
.cid-tmQDwOlDW9 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhK91LxnW0 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uhK91LxnW0 .mbr-section-subtitle {
  color: #353535;
  text-align: center;
  font-weight: 300;
}
.cid-uhK91LxnW0 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f5fcff;
  margin-right: 2rem;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uhK91LxnW0 .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uhK91LxnW0 .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uhK91LxnW0 .mbr-timeline-title,
.cid-uhK91LxnW0 .mbr-timeline-text {
  color: #ffffff;
}
.cid-uhK91LxnW0 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uhK91LxnW0 .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uhK91LxnW0 .timeline-element:hover .timeline-text-content h4,
.cid-uhK91LxnW0 .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #000000 !important;
}
.cid-uhK91LxnW0 .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #000000 !important;
}
.cid-uhK91LxnW0 .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #000000 !important;
}
.cid-uhK91LxnW0 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhK91LxnW0 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uhK91LxnW0 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #f5fcff;
  top: 20px;
  margin-left: -30px;
}
.cid-uhK91LxnW0 .iconsBackground span {
  color: #ffffff;
}
.cid-uhK91LxnW0 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uhK91LxnW0 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f5fcff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uhK91LxnW0 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uhK91LxnW0 .iconsBackground {
    left: 1.5rem;
  }
  .cid-uhK91LxnW0 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uhK91LxnW0 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uhK91LxnW0 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uhK91LxnW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhK91LxnW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhK91LxnW0 .mbr-timeline-text {
  color: #727272;
}
.cid-uhK91LxnW0 .mbr-timeline-title {
  color: #353535;
}
.cid-uhK91LxnW0 .mbr-section-title {
  color: #353535;
}
.cid-tzGlMzMOZC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzGlMzMOZC .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tzGlMzMOZC .first-column .mbr-text {
  margin: 0;
}
.cid-tzGlMzMOZC .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tzGlMzMOZC .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tzGlMzMOZC .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tzGlMzMOZC .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tzGlMzMOZC .form-group {
  max-width: 55%;
}
.cid-tzGlMzMOZC .form-group,
.cid-tzGlMzMOZC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tzGlMzMOZC .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tzGlMzMOZC .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tzGlMzMOZC .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tzGlMzMOZC .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tzGlMzMOZC .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tzGlMzMOZC .col + .mbr-section-btn .btn,
.cid-tzGlMzMOZC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tzGlMzMOZC .dragArea > *:nth-last-child(2).col,
.cid-tzGlMzMOZC .dragArea > *:nth-last-child(2).col-auto,
.cid-tzGlMzMOZC .col + .mbr-section-btn,
.cid-tzGlMzMOZC .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tzGlMzMOZC .first-column,
  .cid-tzGlMzMOZC .second-column {
    padding-bottom: 2rem;
  }
  .cid-tzGlMzMOZC .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tzGlMzMOZC .first-column,
  .cid-tzGlMzMOZC .second-column,
  .cid-tzGlMzMOZC .third-column {
    text-align: center;
  }
}
.cid-tzGlMzMOZC .mbr-section-title,
.cid-tzGlMzMOZC .icons-wrapper {
  color: #232323;
}
.cid-tzGlMzMOZC .mbr-section-subtitle,
.cid-tzGlMzMOZC .icons-wrapper {
  color: #353535;
}
.cid-tzGlMzMOZC .mbr-text {
  color: #353535;
}
.cid-tzGlMzMOZC .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-26 {
  /* Type valid CSS here */
}
#custom-html-26 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-26 p {
  font-size: 60px;
  color: #777;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhOuUUPUBJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOuUUPUBJ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhOvoPYFNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOvoPYFNC blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ugOg3IOSKc .navbar-dropdown {
  position: relative !important;
}
.cid-ugOg3IOSKc .navbar-dropdown {
  position: absolute !important;
}
.cid-ugOg3IOSKc .btn {
  line-height: 1.2;
}
.cid-ugOg3IOSKc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugOg3IOSKc .nav-link {
  position: relative;
}
.cid-ugOg3IOSKc .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-ugOg3IOSKc .nav-link:hover {
  color: #353535 !important;
}
.cid-ugOg3IOSKc .nav-link:hover:before {
  width: 100%;
}
.cid-ugOg3IOSKc .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-ugOg3IOSKc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugOg3IOSKc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugOg3IOSKc .dropdown-item:hover,
.cid-ugOg3IOSKc .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ugOg3IOSKc .dropdown-item:hover span {
  color: white;
}
.cid-ugOg3IOSKc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugOg3IOSKc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugOg3IOSKc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugOg3IOSKc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-ugOg3IOSKc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ugOg3IOSKc .container {
    flex-wrap: nowrap;
  }
}
.cid-ugOg3IOSKc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugOg3IOSKc .navbar-nav {
  margin: auto;
}
.cid-ugOg3IOSKc .dropdown-menu,
.cid-ugOg3IOSKc .navbar.opened {
  background: #ffffff !important;
}
.cid-ugOg3IOSKc .nav-item:focus,
.cid-ugOg3IOSKc .nav-link:focus {
  outline: none;
}
.cid-ugOg3IOSKc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugOg3IOSKc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugOg3IOSKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugOg3IOSKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugOg3IOSKc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugOg3IOSKc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-ugOg3IOSKc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ugOg3IOSKc .navbar.opened {
  transition: all 0.3s;
}
.cid-ugOg3IOSKc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugOg3IOSKc .navbar .navbar-logo img {
  width: auto;
}
.cid-ugOg3IOSKc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugOg3IOSKc .navbar.collapsed {
  justify-content: center;
}
.cid-ugOg3IOSKc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugOg3IOSKc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugOg3IOSKc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugOg3IOSKc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugOg3IOSKc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugOg3IOSKc .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-ugOg3IOSKc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugOg3IOSKc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugOg3IOSKc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugOg3IOSKc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugOg3IOSKc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugOg3IOSKc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugOg3IOSKc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugOg3IOSKc .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-ugOg3IOSKc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugOg3IOSKc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugOg3IOSKc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugOg3IOSKc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugOg3IOSKc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugOg3IOSKc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugOg3IOSKc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugOg3IOSKc .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugOg3IOSKc .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-ugOg3IOSKc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugOg3IOSKc .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-ugOg3IOSKc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugOg3IOSKc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugOg3IOSKc .dropdown-item.active,
.cid-ugOg3IOSKc .dropdown-item:active {
  background-color: transparent;
}
.cid-ugOg3IOSKc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugOg3IOSKc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugOg3IOSKc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugOg3IOSKc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugOg3IOSKc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugOg3IOSKc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugOg3IOSKc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugOg3IOSKc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugOg3IOSKc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ugOg3IOSKc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugOg3IOSKc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugOg3IOSKc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugOg3IOSKc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugOg3IOSKc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugOg3IOSKc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugOg3IOSKc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugOg3IOSKc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugOg3IOSKc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugOg3IOSKc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugOg3IOSKc .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-ugOg3IOSKc .navbar {
    height: 70px;
  }
  .cid-ugOg3IOSKc .navbar.opened {
    height: auto;
  }
  .cid-ugOg3IOSKc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugOg3K7pqn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ugOg3K7pqn .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ugOg3K7pqn .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ugOg3K7pqn .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-ugOg3K7pqn .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ugOg3K7pqn .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-ugOg3K7pqn .timelines-container {
  margin-top: 60px;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #9fdbf8;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-ugOg3K7pqn .container-fluid {
  padding: 0 2rem;
}
.cid-ugOg3K7pqn .separline:before,
.cid-ugOg3K7pqn .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #effaff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-ugOg3K7pqn .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #effaff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ugOg3K7pqn .container-fluid {
    padding: 0 1rem;
  }
  .cid-ugOg3K7pqn .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-ugOg3K7pqn .separline:before,
  .cid-ugOg3K7pqn .first-separline:before {
    left: -10px !important;
  }
  .cid-ugOg3K7pqn .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-ugOg3K7pqn .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-ugOg3K7pqn .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-ugOg3K7pqn .time-line-date-content p {
    float: left !important;
  }
  .cid-ugOg3K7pqn .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-ugOg3K7pqn .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-ugOg3K7pqn .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-ugOg3K7pqn .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #283742;
}
.cid-ugOg3L6DWZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ugOg3L6DWZ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-ugOg3L6DWZ .first-column .mbr-text {
  margin: 0;
}
.cid-ugOg3L6DWZ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ugOg3L6DWZ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ugOg3L6DWZ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ugOg3L6DWZ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ugOg3L6DWZ .form-group {
  max-width: 55%;
}
.cid-ugOg3L6DWZ .form-group,
.cid-ugOg3L6DWZ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ugOg3L6DWZ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ugOg3L6DWZ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ugOg3L6DWZ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ugOg3L6DWZ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ugOg3L6DWZ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ugOg3L6DWZ .col + .mbr-section-btn .btn,
.cid-ugOg3L6DWZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-ugOg3L6DWZ .dragArea > *:nth-last-child(2).col,
.cid-ugOg3L6DWZ .dragArea > *:nth-last-child(2).col-auto,
.cid-ugOg3L6DWZ .col + .mbr-section-btn,
.cid-ugOg3L6DWZ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugOg3L6DWZ .first-column,
  .cid-ugOg3L6DWZ .second-column {
    padding-bottom: 2rem;
  }
  .cid-ugOg3L6DWZ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ugOg3L6DWZ .first-column,
  .cid-ugOg3L6DWZ .second-column,
  .cid-ugOg3L6DWZ .third-column {
    text-align: center;
  }
}
.cid-ugOg3L6DWZ .mbr-section-title,
.cid-ugOg3L6DWZ .icons-wrapper {
  color: #232323;
}
.cid-ugOg3L6DWZ .mbr-section-subtitle,
.cid-ugOg3L6DWZ .icons-wrapper {
  color: #353535;
}
.cid-ugOg3L6DWZ .mbr-text {
  color: #353535;
}
.cid-ugOg3L6DWZ .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhOvWLkLQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhOvWLkLQZ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkzBMO0DlC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkzBMO0DlC .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tkzBMO0DlC .first-column .mbr-text {
  margin: 0;
}
.cid-tkzBMO0DlC .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tkzBMO0DlC .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tkzBMO0DlC .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tkzBMO0DlC .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tkzBMO0DlC .form-group {
  max-width: 55%;
}
.cid-tkzBMO0DlC .form-group,
.cid-tkzBMO0DlC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tkzBMO0DlC .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tkzBMO0DlC .col + .mbr-section-btn .btn,
.cid-tkzBMO0DlC .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tkzBMO0DlC .dragArea > *:nth-last-child(2).col,
.cid-tkzBMO0DlC .dragArea > *:nth-last-child(2).col-auto,
.cid-tkzBMO0DlC .col + .mbr-section-btn,
.cid-tkzBMO0DlC .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tkzBMO0DlC .first-column,
  .cid-tkzBMO0DlC .second-column {
    padding-bottom: 2rem;
  }
  .cid-tkzBMO0DlC .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tkzBMO0DlC .first-column,
  .cid-tkzBMO0DlC .second-column,
  .cid-tkzBMO0DlC .third-column {
    text-align: center;
  }
}
.cid-tkzBMO0DlC .mbr-section-title,
.cid-tkzBMO0DlC .icons-wrapper {
  color: #232323;
}
.cid-tkzBMO0DlC .mbr-section-subtitle,
.cid-tkzBMO0DlC .icons-wrapper {
  color: #353535;
}
.cid-tkzBMO0DlC .mbr-text {
  color: #353535;
}
.cid-tkzBMO0DlC .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: relative !important;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  position: absolute !important;
}
.cid-tVY8O1LjyV .btn {
  line-height: 1.2;
}
.cid-tVY8O1LjyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVY8O1LjyV .nav-link {
  position: relative;
}
.cid-tVY8O1LjyV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #353535;
}
.cid-tVY8O1LjyV .nav-link:hover {
  color: #353535 !important;
}
.cid-tVY8O1LjyV .nav-link:hover:before {
  width: 100%;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVY8O1LjyV .dropdown-item:hover,
.cid-tVY8O1LjyV .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tVY8O1LjyV .dropdown-item:hover span {
  color: white;
}
.cid-tVY8O1LjyV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVY8O1LjyV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVY8O1LjyV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tVY8O1LjyV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .container {
    flex-wrap: nowrap;
  }
}
.cid-tVY8O1LjyV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVY8O1LjyV .navbar-nav {
  margin: auto;
}
.cid-tVY8O1LjyV .dropdown-menu,
.cid-tVY8O1LjyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tVY8O1LjyV .nav-item:focus,
.cid-tVY8O1LjyV .nav-link:focus {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVY8O1LjyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVY8O1LjyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVY8O1LjyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
  box-shadow: 0 9px 37px -8px #575757, 0 0 1px #f2f2f2;
}
.cid-tVY8O1LjyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tVY8O1LjyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tVY8O1LjyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVY8O1LjyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tVY8O1LjyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVY8O1LjyV .navbar.collapsed {
  justify-content: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVY8O1LjyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVY8O1LjyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVY8O1LjyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVY8O1LjyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVY8O1LjyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVY8O1LjyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVY8O1LjyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVY8O1LjyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVY8O1LjyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVY8O1LjyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVY8O1LjyV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVY8O1LjyV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tVY8O1LjyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVY8O1LjyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVY8O1LjyV .dropdown-item.active,
.cid-tVY8O1LjyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tVY8O1LjyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVY8O1LjyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVY8O1LjyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVY8O1LjyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVY8O1LjyV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVY8O1LjyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVY8O1LjyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVY8O1LjyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVY8O1LjyV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVY8O1LjyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVY8O1LjyV .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-tVY8O1LjyV .navbar {
    height: 70px;
  }
  .cid-tVY8O1LjyV .navbar.opened {
    height: auto;
  }
  .cid-tVY8O1LjyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ja .news-container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 800px;
  min-height: 300px;
  padding: 80px auto 20px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#custom-html-ja .news-container h1 {
  text-align: center;
}
#custom-html-ja .news-article {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
#custom-html-ja .news-article h2 {
  margin: 0 0 10px;
}
#custom-html-ja .news-article p {
  margin: 0;
}
.cid-tg9RYIac12 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg9RYIac12 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.cid-tg9RYIac12 .first-column .mbr-text {
  margin: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tg9RYIac12 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tg9RYIac12 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tg9RYIac12 .form-group {
  max-width: 55%;
}
.cid-tg9RYIac12 .form-group,
.cid-tg9RYIac12 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tg9RYIac12 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tg9RYIac12 .col + .mbr-section-btn .btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col,
.cid-tg9RYIac12 .dragArea > *:nth-last-child(2).col-auto,
.cid-tg9RYIac12 .col + .mbr-section-btn,
.cid-tg9RYIac12 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tg9RYIac12 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tg9RYIac12 .first-column,
  .cid-tg9RYIac12 .second-column,
  .cid-tg9RYIac12 .third-column {
    text-align: center;
  }
}
.cid-tg9RYIac12 .mbr-section-title,
.cid-tg9RYIac12 .icons-wrapper {
  color: #232323;
}
.cid-tg9RYIac12 .mbr-section-subtitle,
.cid-tg9RYIac12 .icons-wrapper {
  color: #353535;
}
.cid-tg9RYIac12 .mbr-text {
  color: #353535;
}
.cid-tg9RYIac12 .text-inner-shadow {
  background-color: black;
  color: transparent;
  text-shadow: 0px 2px 3px lightgrey;
  -webkit-background-clip: text;
  background-clip: text;
}
