.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff8e00 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #565656 !important;
}
.bg-danger {
  background-color: #ff8e00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #565656 !important;
  border-color: #565656 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff8e00;
  color: #ff8e00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a85e00 !important;
  background-color: transparent !important;
  border-color: #a85e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #565656;
  color: #565656;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2b2b2b !important;
  background-color: transparent !important;
  border-color: #2b2b2b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8e00;
  color: #ff8e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a85e00 !important;
  background-color: transparent !important;
  border-color: #a85e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e00 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #565656 !important;
}
.text-danger {
  color: #ff8e00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #995500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #232323 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #995500 !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: #ff8e00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #565656;
}
.alert-danger {
  background-color: #ff8e00;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e00;
  border-color: #ff8e00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8e00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #969696;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe8cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #ff8e00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff8e00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8e00;
  border-bottom-color: #ff8e00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8e00 !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: #ffd7ef !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='%23ff8e00' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uEBmTMGtwY {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uEBmTMGtwY {
    align-items: center;
  }
  .cid-uEBmTMGtwY .row {
    justify-content: center;
  }
  .cid-uEBmTMGtwY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEBmTMGtwY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEBmTMGtwY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEBmTMGtwY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEBmTMGtwY .content-wrap {
    width: 100%;
  }
}
.cid-uEBmTMGtwY .mbr-section-title,
.cid-uEBmTMGtwY .mbr-section-subtitle {
  text-align: center;
}
.cid-uEBmTMGtwY .mbr-text,
.cid-uEBmTMGtwY .mbr-section-btn {
  text-align: left;
}
.cid-uEBmTMGtwY .mbr-section-title DIV {
  text-align: left;
}
.cid-uEBmTMGtwY .mbr-section-subtitle {
  text-align: left;
}
.cid-uEBmTMGtwY .mbr-section-title {
  color: #ff8e00;
}
.cid-uEAIzPNTpx {
  display: flex;
  background-image: url("../../../assets/images/879f42d3-afa1-45ca-bae3-0366b1e4226c.jpg-1024x768.jpg");
}
.cid-uEAIzPNTpx .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uEAIzPNTpx {
    align-items: center;
  }
  .cid-uEAIzPNTpx .row {
    justify-content: center;
  }
  .cid-uEAIzPNTpx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEAIzPNTpx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEAIzPNTpx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEAIzPNTpx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEAIzPNTpx .content-wrap {
    width: 100%;
  }
}
.cid-uEAIzPNTpx .mbr-section-title,
.cid-uEAIzPNTpx .mbr-section-subtitle {
  text-align: center;
}
.cid-uEAIzPNTpx .mbr-text,
.cid-uEAIzPNTpx .mbr-section-btn {
  text-align: left;
}
.cid-uEAIzPNTpx .mbr-section-title {
  text-align: left;
}
.cid-uEAIzPNTpx .mbr-section-subtitle {
  text-align: left;
}
.cid-uEBqdmFV7a {
  display: flex;
  background-image: url("../../../assets/images/remo-with-drone2.jpeg-2000x1333.jpg");
}
.cid-uEBqdmFV7a .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uEBqdmFV7a {
    align-items: center;
  }
  .cid-uEBqdmFV7a .row {
    justify-content: center;
  }
  .cid-uEBqdmFV7a .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEBqdmFV7a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEBqdmFV7a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEBqdmFV7a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEBqdmFV7a .content-wrap {
    width: 100%;
  }
}
.cid-uEBqdmFV7a .mbr-section-title,
.cid-uEBqdmFV7a .mbr-section-subtitle {
  text-align: center;
}
.cid-uEBqdmFV7a .mbr-text,
.cid-uEBqdmFV7a .mbr-section-btn {
  text-align: left;
}
.cid-uEBqdmFV7a .mbr-section-title {
  text-align: left;
}
.cid-uEBqdmFV7a .mbr-section-subtitle {
  text-align: left;
}
.cid-uEBrQRB25M {
  display: flex;
  background-image: url("../../../assets/images/mobile-editing.jpeg-2000x1125.jpg");
}
.cid-uEBrQRB25M .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uEBrQRB25M {
    align-items: center;
  }
  .cid-uEBrQRB25M .row {
    justify-content: center;
  }
  .cid-uEBrQRB25M .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEBrQRB25M .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEBrQRB25M {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEBrQRB25M .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEBrQRB25M .content-wrap {
    width: 100%;
  }
}
.cid-uEBrQRB25M .mbr-section-title,
.cid-uEBrQRB25M .mbr-section-subtitle {
  text-align: center;
}
.cid-uEBrQRB25M .mbr-text,
.cid-uEBrQRB25M .mbr-section-btn {
  text-align: left;
}
.cid-uEBrQRB25M .mbr-section-title {
  text-align: left;
}
.cid-uEBrQRB25M .mbr-section-subtitle {
  text-align: left;
}
.cid-uEBtj06u2T {
  display: flex;
  background-image: url("../../../assets/images/pippo-konzert-kompr.jpg-2000x1193.jpg");
}
.cid-uEBtj06u2T .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uEBtj06u2T {
    align-items: center;
  }
  .cid-uEBtj06u2T .row {
    justify-content: center;
  }
  .cid-uEBtj06u2T .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEBtj06u2T .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEBtj06u2T {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEBtj06u2T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEBtj06u2T .content-wrap {
    width: 100%;
  }
}
.cid-uEBtj06u2T .mbr-section-title,
.cid-uEBtj06u2T .mbr-section-subtitle {
  text-align: center;
}
.cid-uEBtj06u2T .mbr-text,
.cid-uEBtj06u2T .mbr-section-btn {
  text-align: left;
}
.cid-uEBtj06u2T .mbr-section-title {
  text-align: left;
}
.cid-uEBtj06u2T .mbr-section-subtitle {
  text-align: left;
}
.cid-uEE5x1Jxuy {
  display: flex;
  background-image: url("../../../assets/images/videoworkshop-komprimiert.jpg-1-1572x1974.jpeg");
}
.cid-uEE5x1Jxuy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uEE5x1Jxuy {
    align-items: center;
  }
  .cid-uEE5x1Jxuy .row {
    justify-content: center;
  }
  .cid-uEE5x1Jxuy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEE5x1Jxuy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEE5x1Jxuy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEE5x1Jxuy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEE5x1Jxuy .content-wrap {
    width: 100%;
  }
}
.cid-uEE5x1Jxuy .mbr-section-title,
.cid-uEE5x1Jxuy .mbr-section-subtitle {
  text-align: center;
}
.cid-uEE5x1Jxuy .mbr-text,
.cid-uEE5x1Jxuy .mbr-section-btn {
  text-align: left;
}
.cid-uEE5x1Jxuy .mbr-section-title {
  text-align: left;
}
.cid-uEE5x1Jxuy .mbr-section-subtitle {
  text-align: left;
}
.cid-uEQTd6lw83 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uEQTd6lw83 {
    align-items: center;
  }
  .cid-uEQTd6lw83 .row {
    justify-content: center;
  }
  .cid-uEQTd6lw83 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEQTd6lw83 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEQTd6lw83 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEQTd6lw83 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEQTd6lw83 .content-wrap {
    width: 100%;
  }
}
.cid-uEQTd6lw83 .mbr-section-title,
.cid-uEQTd6lw83 .mbr-section-subtitle {
  text-align: center;
}
.cid-uEQTd6lw83 .mbr-text,
.cid-uEQTd6lw83 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uEQTd6lw83 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uEQTd6lw83 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uGaP5hlr4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaP5hlr4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaP5hlr4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaP5hlr4n .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaP5hlr4n .container {
    padding: 0 50px !important;
  }
}
.cid-uGaP5hlr4n .row {
  align-items: stretch;
}
.cid-uGaP5hlr4n .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaP5hlr4n .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaP5hlr4n .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .card-title {
    text-align: center;
  }
}
.cid-uGaP5hlr4n .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .mbr-text {
    text-align: center;
  }
}
.cid-uGaP5hlr4n .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaP5hlr4n .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaP5hlr4n .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaP5hlr4n .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaP5hlr4n .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaP5hlr4n .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaP5hlr4n .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaP5hlr4n .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-uGaP7SLiOG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaP7SLiOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaP7SLiOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaP7SLiOG .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaP7SLiOG .container {
    padding: 0 50px !important;
  }
}
.cid-uGaP7SLiOG .row {
  align-items: stretch;
}
.cid-uGaP7SLiOG .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaP7SLiOG .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaP7SLiOG .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .card-title {
    text-align: center;
  }
}
.cid-uGaP7SLiOG .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .mbr-text {
    text-align: center;
  }
}
.cid-uGaP7SLiOG .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaP7SLiOG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaP7SLiOG .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaP7SLiOG .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaP7SLiOG .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaP7SLiOG .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaP7SLiOG .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaP7SLiOG .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-uGaP8Y6tUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaP8Y6tUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaP8Y6tUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaP8Y6tUH .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaP8Y6tUH .container {
    padding: 0 50px !important;
  }
}
.cid-uGaP8Y6tUH .row {
  align-items: stretch;
}
.cid-uGaP8Y6tUH .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaP8Y6tUH .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaP8Y6tUH .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .card-title {
    text-align: center;
  }
}
.cid-uGaP8Y6tUH .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .mbr-text {
    text-align: center;
  }
}
.cid-uGaP8Y6tUH .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaP8Y6tUH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaP8Y6tUH .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaP8Y6tUH .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaP8Y6tUH .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaP8Y6tUH .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaP8Y6tUH .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaP8Y6tUH .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-uGaPa2GPRt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPa2GPRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPa2GPRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPa2GPRt .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPa2GPRt .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPa2GPRt .row {
  align-items: stretch;
}
.cid-uGaPa2GPRt .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPa2GPRt .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPa2GPRt .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .card-title {
    text-align: center;
  }
}
.cid-uGaPa2GPRt .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .mbr-text {
    text-align: center;
  }
}
.cid-uGaPa2GPRt .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPa2GPRt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPa2GPRt .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPa2GPRt .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPa2GPRt .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPa2GPRt .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPa2GPRt .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPa2GPRt .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-uGaPaQl5DE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPaQl5DE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPaQl5DE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPaQl5DE .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPaQl5DE .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPaQl5DE .row {
  align-items: stretch;
}
.cid-uGaPaQl5DE .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPaQl5DE .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPaQl5DE .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .card-title {
    text-align: center;
  }
}
.cid-uGaPaQl5DE .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .mbr-text {
    text-align: center;
  }
}
.cid-uGaPaQl5DE .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPaQl5DE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPaQl5DE .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPaQl5DE .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPaQl5DE .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPaQl5DE .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPaQl5DE .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPaQl5DE .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-uGaPbOeNDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPbOeNDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPbOeNDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPbOeNDz .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPbOeNDz .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPbOeNDz .row {
  align-items: stretch;
}
.cid-uGaPbOeNDz .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPbOeNDz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPbOeNDz .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .card-title {
    text-align: center;
  }
}
.cid-uGaPbOeNDz .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .mbr-text {
    text-align: center;
  }
}
.cid-uGaPbOeNDz .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPbOeNDz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPbOeNDz .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPbOeNDz .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPbOeNDz .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPbOeNDz .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPbOeNDz .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPbOeNDz .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-uGaPcJj8ME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPcJj8ME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPcJj8ME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPcJj8ME .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPcJj8ME .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPcJj8ME .row {
  align-items: stretch;
}
.cid-uGaPcJj8ME .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPcJj8ME .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPcJj8ME .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .card-title {
    text-align: center;
  }
}
.cid-uGaPcJj8ME .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .mbr-text {
    text-align: center;
  }
}
.cid-uGaPcJj8ME .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPcJj8ME .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPcJj8ME .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPcJj8ME .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPcJj8ME .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPcJj8ME .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPcJj8ME .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPcJj8ME .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-uGaPdAMdAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPdAMdAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPdAMdAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPdAMdAo .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPdAMdAo .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPdAMdAo .row {
  align-items: stretch;
}
.cid-uGaPdAMdAo .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPdAMdAo .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPdAMdAo .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .card-title {
    text-align: center;
  }
}
.cid-uGaPdAMdAo .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .mbr-text {
    text-align: center;
  }
}
.cid-uGaPdAMdAo .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPdAMdAo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPdAMdAo .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPdAMdAo .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPdAMdAo .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPdAMdAo .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPdAMdAo .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPdAMdAo .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-uGaPemZPVN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPemZPVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPemZPVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPemZPVN .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPemZPVN .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPemZPVN .row {
  align-items: stretch;
}
.cid-uGaPemZPVN .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPemZPVN .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPemZPVN .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .card-title {
    text-align: center;
  }
}
.cid-uGaPemZPVN .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .mbr-text {
    text-align: center;
  }
}
.cid-uGaPemZPVN .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPemZPVN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPemZPVN .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPemZPVN .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPemZPVN .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPemZPVN .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPemZPVN .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPemZPVN .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-uGaPffsBAV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPffsBAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPffsBAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPffsBAV .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPffsBAV .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPffsBAV .row {
  align-items: stretch;
}
.cid-uGaPffsBAV .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPffsBAV .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPffsBAV .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .card-title {
    text-align: center;
  }
}
.cid-uGaPffsBAV .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .mbr-text {
    text-align: center;
  }
}
.cid-uGaPffsBAV .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPffsBAV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPffsBAV .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPffsBAV .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPffsBAV .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPffsBAV .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPffsBAV .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPffsBAV .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-uGaPfYS4Pc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPfYS4Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPfYS4Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPfYS4Pc .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPfYS4Pc .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPfYS4Pc .row {
  align-items: stretch;
}
.cid-uGaPfYS4Pc .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPfYS4Pc .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPfYS4Pc .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .card-title {
    text-align: center;
  }
}
.cid-uGaPfYS4Pc .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .mbr-text {
    text-align: center;
  }
}
.cid-uGaPfYS4Pc .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPfYS4Pc .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPfYS4Pc .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPfYS4Pc .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPfYS4Pc .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPfYS4Pc .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPfYS4Pc .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPfYS4Pc .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-uGaPhx9QQK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPhx9QQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPhx9QQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPhx9QQK .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPhx9QQK .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPhx9QQK .row {
  align-items: stretch;
}
.cid-uGaPhx9QQK .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPhx9QQK .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPhx9QQK .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .card-title {
    text-align: center;
  }
}
.cid-uGaPhx9QQK .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .mbr-text {
    text-align: center;
  }
}
.cid-uGaPhx9QQK .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPhx9QQK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPhx9QQK .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPhx9QQK .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPhx9QQK .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPhx9QQK .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPhx9QQK .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPhx9QQK .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-uGaPiJZjXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPiJZjXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPiJZjXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPiJZjXL .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPiJZjXL .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPiJZjXL .row {
  align-items: stretch;
}
.cid-uGaPiJZjXL .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPiJZjXL .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPiJZjXL .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .card-title {
    text-align: center;
  }
}
.cid-uGaPiJZjXL .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .mbr-text {
    text-align: center;
  }
}
.cid-uGaPiJZjXL .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPiJZjXL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPiJZjXL .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPiJZjXL .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPiJZjXL .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPiJZjXL .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPiJZjXL .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPiJZjXL .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-uGaPjza2vS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPjza2vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPjza2vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPjza2vS .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPjza2vS .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPjza2vS .row {
  align-items: stretch;
}
.cid-uGaPjza2vS .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPjza2vS .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPjza2vS .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .card-title {
    text-align: center;
  }
}
.cid-uGaPjza2vS .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .mbr-text {
    text-align: center;
  }
}
.cid-uGaPjza2vS .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPjza2vS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPjza2vS .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPjza2vS .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPjza2vS .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPjza2vS .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPjza2vS .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPjza2vS .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-uGaPky4Y94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPky4Y94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPky4Y94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPky4Y94 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPky4Y94 .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPky4Y94 .row {
  align-items: stretch;
}
.cid-uGaPky4Y94 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPky4Y94 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPky4Y94 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .card-title {
    text-align: center;
  }
}
.cid-uGaPky4Y94 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .mbr-text {
    text-align: center;
  }
}
.cid-uGaPky4Y94 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPky4Y94 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPky4Y94 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPky4Y94 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPky4Y94 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPky4Y94 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPky4Y94 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPky4Y94 .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-uGaPlcCwgK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPlcCwgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPlcCwgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPlcCwgK .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPlcCwgK .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPlcCwgK .row {
  align-items: stretch;
}
.cid-uGaPlcCwgK .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPlcCwgK .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPlcCwgK .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .card-title {
    text-align: center;
  }
}
.cid-uGaPlcCwgK .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .mbr-text {
    text-align: center;
  }
}
.cid-uGaPlcCwgK .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPlcCwgK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPlcCwgK .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPlcCwgK .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPlcCwgK .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPlcCwgK .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPlcCwgK .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPlcCwgK .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-uGaPmtpjKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPmtpjKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPmtpjKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPmtpjKs .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPmtpjKs .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPmtpjKs .row {
  align-items: stretch;
}
.cid-uGaPmtpjKs .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPmtpjKs .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPmtpjKs .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .card-title {
    text-align: center;
  }
}
.cid-uGaPmtpjKs .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .mbr-text {
    text-align: center;
  }
}
.cid-uGaPmtpjKs .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPmtpjKs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPmtpjKs .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPmtpjKs .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPmtpjKs .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPmtpjKs .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPmtpjKs .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPmtpjKs .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-uGaPneTRZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPneTRZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPneTRZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPneTRZg .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPneTRZg .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPneTRZg .row {
  align-items: stretch;
}
.cid-uGaPneTRZg .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPneTRZg .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPneTRZg .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .card-title {
    text-align: center;
  }
}
.cid-uGaPneTRZg .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .mbr-text {
    text-align: center;
  }
}
.cid-uGaPneTRZg .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPneTRZg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPneTRZg .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPneTRZg .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPneTRZg .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPneTRZg .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPneTRZg .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPneTRZg .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-uGaPnUCxPP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPnUCxPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPnUCxPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPnUCxPP .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPnUCxPP .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPnUCxPP .row {
  align-items: stretch;
}
.cid-uGaPnUCxPP .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPnUCxPP .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPnUCxPP .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .card-title {
    text-align: center;
  }
}
.cid-uGaPnUCxPP .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .mbr-text {
    text-align: center;
  }
}
.cid-uGaPnUCxPP .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPnUCxPP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPnUCxPP .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPnUCxPP .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPnUCxPP .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPnUCxPP .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPnUCxPP .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPnUCxPP .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-uGaPoCbjDS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGaPoCbjDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaPoCbjDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaPoCbjDS .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uGaPoCbjDS .container {
    padding: 0 50px !important;
  }
}
.cid-uGaPoCbjDS .row {
  align-items: stretch;
}
.cid-uGaPoCbjDS .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uGaPoCbjDS .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uGaPoCbjDS .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .card-title {
    text-align: center;
  }
}
.cid-uGaPoCbjDS .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .mbr-text {
    text-align: center;
  }
}
.cid-uGaPoCbjDS .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uGaPoCbjDS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGaPoCbjDS .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uGaPoCbjDS .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uGaPoCbjDS .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGaPoCbjDS .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uGaPoCbjDS .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uGaPoCbjDS .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-uGbT8gu9bo {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #565656;
}
.cid-uGbT8gu9bo .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.cid-uGbT8gu9bo img,
.cid-uGbT8gu9bo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGbT8gu9bo .item:focus,
.cid-uGbT8gu9bo span:focus {
  outline: none;
}
.cid-uGbT8gu9bo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbT8gu9bo .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbT8gu9bo .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGbT8gu9bo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGbT8gu9bo .mbr-section-title {
  color: #ffffff;
}
.cid-uGbT8gu9bo .mbr-text,
.cid-uGbT8gu9bo .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uGbT8gu9bo .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGbT8gu9bo .content-head {
  max-width: 800px;
}
.cid-uGaQClomyf {
  display: flex;
  background-image: url("../../../assets/images/equipment.jpg-2000x1130.jpg");
}
.cid-uGaQClomyf .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uGaQClomyf {
    align-items: center;
  }
  .cid-uGaQClomyf .row {
    justify-content: center;
  }
  .cid-uGaQClomyf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGaQClomyf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGaQClomyf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGaQClomyf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGaQClomyf .content-wrap {
    width: 100%;
  }
}
.cid-uGaQClomyf .mbr-section-title,
.cid-uGaQClomyf .mbr-section-subtitle {
  text-align: center;
}
.cid-uGaQClomyf .mbr-text,
.cid-uGaQClomyf .mbr-section-btn {
  text-align: left;
}
.cid-uGaQClomyf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGaQClomyf .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uEQQ9SKrou {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7787a5;
}
.cid-uEQQ9SKrou .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uEQQ9SKrou .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uEQQ9SKrou {
    align-items: center;
  }
  .cid-uEQQ9SKrou .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEQQ9SKrou .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEQQ9SKrou {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEQQ9SKrou .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEQQ9SKrou .content-wrap {
    width: 100%;
  }
}
.cid-uEQQ9SKrou .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEQQ9SKrou .mbr-text,
.cid-uEQQ9SKrou .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEQQ9SKrou .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uERzpVbZ1k {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uERzpVbZ1k {
    align-items: center;
  }
  .cid-uERzpVbZ1k .row {
    justify-content: center;
  }
  .cid-uERzpVbZ1k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERzpVbZ1k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERzpVbZ1k {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uERzpVbZ1k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERzpVbZ1k .content-wrap {
    width: 100%;
  }
}
.cid-uERzpVbZ1k .mbr-section-title,
.cid-uERzpVbZ1k .mbr-section-subtitle {
  text-align: center;
}
.cid-uERzpVbZ1k .mbr-text,
.cid-uERzpVbZ1k .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uERzpVbZ1k .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uERzpVbZ1k .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uG5YeCfzF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG5YeCfzF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG5YeCfzF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG5YeCfzF4 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG5YeCfzF4 .container {
    padding: 0 50px !important;
  }
}
.cid-uG5YeCfzF4 .row {
  align-items: stretch;
}
.cid-uG5YeCfzF4 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG5YeCfzF4 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG5YeCfzF4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .card-title {
    text-align: center;
  }
}
.cid-uG5YeCfzF4 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .mbr-text {
    text-align: center;
  }
}
.cid-uG5YeCfzF4 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG5YeCfzF4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG5YeCfzF4 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG5YeCfzF4 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG5YeCfzF4 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG5YeCfzF4 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG5YeCfzF4 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG5YeCfzF4 .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-uG604dalMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG604dalMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG604dalMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG604dalMx .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG604dalMx .container {
    padding: 0 50px !important;
  }
}
.cid-uG604dalMx .row {
  align-items: stretch;
}
.cid-uG604dalMx .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG604dalMx .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG604dalMx .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG604dalMx .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG604dalMx .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG604dalMx .card-title {
    text-align: center;
  }
}
.cid-uG604dalMx .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG604dalMx .mbr-text {
    text-align: center;
  }
}
.cid-uG604dalMx .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG604dalMx .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG604dalMx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG604dalMx .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG604dalMx .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG604dalMx .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG604dalMx .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG604dalMx .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG604dalMx .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-uG60EQFZj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG60EQFZj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG60EQFZj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG60EQFZj2 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG60EQFZj2 .container {
    padding: 0 50px !important;
  }
}
.cid-uG60EQFZj2 .row {
  align-items: stretch;
}
.cid-uG60EQFZj2 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG60EQFZj2 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG60EQFZj2 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .card-title {
    text-align: center;
  }
}
.cid-uG60EQFZj2 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .mbr-text {
    text-align: center;
  }
}
.cid-uG60EQFZj2 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG60EQFZj2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG60EQFZj2 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG60EQFZj2 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG60EQFZj2 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG60EQFZj2 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG60EQFZj2 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG60EQFZj2 .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-uG61EgGR09 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG61EgGR09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG61EgGR09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG61EgGR09 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG61EgGR09 .container {
    padding: 0 50px !important;
  }
}
.cid-uG61EgGR09 .row {
  align-items: stretch;
}
.cid-uG61EgGR09 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG61EgGR09 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG61EgGR09 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .card-title {
    text-align: center;
  }
}
.cid-uG61EgGR09 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .mbr-text {
    text-align: center;
  }
}
.cid-uG61EgGR09 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG61EgGR09 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG61EgGR09 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG61EgGR09 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG61EgGR09 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG61EgGR09 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG61EgGR09 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG61EgGR09 .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-uG61RrI8qF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG61RrI8qF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG61RrI8qF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG61RrI8qF .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG61RrI8qF .container {
    padding: 0 50px !important;
  }
}
.cid-uG61RrI8qF .row {
  align-items: stretch;
}
.cid-uG61RrI8qF .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG61RrI8qF .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG61RrI8qF .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .card-title {
    text-align: center;
  }
}
.cid-uG61RrI8qF .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .mbr-text {
    text-align: center;
  }
}
.cid-uG61RrI8qF .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG61RrI8qF .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG61RrI8qF .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG61RrI8qF .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG61RrI8qF .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG61RrI8qF .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG61RrI8qF .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG61RrI8qF .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-uG62aZLVvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG62aZLVvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG62aZLVvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG62aZLVvt .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG62aZLVvt .container {
    padding: 0 50px !important;
  }
}
.cid-uG62aZLVvt .row {
  align-items: stretch;
}
.cid-uG62aZLVvt .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG62aZLVvt .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG62aZLVvt .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .card-title {
    text-align: center;
  }
}
.cid-uG62aZLVvt .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .mbr-text {
    text-align: center;
  }
}
.cid-uG62aZLVvt .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG62aZLVvt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG62aZLVvt .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG62aZLVvt .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG62aZLVvt .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG62aZLVvt .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG62aZLVvt .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG62aZLVvt .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-uG632ud7BY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG632ud7BY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG632ud7BY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG632ud7BY .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG632ud7BY .container {
    padding: 0 50px !important;
  }
}
.cid-uG632ud7BY .row {
  align-items: stretch;
}
.cid-uG632ud7BY .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG632ud7BY .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG632ud7BY .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .card-title {
    text-align: center;
  }
}
.cid-uG632ud7BY .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .mbr-text {
    text-align: center;
  }
}
.cid-uG632ud7BY .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG632ud7BY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG632ud7BY .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG632ud7BY .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG632ud7BY .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG632ud7BY .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG632ud7BY .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG632ud7BY .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-uG63iXMl1E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG63iXMl1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG63iXMl1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG63iXMl1E .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG63iXMl1E .container {
    padding: 0 50px !important;
  }
}
.cid-uG63iXMl1E .row {
  align-items: stretch;
}
.cid-uG63iXMl1E .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG63iXMl1E .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG63iXMl1E .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .card-title {
    text-align: center;
  }
}
.cid-uG63iXMl1E .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .mbr-text {
    text-align: center;
  }
}
.cid-uG63iXMl1E .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG63iXMl1E .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG63iXMl1E .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG63iXMl1E .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG63iXMl1E .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG63iXMl1E .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG63iXMl1E .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG63iXMl1E .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-uG63yvHFUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG63yvHFUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG63yvHFUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG63yvHFUD .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG63yvHFUD .container {
    padding: 0 50px !important;
  }
}
.cid-uG63yvHFUD .row {
  align-items: stretch;
}
.cid-uG63yvHFUD .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG63yvHFUD .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG63yvHFUD .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .card-title {
    text-align: center;
  }
}
.cid-uG63yvHFUD .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .mbr-text {
    text-align: center;
  }
}
.cid-uG63yvHFUD .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG63yvHFUD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG63yvHFUD .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG63yvHFUD .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG63yvHFUD .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG63yvHFUD .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG63yvHFUD .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG63yvHFUD .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-uG63OQfsYa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG63OQfsYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG63OQfsYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG63OQfsYa .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG63OQfsYa .container {
    padding: 0 50px !important;
  }
}
.cid-uG63OQfsYa .row {
  align-items: stretch;
}
.cid-uG63OQfsYa .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG63OQfsYa .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG63OQfsYa .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .card-title {
    text-align: center;
  }
}
.cid-uG63OQfsYa .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .mbr-text {
    text-align: center;
  }
}
.cid-uG63OQfsYa .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG63OQfsYa .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG63OQfsYa .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG63OQfsYa .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG63OQfsYa .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG63OQfsYa .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG63OQfsYa .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG63OQfsYa .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-uF92ANfH8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF92ANfH8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF92ANfH8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF92ANfH8t .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uF92ANfH8t .container {
    padding: 0 50px !important;
  }
}
.cid-uF92ANfH8t .row {
  align-items: stretch;
}
.cid-uF92ANfH8t .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uF92ANfH8t .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uF92ANfH8t .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .card-title {
    text-align: center;
  }
}
.cid-uF92ANfH8t .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .mbr-text {
    text-align: center;
  }
}
.cid-uF92ANfH8t .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uF92ANfH8t .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uF92ANfH8t .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uF92ANfH8t .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uF92ANfH8t .image-wrapper {
    padding-right: 0;
  }
}
.cid-uF92ANfH8t .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uF92ANfH8t .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uF92ANfH8t .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-uG64plfESC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG64plfESC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG64plfESC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG64plfESC .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG64plfESC .container {
    padding: 0 50px !important;
  }
}
.cid-uG64plfESC .row {
  align-items: stretch;
}
.cid-uG64plfESC .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG64plfESC .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG64plfESC .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG64plfESC .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG64plfESC .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG64plfESC .card-title {
    text-align: center;
  }
}
.cid-uG64plfESC .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG64plfESC .mbr-text {
    text-align: center;
  }
}
.cid-uG64plfESC .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG64plfESC .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG64plfESC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG64plfESC .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG64plfESC .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG64plfESC .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG64plfESC .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG64plfESC .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG64plfESC .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-uG64CB7XMq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG64CB7XMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG64CB7XMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG64CB7XMq .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG64CB7XMq .container {
    padding: 0 50px !important;
  }
}
.cid-uG64CB7XMq .row {
  align-items: stretch;
}
.cid-uG64CB7XMq .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG64CB7XMq .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG64CB7XMq .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .card-title {
    text-align: center;
  }
}
.cid-uG64CB7XMq .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .mbr-text {
    text-align: center;
  }
}
.cid-uG64CB7XMq .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG64CB7XMq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG64CB7XMq .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG64CB7XMq .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG64CB7XMq .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG64CB7XMq .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG64CB7XMq .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG64CB7XMq .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-uG64YzHVWz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG64YzHVWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG64YzHVWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG64YzHVWz .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG64YzHVWz .container {
    padding: 0 50px !important;
  }
}
.cid-uG64YzHVWz .row {
  align-items: stretch;
}
.cid-uG64YzHVWz .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG64YzHVWz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG64YzHVWz .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .card-title {
    text-align: center;
  }
}
.cid-uG64YzHVWz .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .mbr-text {
    text-align: center;
  }
}
.cid-uG64YzHVWz .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG64YzHVWz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG64YzHVWz .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG64YzHVWz .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG64YzHVWz .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG64YzHVWz .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG64YzHVWz .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG64YzHVWz .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-uG65ggtg4V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG65ggtg4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG65ggtg4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG65ggtg4V .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG65ggtg4V .container {
    padding: 0 50px !important;
  }
}
.cid-uG65ggtg4V .row {
  align-items: stretch;
}
.cid-uG65ggtg4V .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG65ggtg4V .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG65ggtg4V .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .card-title {
    text-align: center;
  }
}
.cid-uG65ggtg4V .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .mbr-text {
    text-align: center;
  }
}
.cid-uG65ggtg4V .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG65ggtg4V .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG65ggtg4V .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG65ggtg4V .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG65ggtg4V .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG65ggtg4V .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG65ggtg4V .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG65ggtg4V .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-uG65xwAtgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG65xwAtgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG65xwAtgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG65xwAtgH .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG65xwAtgH .container {
    padding: 0 50px !important;
  }
}
.cid-uG65xwAtgH .row {
  align-items: stretch;
}
.cid-uG65xwAtgH .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG65xwAtgH .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG65xwAtgH .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .card-title {
    text-align: center;
  }
}
.cid-uG65xwAtgH .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .mbr-text {
    text-align: center;
  }
}
.cid-uG65xwAtgH .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG65xwAtgH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG65xwAtgH .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG65xwAtgH .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG65xwAtgH .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG65xwAtgH .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG65xwAtgH .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG65xwAtgH .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-uG65QucCME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG65QucCME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG65QucCME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG65QucCME .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG65QucCME .container {
    padding: 0 50px !important;
  }
}
.cid-uG65QucCME .row {
  align-items: stretch;
}
.cid-uG65QucCME .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG65QucCME .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG65QucCME .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG65QucCME .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG65QucCME .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG65QucCME .card-title {
    text-align: center;
  }
}
.cid-uG65QucCME .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG65QucCME .mbr-text {
    text-align: center;
  }
}
.cid-uG65QucCME .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG65QucCME .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG65QucCME .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG65QucCME .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG65QucCME .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG65QucCME .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG65QucCME .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG65QucCME .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG65QucCME .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-uG664YjrFN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG664YjrFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG664YjrFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG664YjrFN .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG664YjrFN .container {
    padding: 0 50px !important;
  }
}
.cid-uG664YjrFN .row {
  align-items: stretch;
}
.cid-uG664YjrFN .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG664YjrFN .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG664YjrFN .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .card-title {
    text-align: center;
  }
}
.cid-uG664YjrFN .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .mbr-text {
    text-align: center;
  }
}
.cid-uG664YjrFN .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG664YjrFN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG664YjrFN .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG664YjrFN .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG664YjrFN .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG664YjrFN .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG664YjrFN .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG664YjrFN .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-uG66jqDNwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG66jqDNwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG66jqDNwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG66jqDNwY .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG66jqDNwY .container {
    padding: 0 50px !important;
  }
}
.cid-uG66jqDNwY .row {
  align-items: stretch;
}
.cid-uG66jqDNwY .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG66jqDNwY .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG66jqDNwY .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .card-title {
    text-align: center;
  }
}
.cid-uG66jqDNwY .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .mbr-text {
    text-align: center;
  }
}
.cid-uG66jqDNwY .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG66jqDNwY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG66jqDNwY .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG66jqDNwY .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG66jqDNwY .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG66jqDNwY .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG66jqDNwY .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG66jqDNwY .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-uG66BfgAQk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG66BfgAQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG66BfgAQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG66BfgAQk .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-uG66BfgAQk .container {
    padding: 0 50px !important;
  }
}
.cid-uG66BfgAQk .row {
  align-items: stretch;
}
.cid-uG66BfgAQk .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uG66BfgAQk .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .text-wrapper {
    padding-top: 30px;
  }
}
.cid-uG66BfgAQk .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .card-title {
    text-align: center;
  }
}
.cid-uG66BfgAQk .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .mbr-text {
    text-align: center;
  }
}
.cid-uG66BfgAQk .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-uG66BfgAQk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uG66BfgAQk .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uG66BfgAQk .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-uG66BfgAQk .image-wrapper {
    padding-right: 0;
  }
}
.cid-uG66BfgAQk .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-uG66BfgAQk .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-uG66BfgAQk .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-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uGsIFepNlJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7787a5;
}
.cid-uGsIFepNlJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGsIFepNlJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGsIFepNlJ {
    align-items: center;
  }
  .cid-uGsIFepNlJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGsIFepNlJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGsIFepNlJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGsIFepNlJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGsIFepNlJ .content-wrap {
    width: 100%;
  }
}
.cid-uGsIFepNlJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uGsIFepNlJ .mbr-text,
.cid-uGsIFepNlJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGsIFepNlJ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uGc6DgkxZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGc6DgkxZt .mbr-text {
  color: #000000;
}
.cid-uGc6DgkxZt .mbr-section-subtitle {
  color: #000000;
}
.cid-uGc6DgkxZt .mbr-section-title {
  color: #000000;
}
.cid-uGftExDuK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGftExDuK4 .mbr-text {
  color: #000000;
}
.cid-uGftExDuK4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGftExDuK4 .mbr-section-title {
  color: #000000;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uGsJSlHyAS {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7787a5;
}
.cid-uGsJSlHyAS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uGsJSlHyAS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uGsJSlHyAS {
    align-items: center;
  }
  .cid-uGsJSlHyAS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGsJSlHyAS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGsJSlHyAS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGsJSlHyAS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGsJSlHyAS .content-wrap {
    width: 100%;
  }
}
.cid-uGsJSlHyAS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uGsJSlHyAS .mbr-text,
.cid-uGsJSlHyAS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGsJSlHyAS .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uGc344wlDO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGc344wlDO .mbr-text {
  color: #000000;
}
.cid-uGc344wlDO .mbr-section-subtitle {
  color: #000000;
}
.cid-uGc344wlDO .mbr-section-title {
  color: #000000;
}
.cid-uGftn75mA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGftn75mA2 .mbr-text {
  color: #000000;
}
.cid-uGftn75mA2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGftn75mA2 .mbr-section-title {
  color: #000000;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uF9gPit2Vd .navbar-dropdown {
  position: relative !important;
}
.cid-uF9gPit2Vd .navbar-dropdown {
  position: absolute !important;
}
.cid-uF9gPit2Vd .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-uF9gPit2Vd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF9gPit2Vd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF9gPit2Vd .dropdown-item:hover,
.cid-uF9gPit2Vd .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uF9gPit2Vd .dropdown-item:hover span {
  color: white;
}
.cid-uF9gPit2Vd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF9gPit2Vd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF9gPit2Vd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF9gPit2Vd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF9gPit2Vd .nav-link {
  position: relative;
}
.cid-uF9gPit2Vd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uF9gPit2Vd .container {
    flex-wrap: nowrap;
  }
}
.cid-uF9gPit2Vd .navbar-nav {
  margin: 0 auto;
}
.cid-uF9gPit2Vd .dropdown-menu,
.cid-uF9gPit2Vd .navbar.opened {
  background: #565656 !important;
}
.cid-uF9gPit2Vd .nav-item:focus,
.cid-uF9gPit2Vd .nav-link:focus {
  outline: none;
}
.cid-uF9gPit2Vd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9gPit2Vd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9gPit2Vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9gPit2Vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9gPit2Vd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9gPit2Vd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF9gPit2Vd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uF9gPit2Vd .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9gPit2Vd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF9gPit2Vd .navbar .navbar-logo img {
  width: auto;
}
.cid-uF9gPit2Vd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF9gPit2Vd .navbar.collapsed {
  justify-content: center;
}
.cid-uF9gPit2Vd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9gPit2Vd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF9gPit2Vd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uF9gPit2Vd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9gPit2Vd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9gPit2Vd .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-uF9gPit2Vd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9gPit2Vd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uF9gPit2Vd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9gPit2Vd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9gPit2Vd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9gPit2Vd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF9gPit2Vd .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-uF9gPit2Vd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF9gPit2Vd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF9gPit2Vd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF9gPit2Vd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9gPit2Vd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF9gPit2Vd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF9gPit2Vd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF9gPit2Vd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF9gPit2Vd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF9gPit2Vd .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9gPit2Vd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF9gPit2Vd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9gPit2Vd .dropdown-item.active,
.cid-uF9gPit2Vd .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9gPit2Vd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9gPit2Vd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9gPit2Vd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9gPit2Vd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uF9gPit2Vd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF9gPit2Vd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9gPit2Vd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF9gPit2Vd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF9gPit2Vd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF9gPit2Vd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF9gPit2Vd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9gPit2Vd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9gPit2Vd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9gPit2Vd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9gPit2Vd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9gPit2Vd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9gPit2Vd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9gPit2Vd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9gPit2Vd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF9gPit2Vd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9gPit2Vd .navbar {
    height: 70px;
  }
  .cid-uF9gPit2Vd .navbar.opened {
    height: auto;
  }
  .cid-uF9gPit2Vd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9gPit2Vd .container,
.cid-uF9gPit2Vd .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uF9gPit2Vd .navbar-short {
  background-color: #565656 !important;
}
.cid-uF9gPit2Vd .navbar-short .container,
.cid-uF9gPit2Vd .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uF9gPit2Vd .navbar-short .container:before,
.cid-uF9gPit2Vd .navbar-short .container-fluid:before {
  display: none;
}
.cid-uF9gPit2Vd .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uF9gPit2Vd .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uF9gPit2Vd .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uF9gPit2Vd .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uF9gPit2Vd .navbar {
    overflow: hidden;
  }
  .cid-uF9gPit2Vd .container,
  .cid-uF9gPit2Vd .container-fluid {
    min-height: 85px;
  }
  .cid-uF9gPit2Vd .navbar-brand {
    min-height: 85px;
  }
  .cid-uF9gPit2Vd .navbar-short .container,
  .cid-uF9gPit2Vd .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uF9gPit2Vd .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uF9gPit2Vd .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uF9gPit2Vd .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uF9gPit2Vd .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uF9gPit2Vd .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uF9gPit2Vd .mbr-section-btn {
    text-align: left;
  }
  .cid-uF9gPit2Vd .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uF9gPit2Vd .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uF9gWtCQwD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7787a5;
}
.cid-uF9gWtCQwD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uF9gWtCQwD .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uF9gWtCQwD {
    align-items: center;
  }
  .cid-uF9gWtCQwD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF9gWtCQwD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF9gWtCQwD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF9gWtCQwD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF9gWtCQwD .content-wrap {
    width: 100%;
  }
}
.cid-uF9gWtCQwD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF9gWtCQwD .mbr-text,
.cid-uF9gWtCQwD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uF9gWtCQwD .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uGaPQzHuFI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #565656;
}
.cid-uGaPQzHuFI .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.cid-uGaPQzHuFI img,
.cid-uGaPQzHuFI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGaPQzHuFI .item:focus,
.cid-uGaPQzHuFI span:focus {
  outline: none;
}
.cid-uGaPQzHuFI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGaPQzHuFI .item {
    margin-bottom: 1rem;
  }
}
.cid-uGaPQzHuFI .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGaPQzHuFI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGaPQzHuFI .mbr-section-title {
  color: #ffffff;
}
.cid-uGaPQzHuFI .mbr-text,
.cid-uGaPQzHuFI .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uGaPQzHuFI .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGaPQzHuFI .content-head {
  max-width: 800px;
}
.cid-uF9eWHlWE5 {
  display: flex;
  background-image: url("../../../assets/images/equipment.jpg-2000x1130.jpg");
}
.cid-uF9eWHlWE5 .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uF9eWHlWE5 {
    align-items: center;
  }
  .cid-uF9eWHlWE5 .row {
    justify-content: center;
  }
  .cid-uF9eWHlWE5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF9eWHlWE5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF9eWHlWE5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF9eWHlWE5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF9eWHlWE5 .content-wrap {
    width: 100%;
  }
}
.cid-uF9eWHlWE5 .mbr-section-title,
.cid-uF9eWHlWE5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uF9eWHlWE5 .mbr-text,
.cid-uF9eWHlWE5 .mbr-section-btn {
  text-align: left;
}
.cid-uF9eWHlWE5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uF9eWHlWE5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uERzSzyt4r .navbar-dropdown {
  position: relative !important;
}
.cid-uERzSzyt4r .navbar-dropdown {
  position: absolute !important;
}
.cid-uERzSzyt4r .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-uERzSzyt4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uERzSzyt4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uERzSzyt4r .dropdown-item:hover,
.cid-uERzSzyt4r .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uERzSzyt4r .dropdown-item:hover span {
  color: white;
}
.cid-uERzSzyt4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uERzSzyt4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uERzSzyt4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uERzSzyt4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uERzSzyt4r .nav-link {
  position: relative;
}
.cid-uERzSzyt4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uERzSzyt4r .container {
    flex-wrap: nowrap;
  }
}
.cid-uERzSzyt4r .navbar-nav {
  margin: 0 auto;
}
.cid-uERzSzyt4r .dropdown-menu,
.cid-uERzSzyt4r .navbar.opened {
  background: #565656 !important;
}
.cid-uERzSzyt4r .nav-item:focus,
.cid-uERzSzyt4r .nav-link:focus {
  outline: none;
}
.cid-uERzSzyt4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERzSzyt4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERzSzyt4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERzSzyt4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERzSzyt4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERzSzyt4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERzSzyt4r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uERzSzyt4r .navbar.opened {
  transition: all 0.3s;
}
.cid-uERzSzyt4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERzSzyt4r .navbar .navbar-logo img {
  width: auto;
}
.cid-uERzSzyt4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uERzSzyt4r .navbar.collapsed {
  justify-content: center;
}
.cid-uERzSzyt4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERzSzyt4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERzSzyt4r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uERzSzyt4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERzSzyt4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERzSzyt4r .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-uERzSzyt4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERzSzyt4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uERzSzyt4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERzSzyt4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERzSzyt4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERzSzyt4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERzSzyt4r .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-uERzSzyt4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uERzSzyt4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uERzSzyt4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERzSzyt4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uERzSzyt4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uERzSzyt4r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uERzSzyt4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uERzSzyt4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uERzSzyt4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uERzSzyt4r .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uERzSzyt4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERzSzyt4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERzSzyt4r .dropdown-item.active,
.cid-uERzSzyt4r .dropdown-item:active {
  background-color: transparent;
}
.cid-uERzSzyt4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERzSzyt4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERzSzyt4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERzSzyt4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uERzSzyt4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uERzSzyt4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uERzSzyt4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERzSzyt4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uERzSzyt4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERzSzyt4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uERzSzyt4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERzSzyt4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERzSzyt4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERzSzyt4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERzSzyt4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERzSzyt4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERzSzyt4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERzSzyt4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERzSzyt4r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERzSzyt4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERzSzyt4r .navbar {
    height: 70px;
  }
  .cid-uERzSzyt4r .navbar.opened {
    height: auto;
  }
  .cid-uERzSzyt4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERzSzyt4r .container,
.cid-uERzSzyt4r .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uERzSzyt4r .navbar-short {
  background-color: #565656 !important;
}
.cid-uERzSzyt4r .navbar-short .container,
.cid-uERzSzyt4r .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uERzSzyt4r .navbar-short .container:before,
.cid-uERzSzyt4r .navbar-short .container-fluid:before {
  display: none;
}
.cid-uERzSzyt4r .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uERzSzyt4r .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uERzSzyt4r .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uERzSzyt4r .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uERzSzyt4r .navbar {
    overflow: hidden;
  }
  .cid-uERzSzyt4r .container,
  .cid-uERzSzyt4r .container-fluid {
    min-height: 85px;
  }
  .cid-uERzSzyt4r .navbar-brand {
    min-height: 85px;
  }
  .cid-uERzSzyt4r .navbar-short .container,
  .cid-uERzSzyt4r .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uERzSzyt4r .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uERzSzyt4r .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uERzSzyt4r .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uERzSzyt4r .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uERzSzyt4r .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uERzSzyt4r .mbr-section-btn {
    text-align: left;
  }
  .cid-uERzSzyt4r .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uERzSzyt4r .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uERzXMniYl {
  display: flex;
  background-image: url("../../../assets/images/pippo-konzert-kompr.jpg-2000x1193.jpg");
}
.cid-uERzXMniYl .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uERzXMniYl {
    align-items: center;
  }
  .cid-uERzXMniYl .row {
    justify-content: center;
  }
  .cid-uERzXMniYl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERzXMniYl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERzXMniYl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uERzXMniYl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERzXMniYl .content-wrap {
    width: 100%;
  }
}
.cid-uERzXMniYl .mbr-section-title,
.cid-uERzXMniYl .mbr-section-subtitle {
  text-align: center;
}
.cid-uERzXMniYl .mbr-text,
.cid-uERzXMniYl .mbr-section-btn {
  text-align: left;
}
.cid-uERzXMniYl .mbr-section-title {
  text-align: left;
}
.cid-uERzXMniYl .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uERy5vKYI7 {
  display: flex;
  background-image: url("../../../assets/images/879f42d3-afa1-45ca-bae3-0366b1e4226c.jpg-1024x768.jpg");
}
.cid-uERy5vKYI7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uERy5vKYI7 {
    align-items: center;
  }
  .cid-uERy5vKYI7 .row {
    justify-content: center;
  }
  .cid-uERy5vKYI7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERy5vKYI7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERy5vKYI7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uERy5vKYI7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERy5vKYI7 .content-wrap {
    width: 100%;
  }
}
.cid-uERy5vKYI7 .mbr-section-title,
.cid-uERy5vKYI7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uERy5vKYI7 .mbr-text,
.cid-uERy5vKYI7 .mbr-section-btn {
  text-align: left;
}
.cid-uERy5vKYI7 .mbr-section-title {
  text-align: left;
}
.cid-uERy5vKYI7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uEMlPdfOtC {
  display: flex;
  background-image: url("../../../assets/images/remo-with-drone2.jpeg-2000x1333.jpg");
}
.cid-uEMlPdfOtC .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uEMlPdfOtC {
    align-items: center;
  }
  .cid-uEMlPdfOtC .row {
    justify-content: center;
  }
  .cid-uEMlPdfOtC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEMlPdfOtC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEMlPdfOtC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEMlPdfOtC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEMlPdfOtC .content-wrap {
    width: 100%;
  }
}
.cid-uEMlPdfOtC .mbr-section-title,
.cid-uEMlPdfOtC .mbr-section-subtitle {
  text-align: center;
}
.cid-uEMlPdfOtC .mbr-text,
.cid-uEMlPdfOtC .mbr-section-btn {
  text-align: left;
}
.cid-uEMlPdfOtC .mbr-section-title {
  text-align: left;
}
.cid-uEMlPdfOtC .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uERydFc2tR {
  display: flex;
  background-image: url("../../../assets/images/mobile-editing.jpeg-2000x1125.jpg");
}
.cid-uERydFc2tR .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uERydFc2tR {
    align-items: center;
  }
  .cid-uERydFc2tR .row {
    justify-content: center;
  }
  .cid-uERydFc2tR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERydFc2tR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERydFc2tR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uERydFc2tR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERydFc2tR .content-wrap {
    width: 100%;
  }
}
.cid-uERydFc2tR .mbr-section-title,
.cid-uERydFc2tR .mbr-section-subtitle {
  text-align: center;
}
.cid-uERydFc2tR .mbr-text,
.cid-uERydFc2tR .mbr-section-btn {
  text-align: left;
}
.cid-uERydFc2tR .mbr-section-title {
  text-align: left;
}
.cid-uERydFc2tR .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: relative !important;
}
.cid-uEB0ttTryl .navbar-dropdown {
  position: absolute !important;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEB0ttTryl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEB0ttTryl .dropdown-item:hover,
.cid-uEB0ttTryl .dropdown-item:focus {
  background: #ff8e00 !important;
  color: white !important;
}
.cid-uEB0ttTryl .dropdown-item:hover span {
  color: white;
}
.cid-uEB0ttTryl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEB0ttTryl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEB0ttTryl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEB0ttTryl .nav-link {
  position: relative;
}
.cid-uEB0ttTryl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .container {
    flex-wrap: nowrap;
  }
}
.cid-uEB0ttTryl .navbar-nav {
  margin: 0 auto;
}
.cid-uEB0ttTryl .dropdown-menu,
.cid-uEB0ttTryl .navbar.opened {
  background: #565656 !important;
}
.cid-uEB0ttTryl .nav-item:focus,
.cid-uEB0ttTryl .nav-link:focus {
  outline: none;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEB0ttTryl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEB0ttTryl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEB0ttTryl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEB0ttTryl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(86, 86, 86, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uEB0ttTryl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEB0ttTryl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEB0ttTryl .navbar .navbar-logo img {
  width: auto;
}
.cid-uEB0ttTryl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar.collapsed {
  justify-content: center;
}
.cid-uEB0ttTryl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEB0ttTryl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEB0ttTryl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEB0ttTryl .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-uEB0ttTryl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEB0ttTryl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEB0ttTryl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEB0ttTryl .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-uEB0ttTryl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEB0ttTryl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEB0ttTryl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEB0ttTryl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEB0ttTryl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEB0ttTryl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEB0ttTryl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEB0ttTryl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEB0ttTryl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEB0ttTryl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEB0ttTryl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEB0ttTryl .dropdown-item.active,
.cid-uEB0ttTryl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEB0ttTryl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEB0ttTryl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #565656;
}
.cid-uEB0ttTryl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEB0ttTryl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEB0ttTryl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEB0ttTryl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEB0ttTryl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEB0ttTryl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEB0ttTryl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEB0ttTryl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEB0ttTryl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEB0ttTryl .navbar {
    height: 70px;
  }
  .cid-uEB0ttTryl .navbar.opened {
    height: auto;
  }
  .cid-uEB0ttTryl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB0ttTryl .container,
.cid-uEB0ttTryl .container-fluid {
  position: relative;
  min-height: 108px;
}
.cid-uEB0ttTryl .navbar-short {
  background-color: #565656 !important;
}
.cid-uEB0ttTryl .navbar-short .container,
.cid-uEB0ttTryl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uEB0ttTryl .navbar-short .container:before,
.cid-uEB0ttTryl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uEB0ttTryl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uEB0ttTryl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uEB0ttTryl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uEB0ttTryl .navbar {
    overflow: hidden;
  }
  .cid-uEB0ttTryl .container,
  .cid-uEB0ttTryl .container-fluid {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-brand {
    min-height: 85px;
  }
  .cid-uEB0ttTryl .navbar-short .container,
  .cid-uEB0ttTryl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uEB0ttTryl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uEB0ttTryl .navbar.opened {
    background: rgba(86, 86, 86, 0) !important;
  }
  .cid-uEB0ttTryl .navbar.navbar-short {
    background-color: #565656 !important;
  }
  .cid-uEB0ttTryl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uEB0ttTryl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uEB0ttTryl .mbr-section-btn {
    text-align: left;
  }
  .cid-uEB0ttTryl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uEB0ttTryl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #565656;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uERwXHgUwU {
  display: flex;
  background-image: url("../../../assets/images/videoworkshop-komprimiert.jpg-1-1572x1974.jpeg");
}
.cid-uERwXHgUwU .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uERwXHgUwU {
    align-items: center;
  }
  .cid-uERwXHgUwU .row {
    justify-content: center;
  }
  .cid-uERwXHgUwU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERwXHgUwU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERwXHgUwU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uERwXHgUwU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERwXHgUwU .content-wrap {
    width: 100%;
  }
}
.cid-uERwXHgUwU .mbr-section-title,
.cid-uERwXHgUwU .mbr-section-subtitle {
  text-align: center;
}
.cid-uERwXHgUwU .mbr-text,
.cid-uERwXHgUwU .mbr-section-btn {
  text-align: left;
}
.cid-uERwXHgUwU .mbr-section-title {
  text-align: left;
}
.cid-uERwXHgUwU .mbr-section-subtitle {
  text-align: left;
}
.cid-uGaUPgK4uO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #7787a5;
}
.cid-uGaUPgK4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaUPgK4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaUPgK4uO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .footer-col {
    flex-direction: column;
  }
}
.cid-uGaUPgK4uO .row {
  background: #7787a5;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGaUPgK4uO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGaUPgK4uO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGaUPgK4uO .item-wrap {
  transition: all 300ms ease;
}
.cid-uGaUPgK4uO .item-wrap:hover,
.cid-uGaUPgK4uO .item-wrap:focus {
  cursor: pointer;
}
.cid-uGaUPgK4uO .soc-item {
  margin: 8px;
}
.cid-uGaUPgK4uO .soc-item a:hover .mbr-iconfont,
.cid-uGaUPgK4uO .soc-item a:focus .mbr-iconfont {
  background-color: #ff8e00;
}
.cid-uGaUPgK4uO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #ffffff;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGaUPgK4uO .row {
    text-align: center;
  }
  .cid-uGaUPgK4uO .social-row {
    justify-content: center;
  }
}
.cid-uGaUPgK4uO .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGaUPgK4uO .list {
    margin-bottom: 0rem;
  }
}
.cid-uGaUPgK4uO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGaUPgK4uO .list,
.cid-uGaUPgK4uO .item-wrap {
  color: #ffffff;
}
.cid-uGaUPgK4uO .copyright {
  color: #ffffff;
}
