.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0070c0 !important;
}
.bg-success {
  background-color: #10c200 !important;
}
.bg-info {
  background-color: #b200c2 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0070c0 !important;
  border-color: #0070c0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d69 !important;
  border-color: #003d69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d69 !important;
  border-color: #003d69 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8e01 !important;
  border-color: #ff8e01 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a95e00 !important;
  border-color: #a95e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a95e00 !important;
  border-color: #a95e00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b200c2 !important;
  border-color: #b200c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #62006b !important;
  border-color: #62006b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #62006b !important;
  border-color: #62006b !important;
}
.btn-success,
.btn-success:active {
  background-color: #10c200 !important;
  border-color: #10c200 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #096b00 !important;
  border-color: #096b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #096b00 !important;
  border-color: #096b00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0070c0;
  color: #0070c0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003d69 !important;
  background-color: transparent!important;
  border-color: #003d69 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0070c0 !important;
  border-color: #0070c0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff8e01;
  color: #ff8e01;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a95e00 !important;
  background-color: transparent!important;
  border-color: #a95e00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e01 !important;
  border-color: #ff8e01 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b200c2;
  color: #b200c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #62006b !important;
  background-color: transparent!important;
  border-color: #62006b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b200c2 !important;
  border-color: #b200c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #10c200;
  color: #10c200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #096b00 !important;
  background-color: transparent!important;
  border-color: #096b00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #10c200 !important;
  border-color: #10c200 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #0070c0 !important;
}
.text-secondary {
  color: #ff8e01 !important;
}
.text-success {
  color: #10c200 !important;
}
.text-info {
  color: #b200c2 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00345a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a5500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #085c00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #54005c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0070c0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b200c2;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0070c0;
  border-color: #0070c0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0070c0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #41b0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #52ff42;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ef42ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0070c0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0070c0;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0070c0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0070c0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0070c0;
  border-bottom-color: #0070c0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0070c0 !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: #ff8e01 !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='%230070c0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTq6UuR6Y {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ff8e01, #e1e5f0);
}
@media (min-width: 768px) {
  .cid-uPTq6UuR6Y {
    align-items: flex-start;
  }
  .cid-uPTq6UuR6Y .row {
    justify-content: flex-start;
  }
}
.cid-uPTq6UuR6Y .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPTq6UuR6Y .mbr-text,
.cid-uPTq6UuR6Y .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPTq6UuR6Y .mbr-section-title,
.cid-uPTq6UuR6Y .line {
  color: #232323;
}
.cid-uPTq6UuR6Y h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPTq6UuR6Y h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPTq6UuR6Y .mbr-section-subtitle,
.cid-uPTq6UuR6Y .align {
  text-align: left;
  color: #232323;
}
.cid-uPTq6UuR6Y .mbr-text2 {
  color: #808080;
}
.cid-uPZeNAoay9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e1e5f0;
}
.cid-uPZeNAoay9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZeNAoay9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZeNAoay9 .container {
    padding: 0 15px;
  }
}
.cid-uPZeNAoay9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZeNAoay9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZeNAoay9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZeNAoay9 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #0070c0;
}
.cid-uPZeNAoay9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #0070c0;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZeNAoay9 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZeNAoay9 .mbr-section-title {
  color: #131c28;
}
.cid-uPZeNAoay9 .mbr-desc {
  color: #131c28;
}
.cid-uPZeNAoay9 .mbr-text {
  text-align: center;
}
.cid-uPZdCz8J7Q {
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fon-boya-pompa-makinalari-yazisiz-1600x800.jpg");
}
.cid-uPZdCz8J7Q h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uPZdCz8J7Q .card-box {
  padding-top: 3rem;
}
.cid-uPZdCz8J7Q .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uPZdCz8J7Q .btn-md {
  padding: 1rem;
}
.cid-uPZdCz8J7Q .btn-primary-outline,
.cid-uPZdCz8J7Q .btn-secondary-outline,
.cid-uPZdCz8J7Q .btn-info-outline,
.cid-uPZdCz8J7Q .btn-success-outline,
.cid-uPZdCz8J7Q .btn-warning-outline,
.cid-uPZdCz8J7Q .btn-danger-outline,
.cid-uPZdCz8J7Q .btn-black-outline,
.cid-uPZdCz8J7Q .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uPZdCz8J7Q .btn-primary-outline span,
.cid-uPZdCz8J7Q .btn-secondary-outline span,
.cid-uPZdCz8J7Q .btn-info-outline span,
.cid-uPZdCz8J7Q .btn-success-outline span,
.cid-uPZdCz8J7Q .btn-warning-outline span,
.cid-uPZdCz8J7Q .btn-danger-outline span,
.cid-uPZdCz8J7Q .btn-black-outline span,
.cid-uPZdCz8J7Q .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uPZdCz8J7Q .btn-primary-outline:hover span,
.cid-uPZdCz8J7Q .btn-secondary-outline:hover span,
.cid-uPZdCz8J7Q .btn-info-outline:hover span,
.cid-uPZdCz8J7Q .btn-success-outline:hover span,
.cid-uPZdCz8J7Q .btn-warning-outline:hover span,
.cid-uPZdCz8J7Q .btn-danger-outline:hover span,
.cid-uPZdCz8J7Q .btn-black-outline:hover span,
.cid-uPZdCz8J7Q .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uPZdCz8J7Q .btn-primary-outline:hover,
.cid-uPZdCz8J7Q .btn-secondary-outline:hover,
.cid-uPZdCz8J7Q .btn-info-outline:hover,
.cid-uPZdCz8J7Q .btn-success-outline:hover,
.cid-uPZdCz8J7Q .btn-warning-outline:hover,
.cid-uPZdCz8J7Q .btn-danger-outline:hover,
.cid-uPZdCz8J7Q .btn-black-outline:hover,
.cid-uPZdCz8J7Q .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uPZdCz8J7Q .btn-primary-outline:active,
.cid-uPZdCz8J7Q .btn-secondary-outline:active,
.cid-uPZdCz8J7Q .btn-info-outline:active,
.cid-uPZdCz8J7Q .btn-success-outline:active,
.cid-uPZdCz8J7Q .btn-warning-outline:active,
.cid-uPZdCz8J7Q .btn-danger-outline:active,
.cid-uPZdCz8J7Q .btn-black-outline:active,
.cid-uPZdCz8J7Q .btn-white-outline:active,
.cid-uPZdCz8J7Q .btn-primary-outline:focus,
.cid-uPZdCz8J7Q .btn-secondary-outline:focus,
.cid-uPZdCz8J7Q .btn-info-outline:focus,
.cid-uPZdCz8J7Q .btn-success-outline:focus,
.cid-uPZdCz8J7Q .btn-warning-outline:focus,
.cid-uPZdCz8J7Q .btn-danger-outline:focus,
.cid-uPZdCz8J7Q .btn-black-outline:focus,
.cid-uPZdCz8J7Q .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uPZdCz8J7Q .btn-primary-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-secondary-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-info-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-success-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-warning-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-danger-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-black-outline .mbr-iconfont,
.cid-uPZdCz8J7Q .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uPZdCz8J7Q .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ff8e01;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uPZdCz8J7Q .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uPZdCz8J7Q .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uPZdCz8J7Q .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uPZdCz8J7Q .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uPZdCz8J7Q .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uPZdCz8J7Q img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uPZdCz8J7Q .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPZdCz8J7Q .row {
  justify-content: center;
}
.cid-uPZdCz8J7Q .main-title {
  text-align: center;
  color: #fafafa;
}
.cid-uPZdCz8J7Q P {
  text-align: center;
}
.cid-uPZdCz8J7Q .mbr-text,
.cid-uPZdCz8J7Q .link {
  text-align: center;
  color: #fafafa;
}
@media (max-width: 576px) {
  .cid-uPZdCz8J7Q .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uPZecdzas3 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #0070c0, #ff8e01);
}
@media (min-width: 768px) {
  .cid-uPZecdzas3 {
    align-items: flex-start;
  }
  .cid-uPZecdzas3 .row {
    justify-content: flex-start;
  }
}
.cid-uPZecdzas3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPZecdzas3 .mbr-text,
.cid-uPZecdzas3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPZecdzas3 .mbr-section-title,
.cid-uPZecdzas3 .line {
  color: #232323;
}
.cid-uPZecdzas3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPZecdzas3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPZecdzas3 .mbr-section-subtitle,
.cid-uPZecdzas3 .align {
  text-align: left;
  color: #232323;
}
.cid-uPZecdzas3 .mbr-text2 {
  color: #808080;
}
.cid-uPZdBZYXCa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fon-zimpara-makinalari-yazisiz-1600x800.jpg");
}
.cid-uPZdBZYXCa h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uPZdBZYXCa .card-box {
  padding-top: 3rem;
}
.cid-uPZdBZYXCa .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uPZdBZYXCa .btn-md {
  padding: 1rem;
}
.cid-uPZdBZYXCa .btn-primary-outline,
.cid-uPZdBZYXCa .btn-secondary-outline,
.cid-uPZdBZYXCa .btn-info-outline,
.cid-uPZdBZYXCa .btn-success-outline,
.cid-uPZdBZYXCa .btn-warning-outline,
.cid-uPZdBZYXCa .btn-danger-outline,
.cid-uPZdBZYXCa .btn-black-outline,
.cid-uPZdBZYXCa .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uPZdBZYXCa .btn-primary-outline span,
.cid-uPZdBZYXCa .btn-secondary-outline span,
.cid-uPZdBZYXCa .btn-info-outline span,
.cid-uPZdBZYXCa .btn-success-outline span,
.cid-uPZdBZYXCa .btn-warning-outline span,
.cid-uPZdBZYXCa .btn-danger-outline span,
.cid-uPZdBZYXCa .btn-black-outline span,
.cid-uPZdBZYXCa .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uPZdBZYXCa .btn-primary-outline:hover span,
.cid-uPZdBZYXCa .btn-secondary-outline:hover span,
.cid-uPZdBZYXCa .btn-info-outline:hover span,
.cid-uPZdBZYXCa .btn-success-outline:hover span,
.cid-uPZdBZYXCa .btn-warning-outline:hover span,
.cid-uPZdBZYXCa .btn-danger-outline:hover span,
.cid-uPZdBZYXCa .btn-black-outline:hover span,
.cid-uPZdBZYXCa .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uPZdBZYXCa .btn-primary-outline:hover,
.cid-uPZdBZYXCa .btn-secondary-outline:hover,
.cid-uPZdBZYXCa .btn-info-outline:hover,
.cid-uPZdBZYXCa .btn-success-outline:hover,
.cid-uPZdBZYXCa .btn-warning-outline:hover,
.cid-uPZdBZYXCa .btn-danger-outline:hover,
.cid-uPZdBZYXCa .btn-black-outline:hover,
.cid-uPZdBZYXCa .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uPZdBZYXCa .btn-primary-outline:active,
.cid-uPZdBZYXCa .btn-secondary-outline:active,
.cid-uPZdBZYXCa .btn-info-outline:active,
.cid-uPZdBZYXCa .btn-success-outline:active,
.cid-uPZdBZYXCa .btn-warning-outline:active,
.cid-uPZdBZYXCa .btn-danger-outline:active,
.cid-uPZdBZYXCa .btn-black-outline:active,
.cid-uPZdBZYXCa .btn-white-outline:active,
.cid-uPZdBZYXCa .btn-primary-outline:focus,
.cid-uPZdBZYXCa .btn-secondary-outline:focus,
.cid-uPZdBZYXCa .btn-info-outline:focus,
.cid-uPZdBZYXCa .btn-success-outline:focus,
.cid-uPZdBZYXCa .btn-warning-outline:focus,
.cid-uPZdBZYXCa .btn-danger-outline:focus,
.cid-uPZdBZYXCa .btn-black-outline:focus,
.cid-uPZdBZYXCa .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uPZdBZYXCa .btn-primary-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-secondary-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-info-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-success-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-warning-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-danger-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-black-outline .mbr-iconfont,
.cid-uPZdBZYXCa .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uPZdBZYXCa .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #0070c0;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uPZdBZYXCa .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uPZdBZYXCa .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uPZdBZYXCa .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uPZdBZYXCa .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uPZdBZYXCa .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uPZdBZYXCa img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uPZdBZYXCa .card-title {
  color: #fafafa;
  text-align: center;
}
.cid-uPZdBZYXCa .row {
  justify-content: center;
}
.cid-uPZdBZYXCa .main-title {
  text-align: center;
  color: #fafafa;
}
.cid-uPZdBZYXCa P {
  text-align: center;
}
.cid-uPZdBZYXCa .mbr-text,
.cid-uPZdBZYXCa .link {
  text-align: center;
  color: #fafafa;
}
@media (max-width: 576px) {
  .cid-uPZdBZYXCa .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uPZeN0znJA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZeN0znJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZeN0znJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZeN0znJA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPZeN0znJA .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPZeN0znJA .container {
    padding: 0 15px;
  }
}
.cid-uPZeN0znJA .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZeN0znJA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZeN0znJA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZeN0znJA .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #e1e5f0;
}
.cid-uPZeN0znJA .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #e1e5f0;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZeN0znJA .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZeN0znJA .mbr-section-title {
  color: #131c28;
}
.cid-uPZeN0znJA .mbr-desc {
  color: #000000;
}
.cid-uPZeN0znJA .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-uPZeN0znJA .mbr-section-title,
.cid-uPZeN0znJA .mbr-section-btn {
  color: #0070c0;
  text-align: left;
}
.cid-uPZeiRVAvd {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #e1e5f0, #e1e5f0);
}
@media (min-width: 768px) {
  .cid-uPZeiRVAvd {
    align-items: flex-start;
  }
  .cid-uPZeiRVAvd .row {
    justify-content: flex-start;
  }
}
.cid-uPZeiRVAvd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPZeiRVAvd .mbr-text,
.cid-uPZeiRVAvd .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPZeiRVAvd .mbr-section-title,
.cid-uPZeiRVAvd .line {
  color: #232323;
}
.cid-uPZeiRVAvd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPZeiRVAvd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPZeiRVAvd .mbr-section-subtitle,
.cid-uPZeiRVAvd .align {
  text-align: left;
  color: #232323;
}
.cid-uPZeiRVAvd .mbr-text2 {
  color: #808080;
}
.cid-uPZeNn0pvu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uPZeNn0pvu::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#e1e5f0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPZeNn0pvu::before {
    opacity: .4;
  }
}
.cid-uPZeNn0pvu::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPZeNn0pvu::after {
    opacity: .4;
  }
}
.cid-uPZeNn0pvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZeNn0pvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZeNn0pvu .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPZeNn0pvu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZeNn0pvu .container {
    padding: 0 16px;
  }
}
.cid-uPZeNn0pvu .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPZeNn0pvu .row .card {
  justify-content: flex-end;
}
.cid-uPZeNn0pvu .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPZeNn0pvu .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPZeNn0pvu .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPZeNn0pvu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPZeNn0pvu .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZeNn0pvu .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZeNn0pvu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPZeNn0pvu .mbr-section-title {
  color: #000000;
}
.cid-uPZeNn0pvu .mbr-text {
  color: #000000;
}
.cid-uPZeNn0pvu .mbr-section-title,
.cid-uPZeNn0pvu .mbr-section-btn-main {
  text-align: right;
}
.cid-uI93nyB5YQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uI93nyB5YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI93nyB5YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI93nyB5YQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uI93nyB5YQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uI93nyB5YQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uI93nyB5YQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uI93nyB5YQ .container {
    padding: 0 14px;
  }
}
.cid-uI93nyB5YQ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uI93nyB5YQ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uI93nyB5YQ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uI93nyB5YQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uI93nyB5YQ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIOaPA9fqi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uIOaPA9fqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPA9fqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBXy1v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIOaPBXy1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBXy1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBXy1v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIOaPBXy1v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPBXy1v .container {
    padding: 0 24px;
  }
}
.cid-uIOaPBXy1v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uIOaPBXy1v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIOaPBXy1v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uIOaPBXy1v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uIOaPBXy1v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uIOaPBXy1v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uIOaPBXy1v .mbr-section-title {
  color: #141414;
}
.cid-uIOaPBXy1v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uIOaPBXy1v .mbr-section-title,
.cid-uIOaPBXy1v .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPATFYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uIOaPATFYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPATFYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIOaPATFYn .container {
    padding: 0 15px;
  }
}
.cid-uIOaPATFYn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIOaPATFYn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uIOaPATFYn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uIOaPATFYn .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uIOaPATFYn .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uIOaPATFYn .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uIOaPATFYn .mbr-section-title {
  color: #131c28;
}
.cid-uIOaPATFYn .mbr-desc {
  color: #131c28;
}
.cid-uJVxeM9hRk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxeM9hRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxeM9hRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxeM9hRk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxeM9hRk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxeM9hRk .container {
    padding: 0 24px;
  }
}
.cid-uJVxeM9hRk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxeM9hRk .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxeM9hRk .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxeM9hRk .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxeM9hRk .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxeM9hRk .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxeM9hRk .mbr-section-title {
  color: #141414;
}
.cid-uJVxeM9hRk .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxeM9hRk .mbr-section-title,
.cid-uJVxeM9hRk .mbr-section-btn {
  text-align: center;
}
.cid-uJVl0Eewiz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVl0Eewiz .mbr-text {
  margin: 0;
}
.cid-uJVl0Eewiz .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVl0Eewiz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVl0Eewiz .row-element,
.cid-uJVl0Eewiz .image-element {
  padding: 0;
}
.cid-uJVl0Eewiz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVl0Eewiz .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVl0Eewiz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVl0Eewiz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVl0Eewiz .carousel-item.active,
.cid-uJVl0Eewiz .carousel-item-next,
.cid-uJVl0Eewiz .carousel-item-prev {
  display: flex;
}
.cid-uJVl0Eewiz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVl0Eewiz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVl0Eewiz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVl0Eewiz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVl0Eewiz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVl0Eewiz .carousel-controls {
    display: block;
  }
  .cid-uJVl0Eewiz .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVl0Eewiz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVl0Eewiz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVl0Eewiz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVl0Eewiz .text-element {
    padding: 1rem;
  }
  .cid-uJVl0Eewiz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVl0Eewiz .image-element {
    min-width: 50%;
  }
  .cid-uJVl0Eewiz .media-container-row {
    width: 100%;
  }
}
.cid-uJVl0Eewiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVl0Eewiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVl0Eewiz .mbr-title,
.cid-uJVl0Eewiz .ornament {
  color: #ce320c;
}
.cid-uJVl0Eewiz .mbr-text,
.cid-uJVl0Eewiz .link {
  text-align: left;
}
.cid-uJVx8tXp1J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVx8tXp1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVx8tXp1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVx8tXp1J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVx8tXp1J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVx8tXp1J .container {
    padding: 0 24px;
  }
}
.cid-uJVx8tXp1J .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVx8tXp1J .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVx8tXp1J .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVx8tXp1J .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVx8tXp1J .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVx8tXp1J .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVx8tXp1J .mbr-section-title {
  color: #141414;
}
.cid-uJVx8tXp1J .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVx8tXp1J .mbr-section-title,
.cid-uJVx8tXp1J .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPBfht6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uIOaPBfht6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBfht6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIOaPBfht6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIOaPBfht6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIOaPBfht6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIOaPBfht6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIOaPBfht6 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uIOaPBfht6 .mbr-text,
.cid-uIOaPBfht6 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVwUHSQDo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVwUHSQDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVwUHSQDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVwUHSQDo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVwUHSQDo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVwUHSQDo .container {
    padding: 0 24px;
  }
}
.cid-uJVwUHSQDo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVwUHSQDo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVwUHSQDo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVwUHSQDo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVwUHSQDo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVwUHSQDo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVwUHSQDo .mbr-section-title {
  color: #141414;
}
.cid-uJVwUHSQDo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVwUHSQDo .mbr-section-title,
.cid-uJVwUHSQDo .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPBALn0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPBALn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPBALn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPBALn0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPBALn0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPBALn0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPBALn0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPBALn0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPBALn0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBALn0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPBALn0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPBALn0 .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPBALn0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIOaPBALn0 .mbr-section-title,
.cid-uIOaPBALn0 .mbr-section-btn,
.cid-uIOaPBALn0 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVvaxrnTm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVvaxrnTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVvaxrnTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVvaxrnTm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVvaxrnTm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVvaxrnTm .container {
    padding: 0 24px;
  }
}
.cid-uJVvaxrnTm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVvaxrnTm .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVvaxrnTm .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVvaxrnTm .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVvaxrnTm .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVvaxrnTm .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVvaxrnTm .mbr-section-title {
  color: #141414;
}
.cid-uJVvaxrnTm .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVvaxrnTm .mbr-section-title,
.cid-uJVvaxrnTm .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPCnFGh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPCnFGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPCnFGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPCnFGh .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPCnFGh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPCnFGh .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPCnFGh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPCnFGh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPCnFGh .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCnFGh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCnFGh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPCnFGh .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPCnFGh .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uIOaPCnFGh .mbr-section-title,
.cid-uIOaPCnFGh .mbr-section-btn,
.cid-uIOaPCnFGh .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uIOaPCJUh3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uIOaPCJUh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPCJUh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPCJUh3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIOaPCJUh3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPCJUh3 .container {
    padding: 0 24px;
  }
}
.cid-uIOaPCJUh3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uIOaPCJUh3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uIOaPCJUh3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uIOaPCJUh3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uIOaPCJUh3 .mbr-section-title {
  color: #141414;
}
.cid-uIOaPCJUh3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uIOaPCJUh3 .mbr-section-title,
.cid-uIOaPCJUh3 .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPD8RiP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uIOaPD8RiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPD8RiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPD8RiP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uIOaPD8RiP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPD8RiP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uIOaPD8RiP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIOaPD8RiP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uIOaPD8RiP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uIOaPD8RiP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIOaPD8RiP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIOaPD8RiP .mbr-section-title {
  color: #191c25;
}
.cid-uIOaPD8RiP .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uIOaPD8RiP .mbr-section-title,
.cid-uIOaPD8RiP .mbr-section-btn,
.cid-uIOaPD8RiP .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVuP82Cph {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVuP82Cph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVuP82Cph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVuP82Cph .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVuP82Cph .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVuP82Cph .container {
    padding: 0 24px;
  }
}
.cid-uJVuP82Cph .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVuP82Cph .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVuP82Cph .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVuP82Cph .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVuP82Cph .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVuP82Cph .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVuP82Cph .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVuP82Cph .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVuP82Cph .mbr-section-title {
  color: #141414;
}
.cid-uJVuP82Cph .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVuP82Cph .mbr-section-title,
.cid-uJVuP82Cph .mbr-section-btn {
  text-align: center;
}
.cid-uJVpvY1MoB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVpvY1MoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVpvY1MoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVpvY1MoB .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVpvY1MoB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVpvY1MoB .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVpvY1MoB .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVpvY1MoB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVpvY1MoB .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVpvY1MoB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVpvY1MoB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVpvY1MoB .mbr-section-title {
  color: #191c25;
}
.cid-uJVpvY1MoB .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVpvY1MoB .mbr-section-title,
.cid-uJVpvY1MoB .mbr-section-btn,
.cid-uJVpvY1MoB .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxJxq9C5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxJxq9C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxJxq9C5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxJxq9C5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxJxq9C5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxJxq9C5 .container {
    padding: 0 24px;
  }
}
.cid-uJVxJxq9C5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxJxq9C5 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxJxq9C5 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxJxq9C5 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxJxq9C5 .mbr-section-title {
  color: #141414;
}
.cid-uJVxJxq9C5 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxJxq9C5 .mbr-section-title,
.cid-uJVxJxq9C5 .mbr-section-btn {
  text-align: center;
}
.cid-uIOaPEeL6A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uIOaPEeL6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOaPEeL6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOaPEeL6A .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uIOaPEeL6A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIOaPEeL6A .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uIOaPEeL6A .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uIOaPEeL6A .container {
    padding: 0 14px;
  }
}
.cid-uIOaPEeL6A .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper {
  display: block;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uIOaPEeL6A .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uIOaPEeL6A .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIOaPEeL6A .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uIOaPEeL6A .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVuXyl6ZH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVuXyl6ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVuXyl6ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVuXyl6ZH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVuXyl6ZH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVuXyl6ZH .container {
    padding: 0 24px;
  }
}
.cid-uJVuXyl6ZH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVuXyl6ZH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVuXyl6ZH .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVuXyl6ZH .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVuXyl6ZH .mbr-section-title {
  color: #141414;
}
.cid-uJVuXyl6ZH .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVuXyl6ZH .mbr-section-title,
.cid-uJVuXyl6ZH .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoWz784TL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWz784TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz784TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz8joK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWz8joK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz8joK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWz8joK9 .container {
    padding: 0 15px;
  }
}
.cid-uJoWz8joK9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWz8joK9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWz8joK9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWz8joK9 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWz8joK9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWz8joK9 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWz8joK9 .mbr-section-title {
  color: #131c28;
}
.cid-uJoWz8joK9 .mbr-desc {
  color: #131c28;
}
.cid-uJoWz8VVAq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWz8VVAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz8VVAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWz8VVAq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWz8VVAq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWz8VVAq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWz8VVAq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWz8VVAq .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWz8VVAq .mbr-text,
.cid-uJoWz8VVAq .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWz9saj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJoWz9saj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz9saj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz9saj7 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWz9saj7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWz9saj7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWz9saj7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWz9saj7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWz9saj7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9saj7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9saj7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWz9saj7 .mbr-section-title {
  color: #191c25;
}
.cid-uJoWz9saj7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJoWz9saj7 .mbr-section-title,
.cid-uJoWz9saj7 .mbr-section-btn,
.cid-uJoWz9saj7 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWz9Yc8o {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWz9Yc8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWz9Yc8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWz9Yc8o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWz9Yc8o .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWz9Yc8o .container {
    padding: 0 24px;
  }
}
.cid-uJoWz9Yc8o .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWz9Yc8o .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWz9Yc8o .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWz9Yc8o .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWz9Yc8o .mbr-section-title {
  color: #141414;
}
.cid-uJoWz9Yc8o .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWz9Yc8o .mbr-section-title,
.cid-uJoWz9Yc8o .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzazwY4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzazwY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzazwY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzazwY4 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzazwY4 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzazwY4 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzazwY4 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzazwY4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzazwY4 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzazwY4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzazwY4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzazwY4 .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzazwY4 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzazwY4 .mbr-section-title,
.cid-uJoWzazwY4 .mbr-section-btn,
.cid-uJoWzazwY4 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzb86tO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWzb86tO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzb86tO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzb86tO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWzb86tO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzb86tO .container {
    padding: 0 24px;
  }
}
.cid-uJoWzb86tO .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWzb86tO .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWzb86tO .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWzb86tO .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWzb86tO .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWzb86tO .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWzb86tO .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWzb86tO .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWzb86tO .mbr-section-title {
  color: #141414;
}
.cid-uJoWzb86tO .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWzb86tO .mbr-section-title,
.cid-uJoWzb86tO .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzbKcmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzbKcmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzbKcmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzbKcmS .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzbKcmS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzbKcmS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzbKcmS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzbKcmS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzbKcmS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzbKcmS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzbKcmS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzbKcmS .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzbKcmS .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzbKcmS .mbr-section-title,
.cid-uJoWzbKcmS .mbr-section-btn,
.cid-uJoWzbKcmS .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzcoek8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWzcoek8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzcoek8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzcoek8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWzcoek8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzcoek8 .container {
    padding: 0 24px;
  }
}
.cid-uJoWzcoek8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWzcoek8 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWzcoek8 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWzcoek8 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWzcoek8 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWzcoek8 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWzcoek8 .mbr-section-title {
  color: #141414;
}
.cid-uJoWzcoek8 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWzcoek8 .mbr-section-title,
.cid-uJoWzcoek8 .mbr-section-btn {
  text-align: center;
}
.cid-uJoWzd3h2e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWzd3h2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzd3h2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzd3h2e .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWzd3h2e .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzd3h2e .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWzd3h2e .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWzd3h2e .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWzd3h2e .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWzd3h2e .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWzd3h2e .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWzd3h2e .mbr-section-title {
  color: #191c25;
}
.cid-uJoWzd3h2e .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWzd3h2e .mbr-section-title,
.cid-uJoWzd3h2e .mbr-section-btn,
.cid-uJoWzd3h2e .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWzdFWlS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoWzdFWlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWzdFWlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWzdFWlS .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoWzdFWlS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWzdFWlS .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWzdFWlS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWzdFWlS .container {
    padding: 0 14px;
  }
}
.cid-uJoWzdFWlS .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoWzdFWlS .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoWzdFWlS .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoWzdFWlS .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoWzdFWlS .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoWxYOaks {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWxYOaks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWxYOaks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWxZUyMU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWxZUyMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWxZUyMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWxZUyMU .container {
    padding: 0 15px;
  }
}
.cid-uJoWxZUyMU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWxZUyMU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWxZUyMU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWxZUyMU .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWxZUyMU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWxZUyMU .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWxZUyMU .mbr-section-title {
  color: #131c28;
}
.cid-uJoWxZUyMU .mbr-desc {
  color: #131c28;
}
.cid-uJoWy0stKY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWy0stKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy0stKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWy0stKY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWy0stKY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWy0stKY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWy0stKY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWy0stKY .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWy0stKY .mbr-text,
.cid-uJoWy0stKY .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWy0Z4gw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJoWy0Z4gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy0Z4gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy0Z4gw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy0Z4gw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy0Z4gw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy0Z4gw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy0Z4gw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy0Z4gw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy0Z4gw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy0Z4gw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy0Z4gw .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy0Z4gw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJoWy0Z4gw .mbr-section-title,
.cid-uJoWy0Z4gw .mbr-section-btn,
.cid-uJoWy0Z4gw .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy1vDLR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy1vDLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy1vDLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy1vDLR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy1vDLR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy1vDLR .container {
    padding: 0 24px;
  }
}
.cid-uJoWy1vDLR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy1vDLR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy1vDLR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy1vDLR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy1vDLR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy1vDLR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy1vDLR .mbr-section-title {
  color: #141414;
}
.cid-uJoWy1vDLR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy1vDLR .mbr-section-title,
.cid-uJoWy1vDLR .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy24AgJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy24AgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy24AgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy24AgJ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy24AgJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy24AgJ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy24AgJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy24AgJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy24AgJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy24AgJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy24AgJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy24AgJ .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy24AgJ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy24AgJ .mbr-section-title,
.cid-uJoWy24AgJ .mbr-section-btn,
.cid-uJoWy24AgJ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy2F87w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy2F87w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy2F87w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy2F87w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy2F87w .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy2F87w .container {
    padding: 0 24px;
  }
}
.cid-uJoWy2F87w .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy2F87w .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy2F87w .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy2F87w .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy2F87w .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy2F87w .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy2F87w .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy2F87w .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy2F87w .mbr-section-title {
  color: #141414;
}
.cid-uJoWy2F87w .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy2F87w .mbr-section-title,
.cid-uJoWy2F87w .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy3evIx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy3evIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy3evIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy3evIx .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy3evIx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy3evIx .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy3evIx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy3evIx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy3evIx .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy3evIx .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3evIx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy3evIx .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3evIx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy3evIx .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy3evIx .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy3evIx .mbr-section-title,
.cid-uJoWy3evIx .mbr-section-btn,
.cid-uJoWy3evIx .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy3MRmj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWy3MRmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy3MRmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy3MRmj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWy3MRmj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy3MRmj .container {
    padding: 0 24px;
  }
}
.cid-uJoWy3MRmj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWy3MRmj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWy3MRmj .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWy3MRmj .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWy3MRmj .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWy3MRmj .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWy3MRmj .mbr-section-title {
  color: #141414;
}
.cid-uJoWy3MRmj .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWy3MRmj .mbr-section-title,
.cid-uJoWy3MRmj .mbr-section-btn {
  text-align: center;
}
.cid-uJoWy4pOwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWy4pOwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy4pOwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy4pOwL .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWy4pOwL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy4pOwL .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWy4pOwL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWy4pOwL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWy4pOwL .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWy4pOwL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWy4pOwL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWy4pOwL .mbr-section-title {
  color: #191c25;
}
.cid-uJoWy4pOwL .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWy4pOwL .mbr-section-title,
.cid-uJoWy4pOwL .mbr-section-btn,
.cid-uJoWy4pOwL .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWy4Y4qA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoWy4Y4qA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWy4Y4qA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWy4Y4qA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoWy4Y4qA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWy4Y4qA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWy4Y4qA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoWy4Y4qA .container {
    padding: 0 14px;
  }
}
.cid-uJoWy4Y4qA .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoWy4Y4qA .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoWy4Y4qA .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoWy4Y4qA .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQLknJiot {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLknJiot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLknJiot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkoGBda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLkoGBda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkoGBda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLkoGBda .container {
    padding: 0 15px;
  }
}
.cid-uJQLkoGBda .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLkoGBda .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLkoGBda .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLkoGBda .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLkoGBda .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLkoGBda .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLkoGBda .mbr-section-title {
  color: #131c28;
}
.cid-uJQLkoGBda .mbr-desc {
  color: #131c28;
}
.cid-uJQLkpqxap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLkpqxap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkpqxap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLkpqxap .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLkpqxap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLkpqxap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLkpqxap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLkpqxap .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLkpqxap .mbr-text,
.cid-uJQLkpqxap .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLkqdD8C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkqdD8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkqdD8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkqdD8C .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkqdD8C .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkqdD8C .container {
    padding: 0 24px;
  }
}
.cid-uJQLkqdD8C .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkqdD8C .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkqdD8C .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkqdD8C .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkqdD8C .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkqdD8C .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkqdD8C .mbr-section-title {
  color: #141414;
}
.cid-uJQLkqdD8C .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqdD8C .mbr-section-title,
.cid-uJQLkqdD8C .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkqCuOH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkqCuOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkqCuOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkqCuOH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkqCuOH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkqCuOH .container {
    padding: 0 24px;
  }
}
.cid-uJQLkqCuOH .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkqCuOH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkqCuOH .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkqCuOH .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkqCuOH .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkqCuOH .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkqCuOH .mbr-section-title {
  color: #141414;
}
.cid-uJQLkqCuOH .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkqCuOH .mbr-section-title,
.cid-uJQLkqCuOH .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkr1PhU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLkr1PhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkr1PhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkr1PhU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLkr1PhU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkr1PhU .container {
    padding: 0 24px;
  }
}
.cid-uJQLkr1PhU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLkr1PhU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLkr1PhU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLkr1PhU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLkr1PhU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLkr1PhU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLkr1PhU .mbr-section-title {
  color: #141414;
}
.cid-uJQLkr1PhU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLkr1PhU .mbr-section-title,
.cid-uJQLkr1PhU .mbr-section-btn {
  text-align: center;
}
.cid-uJQLkrTZNz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLkrTZNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLkrTZNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLkrTZNz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLkrTZNz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLkrTZNz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLkrTZNz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLkrTZNz .container {
    padding: 0 14px;
  }
}
.cid-uJQLkrTZNz .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLkrTZNz .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLkrTZNz .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLkrTZNz .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLkrTZNz .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJVxQSNk1A {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxQSNk1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQSNk1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQTNDFt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQTNDFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQTNDFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQTNDFt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQTNDFt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQTNDFt .container {
    padding: 0 24px;
  }
}
.cid-uJVxQTNDFt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQTNDFt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQTNDFt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQTNDFt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQTNDFt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQTNDFt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQTNDFt .mbr-section-title {
  color: #141414;
}
.cid-uJVxQTNDFt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQTNDFt .mbr-section-title,
.cid-uJVxQTNDFt .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQUeoeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxQUeoeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQUeoeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxQUeoeU .container {
    padding: 0 15px;
  }
}
.cid-uJVxQUeoeU .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxQUeoeU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxQUeoeU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxQUeoeU .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxQUeoeU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxQUeoeU .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxQUeoeU .mbr-section-title {
  color: #131c28;
}
.cid-uJVxQUeoeU .mbr-desc {
  color: #131c28;
}
.cid-uJVxQUBBq3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQUBBq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQUBBq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQUBBq3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQUBBq3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQUBBq3 .container {
    padding: 0 24px;
  }
}
.cid-uJVxQUBBq3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQUBBq3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQUBBq3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQUBBq3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQUBBq3 .mbr-section-title {
  color: #141414;
}
.cid-uJVxQUBBq3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQUBBq3 .mbr-section-title,
.cid-uJVxQUBBq3 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQV2jZj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxQV2jZj .mbr-text {
  margin: 0;
}
.cid-uJVxQV2jZj .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxQV2jZj .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxQV2jZj .row-element,
.cid-uJVxQV2jZj .image-element {
  padding: 0;
}
.cid-uJVxQV2jZj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxQV2jZj .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxQV2jZj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxQV2jZj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxQV2jZj .carousel-item.active,
.cid-uJVxQV2jZj .carousel-item-next,
.cid-uJVxQV2jZj .carousel-item-prev {
  display: flex;
}
.cid-uJVxQV2jZj .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxQV2jZj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVxQV2jZj .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxQV2jZj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxQV2jZj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxQV2jZj .carousel-controls {
    display: block;
  }
  .cid-uJVxQV2jZj .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxQV2jZj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxQV2jZj .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxQV2jZj .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxQV2jZj .text-element {
    padding: 1rem;
  }
  .cid-uJVxQV2jZj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxQV2jZj .image-element {
    min-width: 50%;
  }
  .cid-uJVxQV2jZj .media-container-row {
    width: 100%;
  }
}
.cid-uJVxQV2jZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQV2jZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQV2jZj .mbr-title,
.cid-uJVxQV2jZj .ornament {
  color: #ce320c;
}
.cid-uJVxQV2jZj .mbr-text,
.cid-uJVxQV2jZj .link {
  text-align: left;
}
.cid-uJVxQVBOfp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQVBOfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQVBOfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQVBOfp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQVBOfp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQVBOfp .container {
    padding: 0 24px;
  }
}
.cid-uJVxQVBOfp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQVBOfp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQVBOfp .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQVBOfp .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQVBOfp .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQVBOfp .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQVBOfp .mbr-section-title {
  color: #141414;
}
.cid-uJVxQVBOfp .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQVBOfp .mbr-section-title,
.cid-uJVxQVBOfp .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQW1oBE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxQW1oBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQW1oBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxQW1oBE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxQW1oBE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxQW1oBE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxQW1oBE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxQW1oBE .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxQW1oBE .mbr-text,
.cid-uJVxQW1oBE .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxQWq14B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQWq14B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQWq14B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQWq14B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQWq14B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQWq14B .container {
    padding: 0 24px;
  }
}
.cid-uJVxQWq14B .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQWq14B .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQWq14B .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQWq14B .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQWq14B .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQWq14B .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQWq14B .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQWq14B .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQWq14B .mbr-section-title {
  color: #141414;
}
.cid-uJVxQWq14B .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQWq14B .mbr-section-title,
.cid-uJVxQWq14B .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQWQ5S5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQWQ5S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQWQ5S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQWQ5S5 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQWQ5S5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQWQ5S5 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQWQ5S5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQWQ5S5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQWQ5S5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWQ5S5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQWQ5S5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQWQ5S5 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQWQ5S5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxQWQ5S5 .mbr-section-title,
.cid-uJVxQWQ5S5 .mbr-section-btn,
.cid-uJVxQWQ5S5 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQXhRrv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQXhRrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQXhRrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQXhRrv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQXhRrv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQXhRrv .container {
    padding: 0 24px;
  }
}
.cid-uJVxQXhRrv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQXhRrv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQXhRrv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQXhRrv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQXhRrv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQXhRrv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQXhRrv .mbr-section-title {
  color: #141414;
}
.cid-uJVxQXhRrv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQXhRrv .mbr-section-title,
.cid-uJVxQXhRrv .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQXLbIZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQXLbIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQXLbIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQXLbIZ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQXLbIZ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQXLbIZ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQXLbIZ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQXLbIZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQXLbIZ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXLbIZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQXLbIZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQXLbIZ .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQXLbIZ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQXLbIZ .mbr-section-title,
.cid-uJVxQXLbIZ .mbr-section-btn,
.cid-uJVxQXLbIZ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQYbTTI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQYbTTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQYbTTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQYbTTI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQYbTTI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQYbTTI .container {
    padding: 0 24px;
  }
}
.cid-uJVxQYbTTI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQYbTTI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQYbTTI .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQYbTTI .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQYbTTI .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQYbTTI .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQYbTTI .mbr-section-title {
  color: #141414;
}
.cid-uJVxQYbTTI .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQYbTTI .mbr-section-title,
.cid-uJVxQYbTTI .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQYEHnf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQYEHnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQYEHnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQYEHnf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQYEHnf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQYEHnf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQYEHnf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQYEHnf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQYEHnf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYEHnf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQYEHnf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQYEHnf .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQYEHnf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQYEHnf .mbr-section-title,
.cid-uJVxQYEHnf .mbr-section-btn,
.cid-uJVxQYEHnf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxQZ8buo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxQZ8buo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQZ8buo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQZ8buo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxQZ8buo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQZ8buo .container {
    padding: 0 24px;
  }
}
.cid-uJVxQZ8buo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxQZ8buo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxQZ8buo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxQZ8buo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxQZ8buo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxQZ8buo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxQZ8buo .mbr-section-title {
  color: #141414;
}
.cid-uJVxQZ8buo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxQZ8buo .mbr-section-title,
.cid-uJVxQZ8buo .mbr-section-btn {
  text-align: center;
}
.cid-uJVxQZGR4D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxQZGR4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxQZGR4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxQZGR4D .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxQZGR4D .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxQZGR4D .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxQZGR4D .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxQZGR4D .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxQZGR4D .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZGR4D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxQZGR4D .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxQZGR4D .mbr-section-title {
  color: #191c25;
}
.cid-uJVxQZGR4D .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxQZGR4D .mbr-section-title,
.cid-uJVxQZGR4D .mbr-section-btn,
.cid-uJVxQZGR4D .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxR0dR0q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxR0dR0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR0dR0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR0dR0q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxR0dR0q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR0dR0q .container {
    padding: 0 24px;
  }
}
.cid-uJVxR0dR0q .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxR0dR0q .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxR0dR0q .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxR0dR0q .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxR0dR0q .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxR0dR0q .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxR0dR0q .mbr-section-title {
  color: #141414;
}
.cid-uJVxR0dR0q .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxR0dR0q .mbr-section-title,
.cid-uJVxR0dR0q .mbr-section-btn {
  text-align: center;
}
.cid-uJVxR0MgEH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxR0MgEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR0MgEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR0MgEH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxR0MgEH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxR0MgEH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR0MgEH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxR0MgEH .container {
    padding: 0 14px;
  }
}
.cid-uJVxR0MgEH .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxR0MgEH .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxR0MgEH .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxR0MgEH .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxR0MgEH .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxR1jxq9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxR1jxq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxR1jxq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxR1jxq9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxR1jxq9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxR1jxq9 .container {
    padding: 0 24px;
  }
}
.cid-uJVxR1jxq9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxR1jxq9 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxR1jxq9 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxR1jxq9 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxR1jxq9 .mbr-section-title {
  color: #141414;
}
.cid-uJVxR1jxq9 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxR1jxq9 .mbr-section-title,
.cid-uJVxR1jxq9 .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJVxSQD42f {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxSQD42f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSQD42f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSRB1jx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSRB1jx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSRB1jx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSRB1jx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSRB1jx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSRB1jx .container {
    padding: 0 24px;
  }
}
.cid-uJVxSRB1jx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSRB1jx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSRB1jx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSRB1jx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSRB1jx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSRB1jx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSRB1jx .mbr-section-title {
  color: #141414;
}
.cid-uJVxSRB1jx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSRB1jx .mbr-section-title,
.cid-uJVxSRB1jx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSS25XE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxSS25XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSS25XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxSS25XE .container {
    padding: 0 15px;
  }
}
.cid-uJVxSS25XE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxSS25XE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxSS25XE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxSS25XE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxSS25XE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxSS25XE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxSS25XE .mbr-section-title {
  color: #131c28;
}
.cid-uJVxSS25XE .mbr-desc {
  color: #131c28;
}
.cid-uJVxSSrEUf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSSrEUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSSrEUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSSrEUf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSSrEUf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSSrEUf .container {
    padding: 0 24px;
  }
}
.cid-uJVxSSrEUf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSSrEUf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSSrEUf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSSrEUf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSSrEUf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSSrEUf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSSrEUf .mbr-section-title {
  color: #141414;
}
.cid-uJVxSSrEUf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSSrEUf .mbr-section-title,
.cid-uJVxSSrEUf .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSSQNKs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxSSQNKs .mbr-text {
  margin: 0;
}
.cid-uJVxSSQNKs .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxSSQNKs .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxSSQNKs .row-element,
.cid-uJVxSSQNKs .image-element {
  padding: 0;
}
.cid-uJVxSSQNKs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxSSQNKs .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxSSQNKs .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxSSQNKs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxSSQNKs .carousel-item.active,
.cid-uJVxSSQNKs .carousel-item-next,
.cid-uJVxSSQNKs .carousel-item-prev {
  display: flex;
}
.cid-uJVxSSQNKs .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxSSQNKs .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVxSSQNKs .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxSSQNKs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxSSQNKs .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxSSQNKs .carousel-controls {
    display: block;
  }
  .cid-uJVxSSQNKs .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxSSQNKs .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxSSQNKs .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxSSQNKs .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxSSQNKs .text-element {
    padding: 1rem;
  }
  .cid-uJVxSSQNKs .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxSSQNKs .image-element {
    min-width: 50%;
  }
  .cid-uJVxSSQNKs .media-container-row {
    width: 100%;
  }
}
.cid-uJVxSSQNKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSSQNKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSSQNKs .mbr-title,
.cid-uJVxSSQNKs .ornament {
  color: #ce320c;
}
.cid-uJVxSSQNKs .mbr-text,
.cid-uJVxSSQNKs .link {
  text-align: left;
}
.cid-uJVxSTlrag {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSTlrag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSTlrag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSTlrag .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSTlrag .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSTlrag .container {
    padding: 0 24px;
  }
}
.cid-uJVxSTlrag .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSTlrag .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSTlrag .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSTlrag .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSTlrag .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSTlrag .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSTlrag .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSTlrag .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSTlrag .mbr-section-title {
  color: #141414;
}
.cid-uJVxSTlrag .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSTlrag .mbr-section-title,
.cid-uJVxSTlrag .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSTM32D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxSTM32D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSTM32D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxSTM32D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxSTM32D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxSTM32D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxSTM32D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxSTM32D .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxSTM32D .mbr-text,
.cid-uJVxSTM32D .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxSUeyyh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSUeyyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSUeyyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSUeyyh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSUeyyh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSUeyyh .container {
    padding: 0 24px;
  }
}
.cid-uJVxSUeyyh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSUeyyh .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSUeyyh .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSUeyyh .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSUeyyh .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSUeyyh .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSUeyyh .mbr-section-title {
  color: #141414;
}
.cid-uJVxSUeyyh .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSUeyyh .mbr-section-title,
.cid-uJVxSUeyyh .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSUHwCP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSUHwCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSUHwCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSUHwCP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSUHwCP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSUHwCP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSUHwCP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSUHwCP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSUHwCP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUHwCP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSUHwCP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSUHwCP .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSUHwCP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxSUHwCP .mbr-section-title,
.cid-uJVxSUHwCP .mbr-section-btn,
.cid-uJVxSUHwCP .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSV8RAZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSV8RAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSV8RAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSV8RAZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSV8RAZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSV8RAZ .container {
    padding: 0 24px;
  }
}
.cid-uJVxSV8RAZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSV8RAZ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSV8RAZ .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSV8RAZ .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSV8RAZ .mbr-section-title {
  color: #141414;
}
.cid-uJVxSV8RAZ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSV8RAZ .mbr-section-title,
.cid-uJVxSV8RAZ .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSVCGkV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSVCGkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSVCGkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSVCGkV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSVCGkV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSVCGkV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSVCGkV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSVCGkV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSVCGkV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSVCGkV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSVCGkV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSVCGkV .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSVCGkV .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSVCGkV .mbr-section-title,
.cid-uJVxSVCGkV .mbr-section-btn,
.cid-uJVxSVCGkV .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSW5vMx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSW5vMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSW5vMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSW5vMx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSW5vMx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSW5vMx .container {
    padding: 0 24px;
  }
}
.cid-uJVxSW5vMx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSW5vMx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSW5vMx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSW5vMx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSW5vMx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSW5vMx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSW5vMx .mbr-section-title {
  color: #141414;
}
.cid-uJVxSW5vMx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSW5vMx .mbr-section-title,
.cid-uJVxSW5vMx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSWBnMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSWBnMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSWBnMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSWBnMf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSWBnMf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSWBnMf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSWBnMf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSWBnMf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSWBnMf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSWBnMf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSWBnMf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSWBnMf .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSWBnMf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSWBnMf .mbr-section-title,
.cid-uJVxSWBnMf .mbr-section-btn,
.cid-uJVxSWBnMf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSX5mIG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSX5mIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSX5mIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSX5mIG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSX5mIG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSX5mIG .container {
    padding: 0 24px;
  }
}
.cid-uJVxSX5mIG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSX5mIG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSX5mIG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSX5mIG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSX5mIG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSX5mIG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSX5mIG .mbr-section-title {
  color: #141414;
}
.cid-uJVxSX5mIG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSX5mIG .mbr-section-title,
.cid-uJVxSX5mIG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSXBP1S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxSXBP1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSXBP1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSXBP1S .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxSXBP1S .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSXBP1S .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxSXBP1S .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxSXBP1S .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxSXBP1S .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSXBP1S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxSXBP1S .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxSXBP1S .mbr-section-title {
  color: #191c25;
}
.cid-uJVxSXBP1S .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxSXBP1S .mbr-section-title,
.cid-uJVxSXBP1S .mbr-section-btn,
.cid-uJVxSXBP1S .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxSY5bBk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSY5bBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSY5bBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSY5bBk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSY5bBk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSY5bBk .container {
    padding: 0 24px;
  }
}
.cid-uJVxSY5bBk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSY5bBk .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSY5bBk .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSY5bBk .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSY5bBk .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSY5bBk .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSY5bBk .mbr-section-title {
  color: #141414;
}
.cid-uJVxSY5bBk .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSY5bBk .mbr-section-title,
.cid-uJVxSY5bBk .mbr-section-btn {
  text-align: center;
}
.cid-uJVxSYEP2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxSYEP2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSYEP2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSYEP2P .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxSYEP2P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxSYEP2P .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSYEP2P .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxSYEP2P .container {
    padding: 0 14px;
  }
}
.cid-uJVxSYEP2P .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxSYEP2P .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxSYEP2P .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxSYEP2P .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxSYEP2P .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxSZaHlM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxSZaHlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxSZaHlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxSZaHlM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxSZaHlM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxSZaHlM .container {
    padding: 0 24px;
  }
}
.cid-uJVxSZaHlM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxSZaHlM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxSZaHlM .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxSZaHlM .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxSZaHlM .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxSZaHlM .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxSZaHlM .mbr-section-title {
  color: #141414;
}
.cid-uJVxSZaHlM .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxSZaHlM .mbr-section-title,
.cid-uJVxSZaHlM .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJVxV4NkJK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxV4NkJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV4NkJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV5OGg6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV5OGg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV5OGg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV5OGg6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV5OGg6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV5OGg6 .container {
    padding: 0 24px;
  }
}
.cid-uJVxV5OGg6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV5OGg6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV5OGg6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV5OGg6 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV5OGg6 .mbr-section-title {
  color: #141414;
}
.cid-uJVxV5OGg6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV5OGg6 .mbr-section-title,
.cid-uJVxV5OGg6 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV6ixbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxV6ixbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV6ixbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxV6ixbz .container {
    padding: 0 15px;
  }
}
.cid-uJVxV6ixbz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxV6ixbz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxV6ixbz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxV6ixbz .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxV6ixbz .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxV6ixbz .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxV6ixbz .mbr-section-title {
  color: #131c28;
}
.cid-uJVxV6ixbz .mbr-desc {
  color: #131c28;
}
.cid-uJVxV6FFj1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV6FFj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV6FFj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV6FFj1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV6FFj1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV6FFj1 .container {
    padding: 0 24px;
  }
}
.cid-uJVxV6FFj1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV6FFj1 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV6FFj1 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV6FFj1 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV6FFj1 .mbr-section-title {
  color: #141414;
}
.cid-uJVxV6FFj1 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV6FFj1 .mbr-section-title,
.cid-uJVxV6FFj1 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV75hJ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxV75hJ2 .mbr-text {
  margin: 0;
}
.cid-uJVxV75hJ2 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxV75hJ2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxV75hJ2 .row-element,
.cid-uJVxV75hJ2 .image-element {
  padding: 0;
}
.cid-uJVxV75hJ2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxV75hJ2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxV75hJ2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxV75hJ2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxV75hJ2 .carousel-item.active,
.cid-uJVxV75hJ2 .carousel-item-next,
.cid-uJVxV75hJ2 .carousel-item-prev {
  display: flex;
}
.cid-uJVxV75hJ2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxV75hJ2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVxV75hJ2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxV75hJ2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxV75hJ2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxV75hJ2 .carousel-controls {
    display: block;
  }
  .cid-uJVxV75hJ2 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxV75hJ2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxV75hJ2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxV75hJ2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxV75hJ2 .text-element {
    padding: 1rem;
  }
  .cid-uJVxV75hJ2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxV75hJ2 .image-element {
    min-width: 50%;
  }
  .cid-uJVxV75hJ2 .media-container-row {
    width: 100%;
  }
}
.cid-uJVxV75hJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV75hJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV75hJ2 .mbr-title,
.cid-uJVxV75hJ2 .ornament {
  color: #ce320c;
}
.cid-uJVxV75hJ2 .mbr-text,
.cid-uJVxV75hJ2 .link {
  text-align: left;
}
.cid-uJVxV7DzjS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV7DzjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV7DzjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV7DzjS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV7DzjS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV7DzjS .container {
    padding: 0 24px;
  }
}
.cid-uJVxV7DzjS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV7DzjS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV7DzjS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV7DzjS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV7DzjS .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV7DzjS .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV7DzjS .mbr-section-title {
  color: #141414;
}
.cid-uJVxV7DzjS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV7DzjS .mbr-section-title,
.cid-uJVxV7DzjS .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV87C0u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxV87C0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV87C0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxV87C0u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxV87C0u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxV87C0u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxV87C0u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxV87C0u .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxV87C0u .mbr-text,
.cid-uJVxV87C0u .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxV8yc6y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV8yc6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV8yc6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV8yc6y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV8yc6y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV8yc6y .container {
    padding: 0 24px;
  }
}
.cid-uJVxV8yc6y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV8yc6y .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV8yc6y .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV8yc6y .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV8yc6y .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV8yc6y .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV8yc6y .mbr-section-title {
  color: #141414;
}
.cid-uJVxV8yc6y .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV8yc6y .mbr-section-title,
.cid-uJVxV8yc6y .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV9131D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxV9131D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9131D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9131D .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxV9131D .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9131D .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxV9131D .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxV9131D .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxV9131D .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxV9131D .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9131D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxV9131D .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9131D .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxV9131D .mbr-section-title {
  color: #191c25;
}
.cid-uJVxV9131D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxV9131D .mbr-section-title,
.cid-uJVxV9131D .mbr-section-btn,
.cid-uJVxV9131D .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxV9tTSn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxV9tTSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9tTSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9tTSn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxV9tTSn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9tTSn .container {
    padding: 0 24px;
  }
}
.cid-uJVxV9tTSn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxV9tTSn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxV9tTSn .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxV9tTSn .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxV9tTSn .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxV9tTSn .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxV9tTSn .mbr-section-title {
  color: #141414;
}
.cid-uJVxV9tTSn .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxV9tTSn .mbr-section-title,
.cid-uJVxV9tTSn .mbr-section-btn {
  text-align: center;
}
.cid-uJVxV9XYGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxV9XYGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxV9XYGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxV9XYGd .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxV9XYGd .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxV9XYGd .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxV9XYGd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxV9XYGd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxV9XYGd .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9XYGd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxV9XYGd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxV9XYGd .mbr-section-title {
  color: #191c25;
}
.cid-uJVxV9XYGd .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxV9XYGd .mbr-section-title,
.cid-uJVxV9XYGd .mbr-section-btn,
.cid-uJVxV9XYGd .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVauss9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVauss9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVauss9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVauss9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVauss9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVauss9 .container {
    padding: 0 24px;
  }
}
.cid-uJVxVauss9 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVauss9 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVauss9 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVauss9 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVauss9 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVauss9 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVauss9 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVauss9 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVauss9 .mbr-section-title {
  color: #141414;
}
.cid-uJVxVauss9 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVauss9 .mbr-section-title,
.cid-uJVxVauss9 .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVaZkir {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxVaZkir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVaZkir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVaZkir .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxVaZkir .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVaZkir .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxVaZkir .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxVaZkir .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxVaZkir .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxVaZkir .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVaZkir .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxVaZkir .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxVaZkir .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxVaZkir .mbr-section-title {
  color: #191c25;
}
.cid-uJVxVaZkir .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxVaZkir .mbr-section-title,
.cid-uJVxVaZkir .mbr-section-btn,
.cid-uJVxVaZkir .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVbuUMI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVbuUMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVbuUMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVbuUMI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVbuUMI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVbuUMI .container {
    padding: 0 24px;
  }
}
.cid-uJVxVbuUMI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVbuUMI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVbuUMI .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVbuUMI .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVbuUMI .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVbuUMI .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVbuUMI .mbr-section-title {
  color: #141414;
}
.cid-uJVxVbuUMI .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVbuUMI .mbr-section-title,
.cid-uJVxVbuUMI .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVc0Tr9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxVc0Tr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVc0Tr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVc0Tr9 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxVc0Tr9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVc0Tr9 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxVc0Tr9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxVc0Tr9 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxVc0Tr9 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVc0Tr9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxVc0Tr9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxVc0Tr9 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxVc0Tr9 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxVc0Tr9 .mbr-section-title,
.cid-uJVxVc0Tr9 .mbr-section-btn,
.cid-uJVxVc0Tr9 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxVcyGjb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVcyGjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVcyGjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVcyGjb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVcyGjb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVcyGjb .container {
    padding: 0 24px;
  }
}
.cid-uJVxVcyGjb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVcyGjb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVcyGjb .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVcyGjb .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVcyGjb .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVcyGjb .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVcyGjb .mbr-section-title {
  color: #141414;
}
.cid-uJVxVcyGjb .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVcyGjb .mbr-section-title,
.cid-uJVxVcyGjb .mbr-section-btn {
  text-align: center;
}
.cid-uJVxVd6VX3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxVd6VX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVd6VX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVd6VX3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxVd6VX3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxVd6VX3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVd6VX3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxVd6VX3 .container {
    padding: 0 14px;
  }
}
.cid-uJVxVd6VX3 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxVd6VX3 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxVd6VX3 .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxVd6VX3 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxVdCSow {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxVdCSow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxVdCSow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxVdCSow .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxVdCSow .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxVdCSow .container {
    padding: 0 24px;
  }
}
.cid-uJVxVdCSow .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxVdCSow .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxVdCSow .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxVdCSow .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxVdCSow .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxVdCSow .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxVdCSow .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxVdCSow .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxVdCSow .mbr-section-title {
  color: #141414;
}
.cid-uJVxVdCSow .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxVdCSow .mbr-section-title,
.cid-uJVxVdCSow .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJVxX7LLgy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxX7LLgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX7LLgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX8Orjt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxX8Orjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX8Orjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX8Orjt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxX8Orjt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxX8Orjt .container {
    padding: 0 24px;
  }
}
.cid-uJVxX8Orjt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxX8Orjt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxX8Orjt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxX8Orjt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxX8Orjt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxX8Orjt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxX8Orjt .mbr-section-title {
  color: #141414;
}
.cid-uJVxX8Orjt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxX8Orjt .mbr-section-title,
.cid-uJVxX8Orjt .mbr-section-btn {
  text-align: center;
}
.cid-uJVxX9fzhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxX9fzhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX9fzhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxX9fzhk .container {
    padding: 0 15px;
  }
}
.cid-uJVxX9fzhk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxX9fzhk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxX9fzhk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxX9fzhk .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxX9fzhk .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxX9fzhk .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxX9fzhk .mbr-section-title {
  color: #131c28;
}
.cid-uJVxX9fzhk .mbr-desc {
  color: #131c28;
}
.cid-uJVxX9BXiD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxX9BXiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxX9BXiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxX9BXiD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxX9BXiD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxX9BXiD .container {
    padding: 0 24px;
  }
}
.cid-uJVxX9BXiD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxX9BXiD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxX9BXiD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxX9BXiD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxX9BXiD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxX9BXiD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxX9BXiD .mbr-section-title {
  color: #141414;
}
.cid-uJVxX9BXiD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxX9BXiD .mbr-section-title,
.cid-uJVxX9BXiD .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXa2bkX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxXa2bkX .mbr-text {
  margin: 0;
}
.cid-uJVxXa2bkX .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxXa2bkX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxXa2bkX .row-element,
.cid-uJVxXa2bkX .image-element {
  padding: 0;
}
.cid-uJVxXa2bkX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxXa2bkX .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxXa2bkX .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxXa2bkX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxXa2bkX .carousel-item.active,
.cid-uJVxXa2bkX .carousel-item-next,
.cid-uJVxXa2bkX .carousel-item-prev {
  display: flex;
}
.cid-uJVxXa2bkX .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxXa2bkX .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVxXa2bkX .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxXa2bkX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxXa2bkX .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxXa2bkX .carousel-controls {
    display: block;
  }
  .cid-uJVxXa2bkX .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxXa2bkX .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxXa2bkX .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxXa2bkX .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxXa2bkX .text-element {
    padding: 1rem;
  }
  .cid-uJVxXa2bkX .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxXa2bkX .image-element {
    min-width: 50%;
  }
  .cid-uJVxXa2bkX .media-container-row {
    width: 100%;
  }
}
.cid-uJVxXa2bkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXa2bkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXa2bkX .mbr-title,
.cid-uJVxXa2bkX .ornament {
  color: #ce320c;
}
.cid-uJVxXa2bkX .mbr-text,
.cid-uJVxXa2bkX .link {
  text-align: left;
}
.cid-uJVxXazGYG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXazGYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXazGYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXazGYG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXazGYG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXazGYG .container {
    padding: 0 24px;
  }
}
.cid-uJVxXazGYG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXazGYG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXazGYG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXazGYG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXazGYG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXazGYG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXazGYG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXazGYG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXazGYG .mbr-section-title {
  color: #141414;
}
.cid-uJVxXazGYG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXazGYG .mbr-section-title,
.cid-uJVxXazGYG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXb1Z8I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxXb1Z8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXb1Z8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxXb1Z8I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxXb1Z8I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxXb1Z8I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxXb1Z8I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxXb1Z8I .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxXb1Z8I .mbr-text,
.cid-uJVxXb1Z8I .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxXbrwSv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXbrwSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXbrwSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXbrwSv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXbrwSv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXbrwSv .container {
    padding: 0 24px;
  }
}
.cid-uJVxXbrwSv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXbrwSv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXbrwSv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXbrwSv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXbrwSv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXbrwSv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXbrwSv .mbr-section-title {
  color: #141414;
}
.cid-uJVxXbrwSv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXbrwSv .mbr-section-title,
.cid-uJVxXbrwSv .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXbSuGW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXbSuGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXbSuGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXbSuGW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXbSuGW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXbSuGW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXbSuGW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXbSuGW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXbSuGW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbSuGW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXbSuGW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXbSuGW .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXbSuGW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxXbSuGW .mbr-section-title,
.cid-uJVxXbSuGW .mbr-section-btn,
.cid-uJVxXbSuGW .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXcnCbG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXcnCbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXcnCbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXcnCbG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXcnCbG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXcnCbG .container {
    padding: 0 24px;
  }
}
.cid-uJVxXcnCbG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXcnCbG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXcnCbG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXcnCbG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXcnCbG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXcnCbG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXcnCbG .mbr-section-title {
  color: #141414;
}
.cid-uJVxXcnCbG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXcnCbG .mbr-section-title,
.cid-uJVxXcnCbG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXcQ8wz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXcQ8wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXcQ8wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXcQ8wz .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXcQ8wz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXcQ8wz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXcQ8wz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXcQ8wz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXcQ8wz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcQ8wz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXcQ8wz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXcQ8wz .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXcQ8wz .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXcQ8wz .mbr-section-title,
.cid-uJVxXcQ8wz .mbr-section-btn,
.cid-uJVxXcQ8wz .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXdjy6V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXdjy6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXdjy6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXdjy6V .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXdjy6V .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXdjy6V .container {
    padding: 0 24px;
  }
}
.cid-uJVxXdjy6V .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXdjy6V .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXdjy6V .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXdjy6V .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXdjy6V .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXdjy6V .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXdjy6V .mbr-section-title {
  color: #141414;
}
.cid-uJVxXdjy6V .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXdjy6V .mbr-section-title,
.cid-uJVxXdjy6V .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXdOXwT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXdOXwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXdOXwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXdOXwT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXdOXwT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXdOXwT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXdOXwT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXdOXwT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXdOXwT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdOXwT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXdOXwT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXdOXwT .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXdOXwT .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXdOXwT .mbr-section-title,
.cid-uJVxXdOXwT .mbr-section-btn,
.cid-uJVxXdOXwT .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXej5lx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXej5lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXej5lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXej5lx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXej5lx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXej5lx .container {
    padding: 0 24px;
  }
}
.cid-uJVxXej5lx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXej5lx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXej5lx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXej5lx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXej5lx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXej5lx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXej5lx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXej5lx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXej5lx .mbr-section-title {
  color: #141414;
}
.cid-uJVxXej5lx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXej5lx .mbr-section-title,
.cid-uJVxXej5lx .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXeQwB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxXeQwB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXeQwB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXeQwB2 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxXeQwB2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXeQwB2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxXeQwB2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxXeQwB2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxXeQwB2 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXeQwB2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxXeQwB2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxXeQwB2 .mbr-section-title {
  color: #191c25;
}
.cid-uJVxXeQwB2 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxXeQwB2 .mbr-section-title,
.cid-uJVxXeQwB2 .mbr-section-btn,
.cid-uJVxXeQwB2 .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxXfkISe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXfkISe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXfkISe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXfkISe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXfkISe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXfkISe .container {
    padding: 0 24px;
  }
}
.cid-uJVxXfkISe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXfkISe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXfkISe .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXfkISe .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXfkISe .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXfkISe .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXfkISe .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXfkISe .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXfkISe .mbr-section-title {
  color: #141414;
}
.cid-uJVxXfkISe .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXfkISe .mbr-section-title,
.cid-uJVxXfkISe .mbr-section-btn {
  text-align: center;
}
.cid-uJVxXfS6Cm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxXfS6Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXfS6Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXfS6Cm .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxXfS6Cm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxXfS6Cm .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXfS6Cm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxXfS6Cm .container {
    padding: 0 14px;
  }
}
.cid-uJVxXfS6Cm .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxXfS6Cm .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxXfS6Cm .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxXfS6Cm .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxXgmJpv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxXgmJpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxXgmJpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxXgmJpv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxXgmJpv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxXgmJpv .container {
    padding: 0 24px;
  }
}
.cid-uJVxXgmJpv .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxXgmJpv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxXgmJpv .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxXgmJpv .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxXgmJpv .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxXgmJpv .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxXgmJpv .mbr-section-title {
  color: #141414;
}
.cid-uJVxXgmJpv .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxXgmJpv .mbr-section-title,
.cid-uJVxXgmJpv .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwHNUaqx1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHNUaqx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHNUaqx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwv3dLucr {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIwv3dLucr h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uIwv3dLucr .card-box {
  padding-top: 3rem;
}
.cid-uIwv3dLucr .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uIwv3dLucr .btn-md {
  padding: 1rem;
}
.cid-uIwv3dLucr .btn-primary-outline,
.cid-uIwv3dLucr .btn-secondary-outline,
.cid-uIwv3dLucr .btn-info-outline,
.cid-uIwv3dLucr .btn-success-outline,
.cid-uIwv3dLucr .btn-warning-outline,
.cid-uIwv3dLucr .btn-danger-outline,
.cid-uIwv3dLucr .btn-black-outline,
.cid-uIwv3dLucr .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uIwv3dLucr .btn-primary-outline span,
.cid-uIwv3dLucr .btn-secondary-outline span,
.cid-uIwv3dLucr .btn-info-outline span,
.cid-uIwv3dLucr .btn-success-outline span,
.cid-uIwv3dLucr .btn-warning-outline span,
.cid-uIwv3dLucr .btn-danger-outline span,
.cid-uIwv3dLucr .btn-black-outline span,
.cid-uIwv3dLucr .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIwv3dLucr .btn-primary-outline:hover span,
.cid-uIwv3dLucr .btn-secondary-outline:hover span,
.cid-uIwv3dLucr .btn-info-outline:hover span,
.cid-uIwv3dLucr .btn-success-outline:hover span,
.cid-uIwv3dLucr .btn-warning-outline:hover span,
.cid-uIwv3dLucr .btn-danger-outline:hover span,
.cid-uIwv3dLucr .btn-black-outline:hover span,
.cid-uIwv3dLucr .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uIwv3dLucr .btn-primary-outline:hover,
.cid-uIwv3dLucr .btn-secondary-outline:hover,
.cid-uIwv3dLucr .btn-info-outline:hover,
.cid-uIwv3dLucr .btn-success-outline:hover,
.cid-uIwv3dLucr .btn-warning-outline:hover,
.cid-uIwv3dLucr .btn-danger-outline:hover,
.cid-uIwv3dLucr .btn-black-outline:hover,
.cid-uIwv3dLucr .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uIwv3dLucr .btn-primary-outline:active,
.cid-uIwv3dLucr .btn-secondary-outline:active,
.cid-uIwv3dLucr .btn-info-outline:active,
.cid-uIwv3dLucr .btn-success-outline:active,
.cid-uIwv3dLucr .btn-warning-outline:active,
.cid-uIwv3dLucr .btn-danger-outline:active,
.cid-uIwv3dLucr .btn-black-outline:active,
.cid-uIwv3dLucr .btn-white-outline:active,
.cid-uIwv3dLucr .btn-primary-outline:focus,
.cid-uIwv3dLucr .btn-secondary-outline:focus,
.cid-uIwv3dLucr .btn-info-outline:focus,
.cid-uIwv3dLucr .btn-success-outline:focus,
.cid-uIwv3dLucr .btn-warning-outline:focus,
.cid-uIwv3dLucr .btn-danger-outline:focus,
.cid-uIwv3dLucr .btn-black-outline:focus,
.cid-uIwv3dLucr .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIwv3dLucr .btn-primary-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-secondary-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-info-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-success-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-warning-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-danger-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-black-outline .mbr-iconfont,
.cid-uIwv3dLucr .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uIwv3dLucr .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f4efef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uIwv3dLucr .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uIwv3dLucr .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uIwv3dLucr .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uIwv3dLucr .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uIwv3dLucr .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uIwv3dLucr img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uIwv3dLucr .card-title {
  color: #000000;
  text-align: center;
}
.cid-uIwv3dLucr .row {
  justify-content: center;
}
.cid-uIwv3dLucr .main-title {
  text-align: center;
  color: #232323;
}
.cid-uIwv3dLucr P {
  text-align: center;
}
.cid-uIwv3dLucr .mbr-text,
.cid-uIwv3dLucr .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-uIwv3dLucr .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uIwv3e8PE9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIwv3e8PE9 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uIwv3e8PE9 .card-box {
  padding-top: 3rem;
}
.cid-uIwv3e8PE9 .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uIwv3e8PE9 .btn-md {
  padding: 1rem;
}
.cid-uIwv3e8PE9 .btn-primary-outline,
.cid-uIwv3e8PE9 .btn-secondary-outline,
.cid-uIwv3e8PE9 .btn-info-outline,
.cid-uIwv3e8PE9 .btn-success-outline,
.cid-uIwv3e8PE9 .btn-warning-outline,
.cid-uIwv3e8PE9 .btn-danger-outline,
.cid-uIwv3e8PE9 .btn-black-outline,
.cid-uIwv3e8PE9 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uIwv3e8PE9 .btn-primary-outline span,
.cid-uIwv3e8PE9 .btn-secondary-outline span,
.cid-uIwv3e8PE9 .btn-info-outline span,
.cid-uIwv3e8PE9 .btn-success-outline span,
.cid-uIwv3e8PE9 .btn-warning-outline span,
.cid-uIwv3e8PE9 .btn-danger-outline span,
.cid-uIwv3e8PE9 .btn-black-outline span,
.cid-uIwv3e8PE9 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIwv3e8PE9 .btn-primary-outline:hover span,
.cid-uIwv3e8PE9 .btn-secondary-outline:hover span,
.cid-uIwv3e8PE9 .btn-info-outline:hover span,
.cid-uIwv3e8PE9 .btn-success-outline:hover span,
.cid-uIwv3e8PE9 .btn-warning-outline:hover span,
.cid-uIwv3e8PE9 .btn-danger-outline:hover span,
.cid-uIwv3e8PE9 .btn-black-outline:hover span,
.cid-uIwv3e8PE9 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uIwv3e8PE9 .btn-primary-outline:hover,
.cid-uIwv3e8PE9 .btn-secondary-outline:hover,
.cid-uIwv3e8PE9 .btn-info-outline:hover,
.cid-uIwv3e8PE9 .btn-success-outline:hover,
.cid-uIwv3e8PE9 .btn-warning-outline:hover,
.cid-uIwv3e8PE9 .btn-danger-outline:hover,
.cid-uIwv3e8PE9 .btn-black-outline:hover,
.cid-uIwv3e8PE9 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uIwv3e8PE9 .btn-primary-outline:active,
.cid-uIwv3e8PE9 .btn-secondary-outline:active,
.cid-uIwv3e8PE9 .btn-info-outline:active,
.cid-uIwv3e8PE9 .btn-success-outline:active,
.cid-uIwv3e8PE9 .btn-warning-outline:active,
.cid-uIwv3e8PE9 .btn-danger-outline:active,
.cid-uIwv3e8PE9 .btn-black-outline:active,
.cid-uIwv3e8PE9 .btn-white-outline:active,
.cid-uIwv3e8PE9 .btn-primary-outline:focus,
.cid-uIwv3e8PE9 .btn-secondary-outline:focus,
.cid-uIwv3e8PE9 .btn-info-outline:focus,
.cid-uIwv3e8PE9 .btn-success-outline:focus,
.cid-uIwv3e8PE9 .btn-warning-outline:focus,
.cid-uIwv3e8PE9 .btn-danger-outline:focus,
.cid-uIwv3e8PE9 .btn-black-outline:focus,
.cid-uIwv3e8PE9 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIwv3e8PE9 .btn-primary-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-secondary-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-info-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-success-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-warning-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-danger-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-black-outline .mbr-iconfont,
.cid-uIwv3e8PE9 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uIwv3e8PE9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f4efef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uIwv3e8PE9 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uIwv3e8PE9 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uIwv3e8PE9 .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uIwv3e8PE9 .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uIwv3e8PE9 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uIwv3e8PE9 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uIwv3e8PE9 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uIwv3e8PE9 .row {
  justify-content: center;
}
.cid-uIwv3e8PE9 .main-title {
  text-align: center;
  color: #232323;
}
.cid-uIwv3e8PE9 P {
  text-align: center;
}
.cid-uIwv3e8PE9 .mbr-text,
.cid-uIwv3e8PE9 .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-uIwv3e8PE9 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwHKj8HXj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHKj8HXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHKj8HXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwuPFBrr9 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIwuPFBrr9 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uIwuPFBrr9 .card-box {
  padding-top: 3rem;
}
.cid-uIwuPFBrr9 .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uIwuPFBrr9 .btn-md {
  padding: 1rem;
}
.cid-uIwuPFBrr9 .btn-primary-outline,
.cid-uIwuPFBrr9 .btn-secondary-outline,
.cid-uIwuPFBrr9 .btn-info-outline,
.cid-uIwuPFBrr9 .btn-success-outline,
.cid-uIwuPFBrr9 .btn-warning-outline,
.cid-uIwuPFBrr9 .btn-danger-outline,
.cid-uIwuPFBrr9 .btn-black-outline,
.cid-uIwuPFBrr9 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uIwuPFBrr9 .btn-primary-outline span,
.cid-uIwuPFBrr9 .btn-secondary-outline span,
.cid-uIwuPFBrr9 .btn-info-outline span,
.cid-uIwuPFBrr9 .btn-success-outline span,
.cid-uIwuPFBrr9 .btn-warning-outline span,
.cid-uIwuPFBrr9 .btn-danger-outline span,
.cid-uIwuPFBrr9 .btn-black-outline span,
.cid-uIwuPFBrr9 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIwuPFBrr9 .btn-primary-outline:hover span,
.cid-uIwuPFBrr9 .btn-secondary-outline:hover span,
.cid-uIwuPFBrr9 .btn-info-outline:hover span,
.cid-uIwuPFBrr9 .btn-success-outline:hover span,
.cid-uIwuPFBrr9 .btn-warning-outline:hover span,
.cid-uIwuPFBrr9 .btn-danger-outline:hover span,
.cid-uIwuPFBrr9 .btn-black-outline:hover span,
.cid-uIwuPFBrr9 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uIwuPFBrr9 .btn-primary-outline:hover,
.cid-uIwuPFBrr9 .btn-secondary-outline:hover,
.cid-uIwuPFBrr9 .btn-info-outline:hover,
.cid-uIwuPFBrr9 .btn-success-outline:hover,
.cid-uIwuPFBrr9 .btn-warning-outline:hover,
.cid-uIwuPFBrr9 .btn-danger-outline:hover,
.cid-uIwuPFBrr9 .btn-black-outline:hover,
.cid-uIwuPFBrr9 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uIwuPFBrr9 .btn-primary-outline:active,
.cid-uIwuPFBrr9 .btn-secondary-outline:active,
.cid-uIwuPFBrr9 .btn-info-outline:active,
.cid-uIwuPFBrr9 .btn-success-outline:active,
.cid-uIwuPFBrr9 .btn-warning-outline:active,
.cid-uIwuPFBrr9 .btn-danger-outline:active,
.cid-uIwuPFBrr9 .btn-black-outline:active,
.cid-uIwuPFBrr9 .btn-white-outline:active,
.cid-uIwuPFBrr9 .btn-primary-outline:focus,
.cid-uIwuPFBrr9 .btn-secondary-outline:focus,
.cid-uIwuPFBrr9 .btn-info-outline:focus,
.cid-uIwuPFBrr9 .btn-success-outline:focus,
.cid-uIwuPFBrr9 .btn-warning-outline:focus,
.cid-uIwuPFBrr9 .btn-danger-outline:focus,
.cid-uIwuPFBrr9 .btn-black-outline:focus,
.cid-uIwuPFBrr9 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIwuPFBrr9 .btn-primary-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-secondary-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-info-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-success-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-warning-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-danger-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-black-outline .mbr-iconfont,
.cid-uIwuPFBrr9 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uIwuPFBrr9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #fafafa;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uIwuPFBrr9 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uIwuPFBrr9 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uIwuPFBrr9 .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uIwuPFBrr9 .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uIwuPFBrr9 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uIwuPFBrr9 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uIwuPFBrr9 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uIwuPFBrr9 .row {
  justify-content: center;
}
.cid-uIwuPFBrr9 .main-title {
  text-align: center;
  color: #232323;
}
.cid-uIwuPFBrr9 P {
  text-align: center;
}
.cid-uIwuPFBrr9 .mbr-text,
.cid-uIwuPFBrr9 .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-uIwuPFBrr9 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uIwuPG8fUo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIwuPG8fUo h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uIwuPG8fUo .card-box {
  padding-top: 3rem;
}
.cid-uIwuPG8fUo .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uIwuPG8fUo .btn-md {
  padding: 1rem;
}
.cid-uIwuPG8fUo .btn-primary-outline,
.cid-uIwuPG8fUo .btn-secondary-outline,
.cid-uIwuPG8fUo .btn-info-outline,
.cid-uIwuPG8fUo .btn-success-outline,
.cid-uIwuPG8fUo .btn-warning-outline,
.cid-uIwuPG8fUo .btn-danger-outline,
.cid-uIwuPG8fUo .btn-black-outline,
.cid-uIwuPG8fUo .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uIwuPG8fUo .btn-primary-outline span,
.cid-uIwuPG8fUo .btn-secondary-outline span,
.cid-uIwuPG8fUo .btn-info-outline span,
.cid-uIwuPG8fUo .btn-success-outline span,
.cid-uIwuPG8fUo .btn-warning-outline span,
.cid-uIwuPG8fUo .btn-danger-outline span,
.cid-uIwuPG8fUo .btn-black-outline span,
.cid-uIwuPG8fUo .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIwuPG8fUo .btn-primary-outline:hover span,
.cid-uIwuPG8fUo .btn-secondary-outline:hover span,
.cid-uIwuPG8fUo .btn-info-outline:hover span,
.cid-uIwuPG8fUo .btn-success-outline:hover span,
.cid-uIwuPG8fUo .btn-warning-outline:hover span,
.cid-uIwuPG8fUo .btn-danger-outline:hover span,
.cid-uIwuPG8fUo .btn-black-outline:hover span,
.cid-uIwuPG8fUo .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uIwuPG8fUo .btn-primary-outline:hover,
.cid-uIwuPG8fUo .btn-secondary-outline:hover,
.cid-uIwuPG8fUo .btn-info-outline:hover,
.cid-uIwuPG8fUo .btn-success-outline:hover,
.cid-uIwuPG8fUo .btn-warning-outline:hover,
.cid-uIwuPG8fUo .btn-danger-outline:hover,
.cid-uIwuPG8fUo .btn-black-outline:hover,
.cid-uIwuPG8fUo .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uIwuPG8fUo .btn-primary-outline:active,
.cid-uIwuPG8fUo .btn-secondary-outline:active,
.cid-uIwuPG8fUo .btn-info-outline:active,
.cid-uIwuPG8fUo .btn-success-outline:active,
.cid-uIwuPG8fUo .btn-warning-outline:active,
.cid-uIwuPG8fUo .btn-danger-outline:active,
.cid-uIwuPG8fUo .btn-black-outline:active,
.cid-uIwuPG8fUo .btn-white-outline:active,
.cid-uIwuPG8fUo .btn-primary-outline:focus,
.cid-uIwuPG8fUo .btn-secondary-outline:focus,
.cid-uIwuPG8fUo .btn-info-outline:focus,
.cid-uIwuPG8fUo .btn-success-outline:focus,
.cid-uIwuPG8fUo .btn-warning-outline:focus,
.cid-uIwuPG8fUo .btn-danger-outline:focus,
.cid-uIwuPG8fUo .btn-black-outline:focus,
.cid-uIwuPG8fUo .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIwuPG8fUo .btn-primary-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-secondary-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-info-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-success-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-warning-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-danger-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-black-outline .mbr-iconfont,
.cid-uIwuPG8fUo .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uIwuPG8fUo .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f4efef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uIwuPG8fUo .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uIwuPG8fUo .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uIwuPG8fUo .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uIwuPG8fUo .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uIwuPG8fUo .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uIwuPG8fUo img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uIwuPG8fUo .card-title {
  color: #000000;
  text-align: center;
}
.cid-uIwuPG8fUo .row {
  justify-content: center;
}
.cid-uIwuPG8fUo .main-title {
  text-align: center;
  color: #232323;
}
.cid-uIwuPG8fUo P {
  text-align: center;
}
.cid-uIwuPG8fUo .mbr-text,
.cid-uIwuPG8fUo .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-uIwuPG8fUo .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwHqOpSfj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHqOpSfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHqOpSfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-swzG3QPE1t {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swzG3QPE1t h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-swzG3QPE1t .card-box {
  padding-top: 3rem;
}
.cid-swzG3QPE1t .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-swzG3QPE1t .btn-md {
  padding: 1rem;
}
.cid-swzG3QPE1t .btn-primary-outline,
.cid-swzG3QPE1t .btn-secondary-outline,
.cid-swzG3QPE1t .btn-info-outline,
.cid-swzG3QPE1t .btn-success-outline,
.cid-swzG3QPE1t .btn-warning-outline,
.cid-swzG3QPE1t .btn-danger-outline,
.cid-swzG3QPE1t .btn-black-outline,
.cid-swzG3QPE1t .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-swzG3QPE1t .btn-primary-outline span,
.cid-swzG3QPE1t .btn-secondary-outline span,
.cid-swzG3QPE1t .btn-info-outline span,
.cid-swzG3QPE1t .btn-success-outline span,
.cid-swzG3QPE1t .btn-warning-outline span,
.cid-swzG3QPE1t .btn-danger-outline span,
.cid-swzG3QPE1t .btn-black-outline span,
.cid-swzG3QPE1t .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-swzG3QPE1t .btn-primary-outline:hover span,
.cid-swzG3QPE1t .btn-secondary-outline:hover span,
.cid-swzG3QPE1t .btn-info-outline:hover span,
.cid-swzG3QPE1t .btn-success-outline:hover span,
.cid-swzG3QPE1t .btn-warning-outline:hover span,
.cid-swzG3QPE1t .btn-danger-outline:hover span,
.cid-swzG3QPE1t .btn-black-outline:hover span,
.cid-swzG3QPE1t .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-swzG3QPE1t .btn-primary-outline:hover,
.cid-swzG3QPE1t .btn-secondary-outline:hover,
.cid-swzG3QPE1t .btn-info-outline:hover,
.cid-swzG3QPE1t .btn-success-outline:hover,
.cid-swzG3QPE1t .btn-warning-outline:hover,
.cid-swzG3QPE1t .btn-danger-outline:hover,
.cid-swzG3QPE1t .btn-black-outline:hover,
.cid-swzG3QPE1t .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-swzG3QPE1t .btn-primary-outline:active,
.cid-swzG3QPE1t .btn-secondary-outline:active,
.cid-swzG3QPE1t .btn-info-outline:active,
.cid-swzG3QPE1t .btn-success-outline:active,
.cid-swzG3QPE1t .btn-warning-outline:active,
.cid-swzG3QPE1t .btn-danger-outline:active,
.cid-swzG3QPE1t .btn-black-outline:active,
.cid-swzG3QPE1t .btn-white-outline:active,
.cid-swzG3QPE1t .btn-primary-outline:focus,
.cid-swzG3QPE1t .btn-secondary-outline:focus,
.cid-swzG3QPE1t .btn-info-outline:focus,
.cid-swzG3QPE1t .btn-success-outline:focus,
.cid-swzG3QPE1t .btn-warning-outline:focus,
.cid-swzG3QPE1t .btn-danger-outline:focus,
.cid-swzG3QPE1t .btn-black-outline:focus,
.cid-swzG3QPE1t .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-swzG3QPE1t .btn-primary-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-secondary-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-info-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-success-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-warning-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-danger-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-black-outline .mbr-iconfont,
.cid-swzG3QPE1t .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-swzG3QPE1t .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f4efef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-swzG3QPE1t .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-swzG3QPE1t .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-swzG3QPE1t .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-swzG3QPE1t .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-swzG3QPE1t .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-swzG3QPE1t img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-swzG3QPE1t .card-title {
  color: #000000;
  text-align: center;
}
.cid-swzG3QPE1t .row {
  justify-content: center;
}
.cid-swzG3QPE1t .main-title {
  text-align: center;
  color: #232323;
}
.cid-swzG3QPE1t P {
  text-align: center;
}
.cid-swzG3QPE1t .mbr-text,
.cid-swzG3QPE1t .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-swzG3QPE1t .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-swzI0uFtmr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swzI0uFtmr h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-swzI0uFtmr .card-box {
  padding-top: 3rem;
}
.cid-swzI0uFtmr .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-swzI0uFtmr .btn-md {
  padding: 1rem;
}
.cid-swzI0uFtmr .btn-primary-outline,
.cid-swzI0uFtmr .btn-secondary-outline,
.cid-swzI0uFtmr .btn-info-outline,
.cid-swzI0uFtmr .btn-success-outline,
.cid-swzI0uFtmr .btn-warning-outline,
.cid-swzI0uFtmr .btn-danger-outline,
.cid-swzI0uFtmr .btn-black-outline,
.cid-swzI0uFtmr .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-swzI0uFtmr .btn-primary-outline span,
.cid-swzI0uFtmr .btn-secondary-outline span,
.cid-swzI0uFtmr .btn-info-outline span,
.cid-swzI0uFtmr .btn-success-outline span,
.cid-swzI0uFtmr .btn-warning-outline span,
.cid-swzI0uFtmr .btn-danger-outline span,
.cid-swzI0uFtmr .btn-black-outline span,
.cid-swzI0uFtmr .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-swzI0uFtmr .btn-primary-outline:hover span,
.cid-swzI0uFtmr .btn-secondary-outline:hover span,
.cid-swzI0uFtmr .btn-info-outline:hover span,
.cid-swzI0uFtmr .btn-success-outline:hover span,
.cid-swzI0uFtmr .btn-warning-outline:hover span,
.cid-swzI0uFtmr .btn-danger-outline:hover span,
.cid-swzI0uFtmr .btn-black-outline:hover span,
.cid-swzI0uFtmr .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-swzI0uFtmr .btn-primary-outline:hover,
.cid-swzI0uFtmr .btn-secondary-outline:hover,
.cid-swzI0uFtmr .btn-info-outline:hover,
.cid-swzI0uFtmr .btn-success-outline:hover,
.cid-swzI0uFtmr .btn-warning-outline:hover,
.cid-swzI0uFtmr .btn-danger-outline:hover,
.cid-swzI0uFtmr .btn-black-outline:hover,
.cid-swzI0uFtmr .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-swzI0uFtmr .btn-primary-outline:active,
.cid-swzI0uFtmr .btn-secondary-outline:active,
.cid-swzI0uFtmr .btn-info-outline:active,
.cid-swzI0uFtmr .btn-success-outline:active,
.cid-swzI0uFtmr .btn-warning-outline:active,
.cid-swzI0uFtmr .btn-danger-outline:active,
.cid-swzI0uFtmr .btn-black-outline:active,
.cid-swzI0uFtmr .btn-white-outline:active,
.cid-swzI0uFtmr .btn-primary-outline:focus,
.cid-swzI0uFtmr .btn-secondary-outline:focus,
.cid-swzI0uFtmr .btn-info-outline:focus,
.cid-swzI0uFtmr .btn-success-outline:focus,
.cid-swzI0uFtmr .btn-warning-outline:focus,
.cid-swzI0uFtmr .btn-danger-outline:focus,
.cid-swzI0uFtmr .btn-black-outline:focus,
.cid-swzI0uFtmr .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-swzI0uFtmr .btn-primary-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-secondary-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-info-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-success-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-warning-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-danger-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-black-outline .mbr-iconfont,
.cid-swzI0uFtmr .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-swzI0uFtmr .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f4efef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-swzI0uFtmr .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-swzI0uFtmr .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-swzI0uFtmr .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-swzI0uFtmr .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-swzI0uFtmr .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-swzI0uFtmr img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-swzI0uFtmr .card-title {
  color: #000000;
  text-align: center;
}
.cid-swzI0uFtmr .row {
  justify-content: center;
}
.cid-swzI0uFtmr .main-title {
  text-align: center;
  color: #232323;
}
.cid-swzI0uFtmr P {
  text-align: center;
}
.cid-swzI0uFtmr .mbr-text,
.cid-swzI0uFtmr .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-swzI0uFtmr .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJVxOYS2Gb {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uJVxOYS2Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxOYS2Gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxOZThlG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxOZThlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxOZThlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxOZThlG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxOZThlG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxOZThlG .container {
    padding: 0 24px;
  }
}
.cid-uJVxOZThlG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxOZThlG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxOZThlG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxOZThlG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxOZThlG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxOZThlG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxOZThlG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxOZThlG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxOZThlG .mbr-section-title {
  color: #141414;
}
.cid-uJVxOZThlG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxOZThlG .mbr-section-title,
.cid-uJVxOZThlG .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP0jArw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJVxP0jArw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP0jArw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJVxP0jArw .container {
    padding: 0 15px;
  }
}
.cid-uJVxP0jArw .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJVxP0jArw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJVxP0jArw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJVxP0jArw .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJVxP0jArw .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJVxP0jArw .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJVxP0jArw .mbr-section-title {
  color: #131c28;
}
.cid-uJVxP0jArw .mbr-desc {
  color: #131c28;
}
.cid-uJVxP0I8lz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP0I8lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP0I8lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP0I8lz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP0I8lz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP0I8lz .container {
    padding: 0 24px;
  }
}
.cid-uJVxP0I8lz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP0I8lz .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP0I8lz .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP0I8lz .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP0I8lz .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP0I8lz .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP0I8lz .mbr-section-title {
  color: #141414;
}
.cid-uJVxP0I8lz .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP0I8lz .mbr-section-title,
.cid-uJVxP0I8lz .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP18Rnm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJVxP18Rnm .mbr-text {
  margin: 0;
}
.cid-uJVxP18Rnm .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJVxP18Rnm .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJVxP18Rnm .row-element,
.cid-uJVxP18Rnm .image-element {
  padding: 0;
}
.cid-uJVxP18Rnm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxP18Rnm .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJVxP18Rnm .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJVxP18Rnm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJVxP18Rnm .carousel-item.active,
.cid-uJVxP18Rnm .carousel-item-next,
.cid-uJVxP18Rnm .carousel-item-prev {
  display: flex;
}
.cid-uJVxP18Rnm .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJVxP18Rnm .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJVxP18Rnm .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJVxP18Rnm .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJVxP18Rnm .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJVxP18Rnm .carousel-controls {
    display: block;
  }
  .cid-uJVxP18Rnm .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJVxP18Rnm .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJVxP18Rnm .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJVxP18Rnm .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJVxP18Rnm .text-element {
    padding: 1rem;
  }
  .cid-uJVxP18Rnm .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJVxP18Rnm .image-element {
    min-width: 50%;
  }
  .cid-uJVxP18Rnm .media-container-row {
    width: 100%;
  }
}
.cid-uJVxP18Rnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP18Rnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP18Rnm .mbr-title,
.cid-uJVxP18Rnm .ornament {
  color: #ce320c;
}
.cid-uJVxP18Rnm .mbr-text,
.cid-uJVxP18Rnm .link {
  text-align: left;
}
.cid-uJVxP1EswD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP1EswD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP1EswD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP1EswD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP1EswD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP1EswD .container {
    padding: 0 24px;
  }
}
.cid-uJVxP1EswD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP1EswD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP1EswD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP1EswD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP1EswD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP1EswD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP1EswD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP1EswD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP1EswD .mbr-section-title {
  color: #141414;
}
.cid-uJVxP1EswD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP1EswD .mbr-section-title,
.cid-uJVxP1EswD .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP26vlm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJVxP26vlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP26vlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJVxP26vlm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJVxP26vlm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJVxP26vlm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJVxP26vlm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJVxP26vlm .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJVxP26vlm .mbr-text,
.cid-uJVxP26vlm .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJVxP2yVpf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP2yVpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP2yVpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP2yVpf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP2yVpf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP2yVpf .container {
    padding: 0 24px;
  }
}
.cid-uJVxP2yVpf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP2yVpf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP2yVpf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP2yVpf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP2yVpf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP2yVpf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP2yVpf .mbr-section-title {
  color: #141414;
}
.cid-uJVxP2yVpf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP2yVpf .mbr-section-title,
.cid-uJVxP2yVpf .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP30kfj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP30kfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP30kfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP30kfj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP30kfj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP30kfj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP30kfj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP30kfj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP30kfj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP30kfj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP30kfj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP30kfj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP30kfj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP30kfj .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP30kfj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVxP30kfj .mbr-section-title,
.cid-uJVxP30kfj .mbr-section-btn,
.cid-uJVxP30kfj .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP3rG2G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP3rG2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP3rG2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP3rG2G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP3rG2G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP3rG2G .container {
    padding: 0 24px;
  }
}
.cid-uJVxP3rG2G .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP3rG2G .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP3rG2G .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP3rG2G .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP3rG2G .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP3rG2G .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP3rG2G .mbr-section-title {
  color: #141414;
}
.cid-uJVxP3rG2G .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP3rG2G .mbr-section-title,
.cid-uJVxP3rG2G .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP3V2cO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP3V2cO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP3V2cO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP3V2cO .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP3V2cO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP3V2cO .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP3V2cO .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP3V2cO .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP3V2cO .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3V2cO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP3V2cO .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP3V2cO .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP3V2cO .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP3V2cO .mbr-section-title,
.cid-uJVxP3V2cO .mbr-section-btn,
.cid-uJVxP3V2cO .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP4q7Sw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP4q7Sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP4q7Sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP4q7Sw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP4q7Sw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP4q7Sw .container {
    padding: 0 24px;
  }
}
.cid-uJVxP4q7Sw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP4q7Sw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP4q7Sw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP4q7Sw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP4q7Sw .mbr-section-title {
  color: #141414;
}
.cid-uJVxP4q7Sw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP4q7Sw .mbr-section-title,
.cid-uJVxP4q7Sw .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP4Vxud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP4Vxud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP4Vxud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP4Vxud .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP4Vxud .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP4Vxud .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP4Vxud .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP4Vxud .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP4Vxud .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4Vxud .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP4Vxud .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP4Vxud .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP4Vxud .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP4Vxud .mbr-section-title,
.cid-uJVxP4Vxud .mbr-section-btn,
.cid-uJVxP4Vxud .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP5pMnN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP5pMnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP5pMnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP5pMnN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP5pMnN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP5pMnN .container {
    padding: 0 24px;
  }
}
.cid-uJVxP5pMnN .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP5pMnN .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP5pMnN .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP5pMnN .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP5pMnN .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP5pMnN .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP5pMnN .mbr-section-title {
  color: #141414;
}
.cid-uJVxP5pMnN .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP5pMnN .mbr-section-title,
.cid-uJVxP5pMnN .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP5VmxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVxP5VmxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP5VmxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP5VmxF .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVxP5VmxF .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP5VmxF .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVxP5VmxF .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVxP5VmxF .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVxP5VmxF .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5VmxF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVxP5VmxF .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVxP5VmxF .mbr-section-title {
  color: #191c25;
}
.cid-uJVxP5VmxF .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVxP5VmxF .mbr-section-title,
.cid-uJVxP5VmxF .mbr-section-btn,
.cid-uJVxP5VmxF .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVxP6pQ8z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP6pQ8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP6pQ8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP6pQ8z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP6pQ8z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP6pQ8z .container {
    padding: 0 24px;
  }
}
.cid-uJVxP6pQ8z .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP6pQ8z .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP6pQ8z .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP6pQ8z .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP6pQ8z .mbr-section-title {
  color: #141414;
}
.cid-uJVxP6pQ8z .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP6pQ8z .mbr-section-title,
.cid-uJVxP6pQ8z .mbr-section-btn {
  text-align: center;
}
.cid-uJVxP6Vj3r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJVxP6Vj3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP6Vj3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP6Vj3r .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJVxP6Vj3r .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxP6Vj3r .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP6Vj3r .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJVxP6Vj3r .container {
    padding: 0 14px;
  }
}
.cid-uJVxP6Vj3r .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJVxP6Vj3r .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJVxP6Vj3r .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uJVxP6Vj3r .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJVxP7n5oC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJVxP7n5oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxP7n5oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxP7n5oC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJVxP7n5oC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJVxP7n5oC .container {
    padding: 0 24px;
  }
}
.cid-uJVxP7n5oC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJVxP7n5oC .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJVxP7n5oC .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJVxP7n5oC .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJVxP7n5oC .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJVxP7n5oC .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJVxP7n5oC .mbr-section-title {
  color: #141414;
}
.cid-uJVxP7n5oC .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJVxP7n5oC .mbr-section-title,
.cid-uJVxP7n5oC .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJW4sVkFEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uJW4sVkFEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW4sVkFEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW4sVkFEv .row {
  justify-content: space-between;
}
.cid-uJW4sVkFEv .card {
  justify-content: flex-end;
}
.cid-uJW4sVkFEv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uJW4sVkFEv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJW4sVkFEv .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJW4sVkFEv .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group {
    display: block;
  }
}
.cid-uJW4sVkFEv .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #f4efef;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uJW4sVkFEv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ff8e01;
}
.cid-uJW4sVkFEv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJW4sVkFEv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJW4sVkFEv .mbr-label {
  color: #c10b02;
}
.cid-uJW4sVkFEv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uJW4sVkFEv .mbr-desc {
  color: #4b4949;
}
.cid-uJW4sVkFEv .panel-title-edit {
  color: #0070c0;
}
.cid-uJW4sVkFEv .panel-text {
  color: #4b4949;
}
.cid-uJW4sVkFEv .panel-text,
.cid-uJW4sVkFEv .panel-body {
  color: #000000;
}
.cid-uPZaacUY4D {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uPZaacUY4D::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPZaacUY4D::before {
    opacity: .4;
  }
}
.cid-uPZaacUY4D::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPZaacUY4D::after {
    opacity: .4;
  }
}
.cid-uPZaacUY4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZaacUY4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZaacUY4D .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPZaacUY4D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZaacUY4D .container {
    padding: 0 16px;
  }
}
.cid-uPZaacUY4D .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPZaacUY4D .row .card {
  justify-content: flex-end;
}
.cid-uPZaacUY4D .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPZaacUY4D .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPZaacUY4D .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPZaacUY4D .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPZaacUY4D .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPZaacUY4D .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZaacUY4D .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZaacUY4D .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPZaacUY4D .mbr-section-title {
  color: #000000;
}
.cid-uPZaacUY4D .mbr-text {
  color: #000000;
}
.cid-uPZaacUY4D .mbr-section-title,
.cid-uPZaacUY4D .mbr-section-btn-main {
  text-align: right;
}
.cid-uPZaat6mRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZaat6mRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZaat6mRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZaat6mRK .container {
    padding: 0 15px;
  }
}
.cid-uPZaat6mRK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZaat6mRK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZaat6mRK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZaat6mRK .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZaat6mRK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZaat6mRK .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZaat6mRK .mbr-section-title {
  color: #131c28;
}
.cid-uPZaat6mRK .mbr-desc {
  color: #131c28;
}
.cid-uPZaat6mRK .mbr-text {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI82xHCgKc {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uI82xHCgKc .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-uI82xHCgKc .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uI82xHCgKc .btn {
  margin: 0px !important;
}
.cid-uI82xHCgKc .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI82xHCgKc .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI82xHCgKc .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uI82xHCgKc .carousel-item .wrap-img {
  text-align: center;
}
.cid-uI82xHCgKc .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-uI82xHCgKc .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uI82xHCgKc .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uI82xHCgKc .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-uI82xHCgKc .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-uI82xHCgKc .second-col {
    padding-top: 2rem;
  }
}
.cid-uPZbOw4k7U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZbOw4k7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbOw4k7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZbOw4k7U .container {
    padding: 0 15px;
  }
}
.cid-uPZbOw4k7U .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZbOw4k7U .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZbOw4k7U .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZbOw4k7U .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZbOw4k7U .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZbOw4k7U .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZbOw4k7U .mbr-section-title {
  color: #131c28;
}
.cid-uPZbOw4k7U .mbr-desc {
  color: #131c28;
}
.cid-uPZbOw4k7U .mbr-text {
  text-align: center;
}
.cid-uPZbNbehlx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZbNbehlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbNbehlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZbNbehlx .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZbNbehlx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbNbehlx .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZbNbehlx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbNbehlx .container {
    padding: 0 14px;
  }
}
.cid-uPZbNbehlx .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZbNbehlx .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZbNbehlx .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZbNbehlx .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZbNbehlx .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZbNbehlx .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZbNbehlx .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swyXUAqprV {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swyXUAqprV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-swyXUAqprV .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-swyXUAqprV .btn {
  margin: 0px !important;
}
.cid-swyXUAqprV .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swyXUAqprV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swyXUAqprV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-swyXUAqprV .carousel-item .wrap-img {
  text-align: center;
}
.cid-swyXUAqprV .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-swyXUAqprV .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-swyXUAqprV .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-swyXUAqprV .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-swyXUAqprV .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-swyXUAqprV .second-col {
    padding-top: 2rem;
  }
}
.cid-uPZbHeLHkO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZbHeLHkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbHeLHkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZbHeLHkO .container {
    padding: 0 15px;
  }
}
.cid-uPZbHeLHkO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZbHeLHkO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZbHeLHkO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZbHeLHkO .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZbHeLHkO .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZbHeLHkO .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZbHeLHkO .mbr-section-title {
  color: #131c28;
}
.cid-uPZbHeLHkO .mbr-desc {
  color: #131c28;
}
.cid-uPZbHeLHkO .mbr-text {
  text-align: center;
}
.cid-uPZbHeLHkO .mbr-section-title,
.cid-uPZbHeLHkO .mbr-section-btn {
  text-align: center;
  color: #0070c0;
}
.cid-uRRh3cAVms {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRh3cAVms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRh3cAVms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRh3cAVms .container {
    padding: 0 15px;
  }
}
.cid-uRRh3cAVms .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRh3cAVms .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRh3cAVms .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRh3cAVms .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRh3cAVms .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRh3cAVms .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRh3cAVms .mbr-section-title {
  color: #131c28;
}
.cid-uRRh3cAVms .mbr-desc {
  color: #131c28;
}
.cid-uRRh3cAVms .mbr-text {
  text-align: center;
}
.cid-uRRh3cAVms .mbr-section-title,
.cid-uRRh3cAVms .mbr-section-btn {
  text-align: center;
  color: #0070c0;
}
.cid-uPZbGsjfWf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZbGsjfWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbGsjfWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZbGsjfWf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZbGsjfWf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbGsjfWf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZbGsjfWf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbGsjfWf .container {
    padding: 0 14px;
  }
}
.cid-uPZbGsjfWf .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZbGsjfWf .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZbGsjfWf .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZbGsjfWf .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZbGsjfWf .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZbGsjfWf .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZbGsjfWf .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swz27RXh8b {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-swz27RXh8b .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-swz27RXh8b .team-card:hover {
  transform: translateY(-10px);
}
.cid-swz27RXh8b .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-swz27RXh8b .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-swz27RXh8b .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-swz27RXh8b .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swz27RXh8b .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-swz27RXh8b .social-row {
  text-align: center;
}
.cid-swz27RXh8b .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-swz27RXh8b .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-swz27RXh8b .social-row .soc-item .mbr-iconfont:hover {
  color: #0070c0;
}
.cid-swz27RXh8b .mbr-role,
.cid-swz27RXh8b .social-row {
  color: #707070;
}
.cid-swz27RXh8b .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-swz27RXh8b .card-title,
.cid-swz27RXh8b .social-row {
  color: #121212;
}
.cid-swz27RXh8b .mbr-section-text {
  color: #707070;
}
.cid-swz2SCOHu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-swz2SCOHu5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-swz2SCOHu5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-swz2SCOHu5 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-swz2SCOHu5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-swz2SCOHu5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-swz2SCOHu5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swz2SCOHu5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-swz2SCOHu5 .social-row {
  text-align: center;
}
.cid-swz2SCOHu5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-swz2SCOHu5 .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-swz2SCOHu5 .social-row .soc-item .mbr-iconfont:hover {
  color: #0070c0;
}
.cid-swz2SCOHu5 .mbr-role,
.cid-swz2SCOHu5 .social-row {
  color: #707070;
}
.cid-swz2SCOHu5 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-swz2SCOHu5 .card-title,
.cid-swz2SCOHu5 .social-row {
  color: #121212;
}
.cid-swz2SCOHu5 .mbr-section-text {
  color: #707070;
}
.cid-uPZayIvoFw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uPZayIvoFw::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPZayIvoFw::before {
    opacity: .4;
  }
}
.cid-uPZayIvoFw::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPZayIvoFw::after {
    opacity: .4;
  }
}
.cid-uPZayIvoFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZayIvoFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZayIvoFw .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPZayIvoFw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZayIvoFw .container {
    padding: 0 16px;
  }
}
.cid-uPZayIvoFw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPZayIvoFw .row .card {
  justify-content: flex-end;
}
.cid-uPZayIvoFw .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPZayIvoFw .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPZayIvoFw .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPZayIvoFw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPZayIvoFw .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPZayIvoFw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZayIvoFw .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZayIvoFw .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPZayIvoFw .mbr-section-title {
  color: #000000;
}
.cid-uPZayIvoFw .mbr-text {
  color: #000000;
}
.cid-uPZayIvoFw .mbr-section-title,
.cid-uPZayIvoFw .mbr-section-btn-main {
  text-align: right;
}
.cid-uPZaApHEEa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ff8e01;
}
.cid-uPZaApHEEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZaApHEEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZaApHEEa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPZaApHEEa .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPZaApHEEa .container {
    padding: 0 15px;
  }
}
.cid-uPZaApHEEa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZaApHEEa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZaApHEEa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZaApHEEa .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uPZaApHEEa .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZaApHEEa .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZaApHEEa .mbr-section-title {
  color: #131c28;
}
.cid-uPZaApHEEa .mbr-desc {
  color: #000000;
}
.cid-uPZaApHEEa .mbr-text {
  color: #353535;
}
.cid-uPZaApHEEa .mbr-section-title,
.cid-uPZaApHEEa .mbr-section-btn {
  color: #e1e5f0;
  text-align: center;
}
.cid-uPZazhSgxp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZazhSgxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZazhSgxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZazhSgxp .container {
    padding: 0 15px;
  }
}
.cid-uPZazhSgxp .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZazhSgxp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZazhSgxp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZazhSgxp .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZazhSgxp .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZazhSgxp .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZazhSgxp .mbr-section-title {
  color: #131c28;
}
.cid-uPZazhSgxp .mbr-desc {
  color: #131c28;
}
.cid-uPZazhSgxp .mbr-text {
  text-align: center;
}
.cid-uPZaY15CBm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZaY15CBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZaY15CBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZaY15CBm .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZaY15CBm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZaY15CBm .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZaY15CBm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZaY15CBm .container {
    padding: 0 14px;
  }
}
.cid-uPZaY15CBm .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZaY15CBm .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZaY15CBm .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZaY15CBm .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZaY15CBm .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZaY15CBm .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZaY15CBm .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJW9sY8605 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uJW9sY8605 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW9sY8605 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW9sY8605 .content-wrap {
  justify-content: flex-end;
}
.cid-uJW9sY8605 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJW9sY8605 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJW9sY8605 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #000000, #1a1a1a);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uJW9sY8605 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJW9sY8605 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uJW9sY8605 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .image-wrapper {
    padding: 0;
  }
}
.cid-uJW9sY8605 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJW9sY8605 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJW9sY8605 .mbr-section-title {
  color: #ffffff;
}
.cid-uJW9sY8605 .mbr-text,
.cid-uJW9sY8605 .text-wrapper {
  color: #000000;
}
.cid-uJW9sY8605 .mbr-section-title,
.cid-uJW9sY8605 .mbr-section-btn,
.cid-uJW9sY8605 .clients-wrapper {
  color: #063a99;
}
.cid-uPZbs6Vy7A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZbs6Vy7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbs6Vy7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZbs6Vy7A .container {
    padding: 0 15px;
  }
}
.cid-uPZbs6Vy7A .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZbs6Vy7A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZbs6Vy7A .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZbs6Vy7A .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZbs6Vy7A .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZbs6Vy7A .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZbs6Vy7A .mbr-section-title {
  color: #131c28;
}
.cid-uPZbs6Vy7A .mbr-desc {
  color: #131c28;
}
.cid-uPZbs6Vy7A .mbr-text {
  text-align: center;
}
.cid-uPZbrskc3t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uPZbrskc3t::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPZbrskc3t::before {
    opacity: .4;
  }
}
.cid-uPZbrskc3t::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPZbrskc3t::after {
    opacity: .4;
  }
}
.cid-uPZbrskc3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbrskc3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZbrskc3t .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPZbrskc3t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbrskc3t .container {
    padding: 0 16px;
  }
}
.cid-uPZbrskc3t .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPZbrskc3t .row .card {
  justify-content: flex-end;
}
.cid-uPZbrskc3t .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPZbrskc3t .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPZbrskc3t .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPZbrskc3t .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPZbrskc3t .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPZbrskc3t .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZbrskc3t .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZbrskc3t .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPZbrskc3t .mbr-section-title {
  color: #000000;
}
.cid-uPZbrskc3t .mbr-text {
  color: #000000;
}
.cid-uPZbrskc3t .mbr-section-title,
.cid-uPZbrskc3t .mbr-section-btn-main {
  text-align: right;
}
.cid-uPZbsxUTqn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZbsxUTqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZbsxUTqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZbsxUTqn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZbsxUTqn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbsxUTqn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZbsxUTqn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZbsxUTqn .container {
    padding: 0 14px;
  }
}
.cid-uPZbsxUTqn .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZbsxUTqn .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZbsxUTqn .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZbsxUTqn .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZbsxUTqn .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZbsxUTqn .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZbsxUTqn .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJtcElvcmP {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJtcElvcmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcElvcmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEmFyXo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEmFyXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEmFyXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEmFyXo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEmFyXo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEmFyXo .container {
    padding: 0 24px;
  }
}
.cid-uJtcEmFyXo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEmFyXo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEmFyXo .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEmFyXo .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEmFyXo .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEmFyXo .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEmFyXo .mbr-section-title {
  color: #141414;
}
.cid-uJtcEmFyXo .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEmFyXo .mbr-section-title,
.cid-uJtcEmFyXo .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEnfs04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJtcEnfs04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEnfs04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJtcEnfs04 .container {
    padding: 0 15px;
  }
}
.cid-uJtcEnfs04 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJtcEnfs04 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJtcEnfs04 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJtcEnfs04 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJtcEnfs04 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJtcEnfs04 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJtcEnfs04 .mbr-section-title {
  color: #131c28;
}
.cid-uJtcEnfs04 .mbr-desc {
  color: #131c28;
}
.cid-uJVRDU7ZHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRDU7ZHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRDU7ZHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRDU7ZHU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRDU7ZHU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRDU7ZHU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRDU7ZHU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRDU7ZHU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRDU7ZHU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRDU7ZHU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRDU7ZHU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRDU7ZHU .mbr-section-title {
  color: #191c25;
}
.cid-uJVRDU7ZHU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVRDU7ZHU .mbr-section-title,
.cid-uJVRDU7ZHU .mbr-section-btn,
.cid-uJVRDU7ZHU .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVRELouSQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRELouSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRELouSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRELouSQ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRELouSQ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRELouSQ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRELouSQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRELouSQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRELouSQ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRELouSQ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRELouSQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRELouSQ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRELouSQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRELouSQ .mbr-section-title {
  color: #191c25;
}
.cid-uJVRELouSQ .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRELouSQ .mbr-section-title,
.cid-uJVRELouSQ .mbr-section-btn,
.cid-uJVRELouSQ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEoU9B0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEoU9B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEoU9B0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEoU9B0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEoU9B0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEoU9B0 .container {
    padding: 0 24px;
  }
}
.cid-uJtcEoU9B0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEoU9B0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEoU9B0 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEoU9B0 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEoU9B0 .mbr-section-title {
  color: #141414;
}
.cid-uJtcEoU9B0 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEoU9B0 .mbr-section-title,
.cid-uJtcEoU9B0 .mbr-section-btn {
  text-align: center;
}
.cid-uJVRErsWID {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRErsWID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRErsWID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRErsWID .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRErsWID .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRErsWID .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRErsWID .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRErsWID .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRErsWID .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRErsWID .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRErsWID .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRErsWID .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRErsWID .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRErsWID .mbr-section-title {
  color: #191c25;
}
.cid-uJVRErsWID .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRErsWID .mbr-section-title,
.cid-uJVRErsWID .mbr-section-btn,
.cid-uJVRErsWID .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjLEBauiS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjLEBauiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjLEBauiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjLEBauiS .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjLEBauiS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjLEBauiS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjLEBauiS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjLEBauiS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjLEBauiS .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjLEBauiS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjLEBauiS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjLEBauiS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjLEBauiS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjLEBauiS .mbr-section-title {
  color: #191c25;
}
.cid-uKjLEBauiS .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjLEBauiS .mbr-section-title,
.cid-uKjLEBauiS .mbr-section-btn,
.cid-uKjLEBauiS .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEqyBLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJtcEqyBLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEqyBLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEqyBLH .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJtcEqyBLH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEqyBLH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJtcEqyBLH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJtcEqyBLH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJtcEqyBLH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEqyBLH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJtcEqyBLH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtcEqyBLH .mbr-section-title {
  color: #191c25;
}
.cid-uJtcEqyBLH .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJtcEqyBLH .mbr-section-title,
.cid-uJtcEqyBLH .mbr-section-btn,
.cid-uJtcEqyBLH .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJVRF4iZCz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVRF4iZCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVRF4iZCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVRF4iZCz .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVRF4iZCz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVRF4iZCz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVRF4iZCz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVRF4iZCz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVRF4iZCz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVRF4iZCz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVRF4iZCz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVRF4iZCz .mbr-section-title {
  color: #191c25;
}
.cid-uJVRF4iZCz .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVRF4iZCz .mbr-section-title,
.cid-uJVRF4iZCz .mbr-section-btn,
.cid-uJVRF4iZCz .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJtcEprUTT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJtcEprUTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEprUTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJtcEprUTT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJtcEprUTT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJtcEprUTT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJtcEprUTT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJtcEprUTT .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJtcEprUTT .mbr-text,
.cid-uJtcEprUTT .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJtcEpWe1t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEpWe1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEpWe1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEpWe1t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEpWe1t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEpWe1t .container {
    padding: 0 24px;
  }
}
.cid-uJtcEpWe1t .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEpWe1t .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEpWe1t .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEpWe1t .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEpWe1t .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEpWe1t .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEpWe1t .mbr-section-title {
  color: #141414;
}
.cid-uJtcEpWe1t .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEpWe1t .mbr-section-title,
.cid-uJtcEpWe1t .mbr-section-btn {
  text-align: center;
}
.cid-uJtcErE3Fp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcErE3Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcErE3Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcErE3Fp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcErE3Fp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcErE3Fp .container {
    padding: 0 24px;
  }
}
.cid-uJtcErE3Fp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcErE3Fp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcErE3Fp .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcErE3Fp .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcErE3Fp .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcErE3Fp .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcErE3Fp .mbr-section-title {
  color: #141414;
}
.cid-uJtcErE3Fp .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcErE3Fp .mbr-section-title,
.cid-uJtcErE3Fp .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEsiGOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJtcEsiGOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEsiGOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEsiGOh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJtcEsiGOh .content-wrapper {
  margin: 0 -8px;
}
.cid-uJtcEsiGOh .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJtcEsiGOh .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJtcEsiGOh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .image-wrapper img {
    height: 300px;
  }
}
.cid-uJtcEsiGOh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJtcEsiGOh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtcEsiGOh .mbr-section-title {
  color: #2c2c26;
}
.cid-uJtcEsiGOh .card-title {
  color: #2c2c26;
}
.cid-uJtcEsiGOh .card-text {
  color: #63635d;
}
.cid-uJtcEt5tRB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJtcEt5tRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEt5tRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEt5tRB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJtcEt5tRB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEt5tRB .container {
    padding: 0 24px;
  }
}
.cid-uJtcEt5tRB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJtcEt5tRB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJtcEt5tRB .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJtcEt5tRB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJtcEt5tRB .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJtcEt5tRB .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJtcEt5tRB .mbr-section-title {
  color: #141414;
}
.cid-uJtcEt5tRB .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJtcEt5tRB .mbr-section-title,
.cid-uJtcEt5tRB .mbr-section-btn {
  text-align: center;
}
.cid-uJtcEtL4Vb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJtcEtL4Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEtL4Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJtcEtL4Vb .container {
    padding: 0 15px;
  }
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJtcEtL4Vb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJtcEtL4Vb .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJtcEtL4Vb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJtcEtL4Vb .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJtcEtL4Vb .mbr-section-title {
  color: #131c28;
}
.cid-uJtcEtL4Vb .mbr-desc {
  color: #131c28;
}
.cid-uJtcEtL4Vb .mbr-text {
  text-align: center;
}
.cid-uJtcEusYue {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJtcEusYue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtcEusYue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtcEusYue .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJtcEusYue .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJtcEusYue .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJtcEusYue .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJtcEusYue .container {
    padding: 0 14px;
  }
}
.cid-uJtcEusYue .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJtcEusYue .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJtcEusYue .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJtcEusYue .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJtcEusYue .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJWTqY4PYe {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJWTqY4PYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqY4PYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTqZnU7u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTqZnU7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqZnU7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTqZnU7u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTqZnU7u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTqZnU7u .container {
    padding: 0 24px;
  }
}
.cid-uJWTqZnU7u .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTqZnU7u .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTqZnU7u .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTqZnU7u .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTqZnU7u .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTqZnU7u .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTqZnU7u .mbr-section-title {
  color: #141414;
}
.cid-uJWTqZnU7u .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTqZnU7u .mbr-section-title,
.cid-uJWTqZnU7u .mbr-section-btn {
  text-align: center;
}
.cid-uKjJkYbnkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uKjJkYbnkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJkYbnkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJkYbnkf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjJkYbnkf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjJkYbnkf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjJkYbnkf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjJkYbnkf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjJkYbnkf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjJkYbnkf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjJkYbnkf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjJkYbnkf .mbr-section-title {
  color: #191c25;
}
.cid-uKjJkYbnkf .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjJkYbnkf .mbr-section-title,
.cid-uKjJkYbnkf .mbr-section-btn,
.cid-uKjJkYbnkf .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjIQ3oPkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjIQ3oPkF .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .container {
    padding: 0 28px;
  }
}
.cid-uKjIQ3oPkF .row {
  margin: -1px 0 0 0;
}
.cid-uKjIQ3oPkF .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjIQ3oPkF .item:focus,
.cid-uKjIQ3oPkF span:focus {
  outline: none;
}
.cid-uKjIQ3oPkF .item-wrapper {
  position: relative;
}
.cid-uKjIQ3oPkF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjIQ3oPkF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjIQ3oPkF .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjIQ3oPkF .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjIQ3oPkF .embla__button--next,
.cid-uKjIQ3oPkF .embla__button--prev {
  display: flex;
}
.cid-uKjIQ3oPkF .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjIQ3oPkF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjIQ3oPkF .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjIQ3oPkF .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjIQ3oPkF .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjIQ3oPkF .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjIQ3oPkF .embla__button {
    top: 50%;
  }
}
.cid-uKjIQ3oPkF .embla {
  position: relative;
  width: 100%;
}
.cid-uKjIQ3oPkF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjIQ3oPkF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjIQ3oPkF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjIQ3oPkF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjIQ3oPkF .mbr-section-title {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-card-title {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-desc {
  color: #000000;
}
.cid-uKjIQ3oPkF .mbr-price {
  color: #e43f3f;
}
.cid-uJWTqZTWcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJWTqZTWcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTqZTWcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJWTqZTWcW .container {
    padding: 0 15px;
  }
}
.cid-uJWTqZTWcW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJWTqZTWcW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJWTqZTWcW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJWTqZTWcW .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJWTqZTWcW .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJWTqZTWcW .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJWTqZTWcW .mbr-section-title {
  color: #131c28;
}
.cid-uJWTqZTWcW .mbr-desc {
  color: #131c28;
}
.cid-uJWTr2EMgD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJWTr2EMgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr2EMgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr2EMgD .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJWTr2EMgD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr2EMgD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJWTr2EMgD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJWTr2EMgD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJWTr2EMgD .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr2EMgD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJWTr2EMgD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJWTr2EMgD .mbr-section-title {
  color: #191c25;
}
.cid-uJWTr2EMgD .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJWTr2EMgD .mbr-section-title,
.cid-uJWTr2EMgD .mbr-section-btn,
.cid-uJWTr2EMgD .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJWTr3aOpA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJWTr3aOpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr3aOpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJWTr3aOpA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJWTr3aOpA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJWTr3aOpA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJWTr3aOpA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJWTr3aOpA .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJWTr3aOpA .mbr-text,
.cid-uJWTr3aOpA .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJWTr4l1I2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr4l1I2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr4l1I2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr4l1I2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr4l1I2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr4l1I2 .container {
    padding: 0 24px;
  }
}
.cid-uJWTr4l1I2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr4l1I2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr4l1I2 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr4l1I2 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr4l1I2 .mbr-section-title {
  color: #141414;
}
.cid-uJWTr4l1I2 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr4l1I2 .mbr-section-title,
.cid-uJWTr4l1I2 .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr5HCYR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr5HCYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr5HCYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr5HCYR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr5HCYR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr5HCYR .container {
    padding: 0 24px;
  }
}
.cid-uJWTr5HCYR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr5HCYR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr5HCYR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr5HCYR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr5HCYR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr5HCYR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr5HCYR .mbr-section-title {
  color: #141414;
}
.cid-uJWTr5HCYR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr5HCYR .mbr-section-title,
.cid-uJWTr5HCYR .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr6nkRB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJWTr6nkRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr6nkRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJWTr6nkRB .container {
    padding: 0 15px;
  }
}
.cid-uJWTr6nkRB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJWTr6nkRB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJWTr6nkRB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJWTr6nkRB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJWTr6nkRB .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJWTr6nkRB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJWTr6nkRB .mbr-section-title {
  color: #131c28;
}
.cid-uJWTr6nkRB .mbr-desc {
  color: #131c28;
}
.cid-uJWTr6nkRB .mbr-text {
  text-align: center;
}
.cid-uJWTr3MUER {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWTr3MUER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr3MUER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr3MUER .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWTr3MUER .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr3MUER .container {
    padding: 0 24px;
  }
}
.cid-uJWTr3MUER .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWTr3MUER .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWTr3MUER .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWTr3MUER .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWTr3MUER .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWTr3MUER .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWTr3MUER .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWTr3MUER .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWTr3MUER .mbr-section-title {
  color: #141414;
}
.cid-uJWTr3MUER .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWTr3MUER .mbr-section-title,
.cid-uJWTr3MUER .mbr-section-btn {
  text-align: center;
}
.cid-uJWTr6V6ay {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJWTr6V6ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWTr6V6ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWTr6V6ay .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJWTr6V6ay .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJWTr6V6ay .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJWTr6V6ay .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJWTr6V6ay .container {
    padding: 0 14px;
  }
}
.cid-uJWTr6V6ay .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJWTr6V6ay .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJWTr6V6ay .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJWTr6V6ay .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJWTr6V6ay .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjEpuMsW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-uKjEpuMsW8 .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .container {
    padding: 0 28px;
  }
}
.cid-uKjEpuMsW8 .row {
  margin: -1px 0 0 0;
}
.cid-uKjEpuMsW8 .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .card {
    border-right: 0;
    border-bottom: 1px solid #707070;
    padding: 0;
  }
}
.cid-uKjEpuMsW8 .item:focus,
.cid-uKjEpuMsW8 span:focus {
  outline: none;
}
.cid-uKjEpuMsW8 .item-wrapper {
  position: relative;
}
.cid-uKjEpuMsW8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjEpuMsW8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjEpuMsW8 .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjEpuMsW8 .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjEpuMsW8 .embla__button--next,
.cid-uKjEpuMsW8 .embla__button--prev {
  display: flex;
}
.cid-uKjEpuMsW8 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjEpuMsW8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjEpuMsW8 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjEpuMsW8 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjEpuMsW8 .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjEpuMsW8 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjEpuMsW8 .embla__button {
    top: 50%;
  }
}
.cid-uKjEpuMsW8 .embla {
  position: relative;
  width: 100%;
}
.cid-uKjEpuMsW8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjEpuMsW8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjEpuMsW8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjEpuMsW8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjEpuMsW8 .mbr-section-title {
  color: #000000;
}
.cid-uKjEpuMsW8 .mbr-card-title {
  color: #000000;
}
.cid-uKjEpuMsW8 .mbr-desc {
  color: #000000;
}
.cid-uKjEKm6AOO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uKjEKm6AOO .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uKjEKm6AOO img,
.cid-uKjEKm6AOO .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uKjEKm6AOO .item:focus,
.cid-uKjEKm6AOO span:focus {
  outline: none;
}
.cid-uKjEKm6AOO .item-wrapper {
  position: relative;
}
.cid-uKjEKm6AOO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKjEKm6AOO .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKjEKm6AOO .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKjEKm6AOO .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKjEKm6AOO .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKjEKm6AOO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKjEKm6AOO .mbr-section-title {
  color: #232323;
}
.cid-uKjEKm6AOO .mbr-text,
.cid-uKjEKm6AOO .mbr-section-btn {
  text-align: left;
}
.cid-uKjEKm6AOO .item-title {
  text-align: left;
}
.cid-uKjEKm6AOO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uKjEKm6AOO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKjEKm6AOO .embla__button--next,
.cid-uKjEKm6AOO .embla__button--prev {
  display: flex;
}
.cid-uKjEKm6AOO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__button {
    display: none;
  }
}
.cid-uKjEKm6AOO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjEKm6AOO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uKjEKm6AOO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKjEKm6AOO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKjEKm6AOO .embla__button {
    top: auto;
  }
}
.cid-uKjEKm6AOO .embla {
  position: relative;
  width: 100%;
}
.cid-uKjEKm6AOO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKjEKm6AOO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjEKm6AOO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjEKm6AOO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uKjEKm6AOO .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uKjEKm6AOO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uKjEKm6AOO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjMUlPH3p {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjMUlPH3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUlPH3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUnkCut {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUnkCut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUnkCut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUnkCut .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUnkCut .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUnkCut .container {
    padding: 0 24px;
  }
}
.cid-uKjMUnkCut .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUnkCut .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUnkCut .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUnkCut .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUnkCut .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUnkCut .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUnkCut .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUnkCut .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUnkCut .mbr-section-title {
  color: #141414;
}
.cid-uKjMUnkCut .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUnkCut .mbr-section-title,
.cid-uKjMUnkCut .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUppHkR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjMUppHkR .mbr-text {
  margin: 0;
}
.cid-uKjMUppHkR .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjMUppHkR .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjMUppHkR .row-element,
.cid-uKjMUppHkR .image-element {
  padding: 0;
}
.cid-uKjMUppHkR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjMUppHkR .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjMUppHkR .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjMUppHkR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjMUppHkR .carousel-item.active,
.cid-uKjMUppHkR .carousel-item-next,
.cid-uKjMUppHkR .carousel-item-prev {
  display: flex;
}
.cid-uKjMUppHkR .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjMUppHkR .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uKjMUppHkR .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjMUppHkR .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjMUppHkR .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjMUppHkR .carousel-controls {
    display: block;
  }
  .cid-uKjMUppHkR .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjMUppHkR .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjMUppHkR .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjMUppHkR .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjMUppHkR .text-element {
    padding: 1rem;
  }
  .cid-uKjMUppHkR .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjMUppHkR .image-element {
    min-width: 50%;
  }
  .cid-uKjMUppHkR .media-container-row {
    width: 100%;
  }
}
.cid-uKjMUppHkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUppHkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUppHkR .mbr-title,
.cid-uKjMUppHkR .ornament {
  color: #ce320c;
}
.cid-uKjMUppHkR .mbr-text,
.cid-uKjMUppHkR .link {
  text-align: left;
}
.cid-uKjMUo3J4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjMUo3J4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUo3J4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjMUo3J4a .container {
    padding: 0 15px;
  }
}
.cid-uKjMUo3J4a .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjMUo3J4a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjMUo3J4a .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjMUo3J4a .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjMUo3J4a .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjMUo3J4a .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjMUo3J4a .mbr-section-title {
  color: #131c28;
}
.cid-uKjMUo3J4a .mbr-desc {
  color: #131c28;
}
.cid-uKjMUoJCFE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUoJCFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUoJCFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUoJCFE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUoJCFE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUoJCFE .container {
    padding: 0 24px;
  }
}
.cid-uKjMUoJCFE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUoJCFE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUoJCFE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUoJCFE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUoJCFE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUoJCFE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUoJCFE .mbr-section-title {
  color: #141414;
}
.cid-uKjMUoJCFE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUoJCFE .mbr-section-title,
.cid-uKjMUoJCFE .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUqozvL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUqozvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUqozvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUqozvL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUqozvL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUqozvL .container {
    padding: 0 24px;
  }
}
.cid-uKjMUqozvL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUqozvL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUqozvL .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUqozvL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUqozvL .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUqozvL .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUqozvL .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUqozvL .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUqozvL .mbr-section-title {
  color: #141414;
}
.cid-uKjMUqozvL .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUqozvL .mbr-section-title,
.cid-uKjMUqozvL .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUr5VMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjMUr5VMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUr5VMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjMUr5VMh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjMUr5VMh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjMUr5VMh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjMUr5VMh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjMUr5VMh .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjMUr5VMh .mbr-text,
.cid-uKjMUr5VMh .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjMUrI26u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUrI26u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUrI26u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUrI26u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUrI26u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUrI26u .container {
    padding: 0 24px;
  }
}
.cid-uKjMUrI26u .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUrI26u .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUrI26u .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUrI26u .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUrI26u .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUrI26u .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUrI26u .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUrI26u .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUrI26u .mbr-section-title {
  color: #141414;
}
.cid-uKjMUrI26u .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUrI26u .mbr-section-title,
.cid-uKjMUrI26u .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUt4rzb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUt4rzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUt4rzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUt4rzb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUt4rzb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUt4rzb .container {
    padding: 0 24px;
  }
}
.cid-uKjMUt4rzb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUt4rzb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUt4rzb .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUt4rzb .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUt4rzb .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUt4rzb .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUt4rzb .mbr-section-title {
  color: #141414;
}
.cid-uKjMUt4rzb .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUt4rzb .mbr-section-title,
.cid-uKjMUt4rzb .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUuv5us {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUuv5us .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUuv5us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUuv5us .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUuv5us .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUuv5us .container {
    padding: 0 24px;
  }
}
.cid-uKjMUuv5us .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUuv5us .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUuv5us .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUuv5us .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUuv5us .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUuv5us .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUuv5us .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUuv5us .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUuv5us .mbr-section-title {
  color: #141414;
}
.cid-uKjMUuv5us .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUuv5us .mbr-section-title,
.cid-uKjMUuv5us .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUw9uec {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUw9uec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUw9uec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUw9uec .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUw9uec .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUw9uec .container {
    padding: 0 24px;
  }
}
.cid-uKjMUw9uec .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUw9uec .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUw9uec .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUw9uec .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUw9uec .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUw9uec .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUw9uec .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUw9uec .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUw9uec .mbr-section-title {
  color: #141414;
}
.cid-uKjMUw9uec .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUw9uec .mbr-section-title,
.cid-uKjMUw9uec .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUwU5tn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjMUwU5tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUwU5tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUwU5tn .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjMUwU5tn .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUwU5tn .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjMUwU5tn .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjMUwU5tn .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjMUwU5tn .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUwU5tn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjMUwU5tn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjMUwU5tn .mbr-section-title {
  color: #191c25;
}
.cid-uKjMUwU5tn .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjMUwU5tn .mbr-section-title,
.cid-uKjMUwU5tn .mbr-section-btn,
.cid-uKjMUwU5tn .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjMUxJmYR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUxJmYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUxJmYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUxJmYR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUxJmYR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUxJmYR .container {
    padding: 0 24px;
  }
}
.cid-uKjMUxJmYR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUxJmYR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUxJmYR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUxJmYR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUxJmYR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUxJmYR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUxJmYR .mbr-section-title {
  color: #141414;
}
.cid-uKjMUxJmYR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUxJmYR .mbr-section-title,
.cid-uKjMUxJmYR .mbr-section-btn {
  text-align: center;
}
.cid-uKjMUywQhM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjMUywQhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUywQhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUywQhM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjMUywQhM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjMUywQhM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUywQhM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjMUywQhM .container {
    padding: 0 14px;
  }
}
.cid-uKjMUywQhM .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjMUywQhM .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjMUywQhM .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjMUywQhM .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjMUywQhM .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjMUzkIOE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjMUzkIOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjMUzkIOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjMUzkIOE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjMUzkIOE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjMUzkIOE .container {
    padding: 0 24px;
  }
}
.cid-uKjMUzkIOE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjMUzkIOE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjMUzkIOE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjMUzkIOE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjMUzkIOE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjMUzkIOE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjMUzkIOE .mbr-section-title {
  color: #141414;
}
.cid-uKjMUzkIOE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjMUzkIOE .mbr-section-title,
.cid-uKjMUzkIOE .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjSq1Coh2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjSq1Coh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq1Coh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3bAXw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq3bAXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq3bAXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3bAXw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq3bAXw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq3bAXw .container {
    padding: 0 24px;
  }
}
.cid-uKjSq3bAXw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq3bAXw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq3bAXw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq3bAXw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq3bAXw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq3bAXw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq3bAXw .mbr-section-title {
  color: #141414;
}
.cid-uKjSq3bAXw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq3bAXw .mbr-section-title,
.cid-uKjSq3bAXw .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq3NDGO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjSq3NDGO .mbr-text {
  margin: 0;
}
.cid-uKjSq3NDGO .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjSq3NDGO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjSq3NDGO .row-element,
.cid-uKjSq3NDGO .image-element {
  padding: 0;
}
.cid-uKjSq3NDGO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSq3NDGO .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjSq3NDGO .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjSq3NDGO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSq3NDGO .carousel-item.active,
.cid-uKjSq3NDGO .carousel-item-next,
.cid-uKjSq3NDGO .carousel-item-prev {
  display: flex;
}
.cid-uKjSq3NDGO .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjSq3NDGO .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uKjSq3NDGO .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjSq3NDGO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjSq3NDGO .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjSq3NDGO .carousel-controls {
    display: block;
  }
  .cid-uKjSq3NDGO .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjSq3NDGO .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjSq3NDGO .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjSq3NDGO .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjSq3NDGO .text-element {
    padding: 1rem;
  }
  .cid-uKjSq3NDGO .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjSq3NDGO .image-element {
    min-width: 50%;
  }
  .cid-uKjSq3NDGO .media-container-row {
    width: 100%;
  }
}
.cid-uKjSq3NDGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq3NDGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq3NDGO .mbr-title,
.cid-uKjSq3NDGO .ornament {
  color: #ce320c;
}
.cid-uKjSq3NDGO .mbr-text,
.cid-uKjSq3NDGO .link {
  text-align: left;
}
.cid-uKjSq4uuBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjSq4uuBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq4uuBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjSq4uuBs .container {
    padding: 0 15px;
  }
}
.cid-uKjSq4uuBs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjSq4uuBs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjSq4uuBs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjSq4uuBs .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjSq4uuBs .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjSq4uuBs .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjSq4uuBs .mbr-section-title {
  color: #131c28;
}
.cid-uKjSq4uuBs .mbr-desc {
  color: #131c28;
}
.cid-uKjSq536SB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq536SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq536SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq536SB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq536SB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq536SB .container {
    padding: 0 24px;
  }
}
.cid-uKjSq536SB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq536SB .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq536SB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq536SB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq536SB .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq536SB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq536SB .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq536SB .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq536SB .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq536SB .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq536SB .mbr-section-title {
  color: #141414;
}
.cid-uKjSq536SB .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq536SB .mbr-section-title,
.cid-uKjSq536SB .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq5INqJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq5INqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq5INqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq5INqJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq5INqJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq5INqJ .container {
    padding: 0 24px;
  }
}
.cid-uKjSq5INqJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq5INqJ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq5INqJ .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq5INqJ .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq5INqJ .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq5INqJ .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq5INqJ .mbr-section-title {
  color: #141414;
}
.cid-uKjSq5INqJ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq5INqJ .mbr-section-title,
.cid-uKjSq5INqJ .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq6kBME {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjSq6kBME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq6kBME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjSq6kBME .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSq6kBME .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjSq6kBME .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSq6kBME .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjSq6kBME .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjSq6kBME .mbr-text,
.cid-uKjSq6kBME .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjSq6Xkbf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq6Xkbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq6Xkbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq6Xkbf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq6Xkbf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq6Xkbf .container {
    padding: 0 24px;
  }
}
.cid-uKjSq6Xkbf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq6Xkbf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq6Xkbf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq6Xkbf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq6Xkbf .mbr-section-title {
  color: #141414;
}
.cid-uKjSq6Xkbf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq6Xkbf .mbr-section-title,
.cid-uKjSq6Xkbf .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq7ynh7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq7ynh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq7ynh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq7ynh7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq7ynh7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq7ynh7 .container {
    padding: 0 24px;
  }
}
.cid-uKjSq7ynh7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq7ynh7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq7ynh7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq7ynh7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq7ynh7 .mbr-section-title {
  color: #141414;
}
.cid-uKjSq7ynh7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq7ynh7 .mbr-section-title,
.cid-uKjSq7ynh7 .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq88s8v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq88s8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq88s8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq88s8v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq88s8v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq88s8v .container {
    padding: 0 24px;
  }
}
.cid-uKjSq88s8v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq88s8v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq88s8v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq88s8v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq88s8v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq88s8v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq88s8v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq88s8v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq88s8v .mbr-section-title {
  color: #141414;
}
.cid-uKjSq88s8v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq88s8v .mbr-section-title,
.cid-uKjSq88s8v .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq8Mq3D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSq8Mq3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq8Mq3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq8Mq3D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSq8Mq3D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq8Mq3D .container {
    padding: 0 24px;
  }
}
.cid-uKjSq8Mq3D .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSq8Mq3D .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSq8Mq3D .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSq8Mq3D .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSq8Mq3D .mbr-section-title {
  color: #141414;
}
.cid-uKjSq8Mq3D .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSq8Mq3D .mbr-section-title,
.cid-uKjSq8Mq3D .mbr-section-btn {
  text-align: center;
}
.cid-uKjSq9qsbw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjSq9qsbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSq9qsbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSq9qsbw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjSq9qsbw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSq9qsbw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjSq9qsbw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjSq9qsbw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjSq9qsbw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSq9qsbw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjSq9qsbw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjSq9qsbw .mbr-section-title {
  color: #191c25;
}
.cid-uKjSq9qsbw .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjSq9qsbw .mbr-section-title,
.cid-uKjSq9qsbw .mbr-section-btn,
.cid-uKjSq9qsbw .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjSqa7avr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSqa7avr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqa7avr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqa7avr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSqa7avr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqa7avr .container {
    padding: 0 24px;
  }
}
.cid-uKjSqa7avr .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSqa7avr .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSqa7avr .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSqa7avr .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSqa7avr .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSqa7avr .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSqa7avr .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSqa7avr .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSqa7avr .mbr-section-title {
  color: #141414;
}
.cid-uKjSqa7avr .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSqa7avr .mbr-section-title,
.cid-uKjSqa7avr .mbr-section-btn {
  text-align: center;
}
.cid-uKjSqaO9LI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjSqaO9LI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqaO9LI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqaO9LI .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjSqaO9LI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSqaO9LI .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqaO9LI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSqaO9LI .container {
    padding: 0 14px;
  }
}
.cid-uKjSqaO9LI .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjSqaO9LI .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjSqaO9LI .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjSqaO9LI .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjSqaO9LI .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjSqbrKDM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSqbrKDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqbrKDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqbrKDM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSqbrKDM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSqbrKDM .container {
    padding: 0 24px;
  }
}
.cid-uKjSqbrKDM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSqbrKDM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSqbrKDM .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSqbrKDM .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSqbrKDM .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSqbrKDM .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSqbrKDM .mbr-section-title {
  color: #141414;
}
.cid-uKjSqbrKDM .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSqbrKDM .mbr-section-title,
.cid-uKjSqbrKDM .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjStdntfn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjStdntfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStdntfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSteYHUy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSteYHUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSteYHUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSteYHUy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSteYHUy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSteYHUy .container {
    padding: 0 24px;
  }
}
.cid-uKjSteYHUy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSteYHUy .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSteYHUy .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSteYHUy .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSteYHUy .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSteYHUy .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSteYHUy .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSteYHUy .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSteYHUy .mbr-section-title {
  color: #141414;
}
.cid-uKjSteYHUy .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSteYHUy .mbr-section-title,
.cid-uKjSteYHUy .mbr-section-btn {
  text-align: center;
}
.cid-uKjStfCrqz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjStfCrqz .mbr-text {
  margin: 0;
}
.cid-uKjStfCrqz .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjStfCrqz .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjStfCrqz .row-element,
.cid-uKjStfCrqz .image-element {
  padding: 0;
}
.cid-uKjStfCrqz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjStfCrqz .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjStfCrqz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjStfCrqz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjStfCrqz .carousel-item.active,
.cid-uKjStfCrqz .carousel-item-next,
.cid-uKjStfCrqz .carousel-item-prev {
  display: flex;
}
.cid-uKjStfCrqz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjStfCrqz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uKjStfCrqz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjStfCrqz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjStfCrqz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjStfCrqz .carousel-controls {
    display: block;
  }
  .cid-uKjStfCrqz .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjStfCrqz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjStfCrqz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjStfCrqz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjStfCrqz .text-element {
    padding: 1rem;
  }
  .cid-uKjStfCrqz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjStfCrqz .image-element {
    min-width: 50%;
  }
  .cid-uKjStfCrqz .media-container-row {
    width: 100%;
  }
}
.cid-uKjStfCrqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStfCrqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStfCrqz .mbr-title,
.cid-uKjStfCrqz .ornament {
  color: #ce320c;
}
.cid-uKjStfCrqz .mbr-text,
.cid-uKjStfCrqz .link {
  text-align: left;
}
.cid-uKjStgizO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjStgizO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStgizO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjStgizO7 .container {
    padding: 0 15px;
  }
}
.cid-uKjStgizO7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjStgizO7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjStgizO7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjStgizO7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjStgizO7 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjStgizO7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjStgizO7 .mbr-section-title {
  color: #131c28;
}
.cid-uKjStgizO7 .mbr-desc {
  color: #131c28;
}
.cid-uKjStgTPDf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStgTPDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStgTPDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStgTPDf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStgTPDf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStgTPDf .container {
    padding: 0 24px;
  }
}
.cid-uKjStgTPDf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStgTPDf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStgTPDf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStgTPDf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStgTPDf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStgTPDf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStgTPDf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStgTPDf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStgTPDf .mbr-section-title {
  color: #141414;
}
.cid-uKjStgTPDf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStgTPDf .mbr-section-title,
.cid-uKjStgTPDf .mbr-section-btn {
  text-align: center;
}
.cid-uKjSthxWin {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSthxWin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSthxWin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSthxWin .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSthxWin .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSthxWin .container {
    padding: 0 24px;
  }
}
.cid-uKjSthxWin .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSthxWin .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSthxWin .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSthxWin .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSthxWin .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSthxWin .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSthxWin .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSthxWin .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSthxWin .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSthxWin .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSthxWin .mbr-section-title {
  color: #141414;
}
.cid-uKjSthxWin .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSthxWin .mbr-section-title,
.cid-uKjSthxWin .mbr-section-btn {
  text-align: center;
}
.cid-uKjStibUKh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjStibUKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStibUKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjStibUKh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjStibUKh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjStibUKh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjStibUKh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjStibUKh .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjStibUKh .mbr-text,
.cid-uKjStibUKh .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjStiM7w7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStiM7w7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStiM7w7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStiM7w7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStiM7w7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStiM7w7 .container {
    padding: 0 24px;
  }
}
.cid-uKjStiM7w7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStiM7w7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStiM7w7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStiM7w7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStiM7w7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStiM7w7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStiM7w7 .mbr-section-title {
  color: #141414;
}
.cid-uKjStiM7w7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStiM7w7 .mbr-section-title,
.cid-uKjStiM7w7 .mbr-section-btn {
  text-align: center;
}
.cid-uKjStjrGpc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStjrGpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStjrGpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStjrGpc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStjrGpc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStjrGpc .container {
    padding: 0 24px;
  }
}
.cid-uKjStjrGpc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStjrGpc .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStjrGpc .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStjrGpc .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStjrGpc .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStjrGpc .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStjrGpc .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStjrGpc .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStjrGpc .mbr-section-title {
  color: #141414;
}
.cid-uKjStjrGpc .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStjrGpc .mbr-section-title,
.cid-uKjStjrGpc .mbr-section-btn {
  text-align: center;
}
.cid-uKjStk5T4R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStk5T4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStk5T4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStk5T4R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStk5T4R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStk5T4R .container {
    padding: 0 24px;
  }
}
.cid-uKjStk5T4R .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStk5T4R .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStk5T4R .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStk5T4R .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStk5T4R .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStk5T4R .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStk5T4R .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStk5T4R .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStk5T4R .mbr-section-title {
  color: #141414;
}
.cid-uKjStk5T4R .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStk5T4R .mbr-section-title,
.cid-uKjStk5T4R .mbr-section-btn {
  text-align: center;
}
.cid-uKjStkK2a1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStkK2a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStkK2a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStkK2a1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStkK2a1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStkK2a1 .container {
    padding: 0 24px;
  }
}
.cid-uKjStkK2a1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStkK2a1 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStkK2a1 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStkK2a1 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStkK2a1 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStkK2a1 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStkK2a1 .mbr-section-title {
  color: #141414;
}
.cid-uKjStkK2a1 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStkK2a1 .mbr-section-title,
.cid-uKjStkK2a1 .mbr-section-btn {
  text-align: center;
}
.cid-uKjStllrQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjStllrQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStllrQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStllrQj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjStllrQj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStllrQj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjStllrQj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjStllrQj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjStllrQj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjStllrQj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStllrQj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjStllrQj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjStllrQj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjStllrQj .mbr-section-title {
  color: #191c25;
}
.cid-uKjStllrQj .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjStllrQj .mbr-section-title,
.cid-uKjStllrQj .mbr-section-btn,
.cid-uKjStllrQj .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjStlVrtj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStlVrtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStlVrtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStlVrtj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStlVrtj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStlVrtj .container {
    padding: 0 24px;
  }
}
.cid-uKjStlVrtj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStlVrtj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStlVrtj .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStlVrtj .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStlVrtj .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStlVrtj .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStlVrtj .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStlVrtj .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStlVrtj .mbr-section-title {
  color: #141414;
}
.cid-uKjStlVrtj .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStlVrtj .mbr-section-title,
.cid-uKjStlVrtj .mbr-section-btn {
  text-align: center;
}
.cid-uKjStmBNvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjStmBNvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStmBNvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStmBNvp .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjStmBNvp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjStmBNvp .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStmBNvp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjStmBNvp .container {
    padding: 0 14px;
  }
}
.cid-uKjStmBNvp .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjStmBNvp .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjStmBNvp .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjStmBNvp .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjStmBNvp .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjStnbPWw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjStnbPWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjStnbPWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjStnbPWw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjStnbPWw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjStnbPWw .container {
    padding: 0 24px;
  }
}
.cid-uKjStnbPWw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjStnbPWw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjStnbPWw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjStnbPWw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjStnbPWw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjStnbPWw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjStnbPWw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjStnbPWw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjStnbPWw .mbr-section-title {
  color: #141414;
}
.cid-uKjStnbPWw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjStnbPWw .mbr-section-title,
.cid-uKjStnbPWw .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKjSwq6jH8 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #fac616 10%, #353535 100%) !important;
}
.cid-uKjSwq6jH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwq6jH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwrGDKD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwrGDKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwrGDKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwrGDKD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwrGDKD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwrGDKD .container {
    padding: 0 24px;
  }
}
.cid-uKjSwrGDKD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwrGDKD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwrGDKD .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwrGDKD .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwrGDKD .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwrGDKD .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwrGDKD .mbr-section-title {
  color: #141414;
}
.cid-uKjSwrGDKD .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwrGDKD .mbr-section-title,
.cid-uKjSwrGDKD .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwsjDBu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKjSwsjDBu .mbr-text {
  margin: 0;
}
.cid-uKjSwsjDBu .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uKjSwsjDBu .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uKjSwsjDBu .row-element,
.cid-uKjSwsjDBu .image-element {
  padding: 0;
}
.cid-uKjSwsjDBu .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSwsjDBu .image-element .img-wrap {
  width: 100% !important;
}
.cid-uKjSwsjDBu .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uKjSwsjDBu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKjSwsjDBu .carousel-item.active,
.cid-uKjSwsjDBu .carousel-item-next,
.cid-uKjSwsjDBu .carousel-item-prev {
  display: flex;
}
.cid-uKjSwsjDBu .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uKjSwsjDBu .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uKjSwsjDBu .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uKjSwsjDBu .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uKjSwsjDBu .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKjSwsjDBu .carousel-controls {
    display: block;
  }
  .cid-uKjSwsjDBu .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uKjSwsjDBu .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uKjSwsjDBu .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uKjSwsjDBu .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uKjSwsjDBu .text-element {
    padding: 1rem;
  }
  .cid-uKjSwsjDBu .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKjSwsjDBu .image-element {
    min-width: 50%;
  }
  .cid-uKjSwsjDBu .media-container-row {
    width: 100%;
  }
}
.cid-uKjSwsjDBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwsjDBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwsjDBu .mbr-title,
.cid-uKjSwsjDBu .ornament {
  color: #ce320c;
}
.cid-uKjSwsjDBu .mbr-text,
.cid-uKjSwsjDBu .link {
  text-align: left;
}
.cid-uKjSwsXlwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uKjSwsXlwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwsXlwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKjSwsXlwg .container {
    padding: 0 15px;
  }
}
.cid-uKjSwsXlwg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjSwsXlwg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKjSwsXlwg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uKjSwsXlwg .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKjSwsXlwg .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKjSwsXlwg .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uKjSwsXlwg .mbr-section-title {
  color: #131c28;
}
.cid-uKjSwsXlwg .mbr-desc {
  color: #131c28;
}
.cid-uKjSwtu1eG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwtu1eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwtu1eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwtu1eG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwtu1eG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwtu1eG .container {
    padding: 0 24px;
  }
}
.cid-uKjSwtu1eG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwtu1eG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwtu1eG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwtu1eG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwtu1eG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwtu1eG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwtu1eG .mbr-section-title {
  color: #141414;
}
.cid-uKjSwtu1eG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwtu1eG .mbr-section-title,
.cid-uKjSwtu1eG .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwu8Lgq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwu8Lgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwu8Lgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwu8Lgq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwu8Lgq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwu8Lgq .container {
    padding: 0 24px;
  }
}
.cid-uKjSwu8Lgq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwu8Lgq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwu8Lgq .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwu8Lgq .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwu8Lgq .mbr-section-title {
  color: #141414;
}
.cid-uKjSwu8Lgq .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwu8Lgq .mbr-section-title,
.cid-uKjSwu8Lgq .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwuJW52 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uKjSwuJW52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwuJW52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKjSwuJW52 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKjSwuJW52 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKjSwuJW52 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSwuJW52 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKjSwuJW52 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uKjSwuJW52 .mbr-text,
.cid-uKjSwuJW52 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uKjSwvka8p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwvka8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwvka8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwvka8p .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwvka8p .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwvka8p .container {
    padding: 0 24px;
  }
}
.cid-uKjSwvka8p .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwvka8p .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwvka8p .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwvka8p .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwvka8p .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwvka8p .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwvka8p .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwvka8p .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwvka8p .mbr-section-title {
  color: #141414;
}
.cid-uKjSwvka8p .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvka8p .mbr-section-title,
.cid-uKjSwvka8p .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwvZDbS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwvZDbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwvZDbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwvZDbS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwvZDbS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwvZDbS .container {
    padding: 0 24px;
  }
}
.cid-uKjSwvZDbS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwvZDbS .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwvZDbS .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwvZDbS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwvZDbS .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwvZDbS .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwvZDbS .mbr-section-title {
  color: #141414;
}
.cid-uKjSwvZDbS .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwvZDbS .mbr-section-title,
.cid-uKjSwvZDbS .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwwDxGG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwwDxGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwwDxGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwwDxGG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwwDxGG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwwDxGG .container {
    padding: 0 24px;
  }
}
.cid-uKjSwwDxGG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwwDxGG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwwDxGG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwwDxGG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwwDxGG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwwDxGG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwwDxGG .mbr-section-title {
  color: #141414;
}
.cid-uKjSwwDxGG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwwDxGG .mbr-section-title,
.cid-uKjSwwDxGG .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwxjWfx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwxjWfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwxjWfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwxjWfx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwxjWfx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwxjWfx .container {
    padding: 0 24px;
  }
}
.cid-uKjSwxjWfx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwxjWfx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwxjWfx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwxjWfx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwxjWfx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwxjWfx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwxjWfx .mbr-section-title {
  color: #141414;
}
.cid-uKjSwxjWfx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwxjWfx .mbr-section-title,
.cid-uKjSwxjWfx .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwxXBPU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uKjSwxXBPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwxXBPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwxXBPU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjSwxXBPU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwxXBPU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjSwxXBPU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjSwxXBPU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjSwxXBPU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxXBPU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjSwxXBPU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjSwxXBPU .mbr-section-title {
  color: #191c25;
}
.cid-uKjSwxXBPU .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjSwxXBPU .mbr-section-title,
.cid-uKjSwxXBPU .mbr-section-btn,
.cid-uKjSwxXBPU .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjSwyCi0i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwyCi0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwyCi0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwyCi0i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwyCi0i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwyCi0i .container {
    padding: 0 24px;
  }
}
.cid-uKjSwyCi0i .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwyCi0i .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwyCi0i .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwyCi0i .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwyCi0i .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwyCi0i .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwyCi0i .mbr-section-title {
  color: #141414;
}
.cid-uKjSwyCi0i .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwyCi0i .mbr-section-title,
.cid-uKjSwyCi0i .mbr-section-btn {
  text-align: center;
}
.cid-uKjSwzm1TY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uKjSwzm1TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwzm1TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwzm1TY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKjSwzm1TY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSwzm1TY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwzm1TY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKjSwzm1TY .container {
    padding: 0 14px;
  }
}
.cid-uKjSwzm1TY .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper {
  display: block;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uKjSwzm1TY .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uKjSwzm1TY .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKjSwzm1TY .mbr-text {
  color: #f4efef;
  text-align: center;
}
.cid-uKjSwzm1TY .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uKjSwA3jNE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uKjSwA3jNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSwA3jNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSwA3jNE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKjSwA3jNE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKjSwA3jNE .container {
    padding: 0 24px;
  }
}
.cid-uKjSwA3jNE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uKjSwA3jNE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uKjSwA3jNE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uKjSwA3jNE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uKjSwA3jNE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uKjSwA3jNE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uKjSwA3jNE .mbr-section-title {
  color: #141414;
}
.cid-uKjSwA3jNE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uKjSwA3jNE .mbr-section-title,
.cid-uKjSwA3jNE .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoWgar56t {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoWgar56t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgar56t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVSZJEWSJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVSZJEWSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVSZJEWSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVSZJEWSJ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVSZJEWSJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVSZJEWSJ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVSZJEWSJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVSZJEWSJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVSZJEWSJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVSZJEWSJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVSZJEWSJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVSZJEWSJ .mbr-section-title {
  color: #191c25;
}
.cid-uJVSZJEWSJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJVSZJEWSJ .mbr-section-title,
.cid-uJVSZJEWSJ .mbr-section-btn,
.cid-uJVSZJEWSJ .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJoWgdcjrt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgdcjrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgdcjrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgdcjrt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgdcjrt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgdcjrt .container {
    padding: 0 24px;
  }
}
.cid-uJoWgdcjrt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgdcjrt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgdcjrt .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgdcjrt .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgdcjrt .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgdcjrt .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgdcjrt .mbr-section-title {
  color: #141414;
}
.cid-uJoWgdcjrt .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgdcjrt .mbr-section-title,
.cid-uJoWgdcjrt .mbr-section-btn {
  text-align: center;
}
.cid-uKjVeJgaaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjVeJgaaH .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .container {
    padding: 0 28px;
  }
}
.cid-uKjVeJgaaH .row {
  margin: -1px 0 0 0;
}
.cid-uKjVeJgaaH .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjVeJgaaH .item:focus,
.cid-uKjVeJgaaH span:focus {
  outline: none;
}
.cid-uKjVeJgaaH .item-wrapper {
  position: relative;
}
.cid-uKjVeJgaaH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjVeJgaaH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjVeJgaaH .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjVeJgaaH .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjVeJgaaH .embla__button--next,
.cid-uKjVeJgaaH .embla__button--prev {
  display: flex;
}
.cid-uKjVeJgaaH .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjVeJgaaH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjVeJgaaH .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjVeJgaaH .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjVeJgaaH .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjVeJgaaH .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjVeJgaaH .embla__button {
    top: 50%;
  }
}
.cid-uKjVeJgaaH .embla {
  position: relative;
  width: 100%;
}
.cid-uKjVeJgaaH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjVeJgaaH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjVeJgaaH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjVeJgaaH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjVeJgaaH .mbr-section-title {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-card-title {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-desc {
  color: #000000;
}
.cid-uKjVeJgaaH .mbr-price {
  color: #e43f3f;
}
.cid-uJoWgbzenZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoWgbzenZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgbzenZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoWgbzenZ .container {
    padding: 0 15px;
  }
}
.cid-uJoWgbzenZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoWgbzenZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoWgbzenZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoWgbzenZ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoWgbzenZ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoWgbzenZ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoWgbzenZ .mbr-section-title {
  color: #131c28;
}
.cid-uJoWgbzenZ .mbr-desc {
  color: #131c28;
}
.cid-uJoWgdL29h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJoWgdL29h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgdL29h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgdL29h .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJoWgdL29h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgdL29h .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJoWgdL29h .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJoWgdL29h .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJoWgdL29h .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJoWgdL29h .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdL29h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJoWgdL29h .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJoWgdL29h .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJoWgdL29h .mbr-section-title {
  color: #191c25;
}
.cid-uJoWgdL29h .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJoWgdL29h .mbr-section-title,
.cid-uJoWgdL29h .mbr-section-btn,
.cid-uJoWgdL29h .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjVlOmPNi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjVlOmPNi .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .container {
    padding: 0 28px;
  }
}
.cid-uKjVlOmPNi .row {
  margin: -1px 0 0 0;
}
.cid-uKjVlOmPNi .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjVlOmPNi .item:focus,
.cid-uKjVlOmPNi span:focus {
  outline: none;
}
.cid-uKjVlOmPNi .item-wrapper {
  position: relative;
}
.cid-uKjVlOmPNi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjVlOmPNi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjVlOmPNi .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjVlOmPNi .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjVlOmPNi .embla__button--next,
.cid-uKjVlOmPNi .embla__button--prev {
  display: flex;
}
.cid-uKjVlOmPNi .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjVlOmPNi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjVlOmPNi .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjVlOmPNi .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjVlOmPNi .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjVlOmPNi .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjVlOmPNi .embla__button {
    top: 50%;
  }
}
.cid-uKjVlOmPNi .embla {
  position: relative;
  width: 100%;
}
.cid-uKjVlOmPNi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjVlOmPNi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjVlOmPNi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjVlOmPNi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjVlOmPNi .mbr-section-title {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-card-title {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-desc {
  color: #000000;
}
.cid-uKjVlOmPNi .mbr-price {
  color: #e43f3f;
}
.cid-uJoWgc8Ut5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoWgc8Ut5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgc8Ut5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoWgc8Ut5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoWgc8Ut5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoWgc8Ut5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoWgc8Ut5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoWgc8Ut5 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoWgc8Ut5 .mbr-text,
.cid-uJoWgc8Ut5 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoWgenAdm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgenAdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgenAdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgenAdm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgenAdm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgenAdm .container {
    padding: 0 24px;
  }
}
.cid-uJoWgenAdm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgenAdm .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgenAdm .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgenAdm .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgenAdm .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgenAdm .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgenAdm .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgenAdm .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgenAdm .mbr-section-title {
  color: #141414;
}
.cid-uJoWgenAdm .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgenAdm .mbr-section-title,
.cid-uJoWgenAdm .mbr-section-btn {
  text-align: center;
}
.cid-uJoWgfocIF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoWgfocIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoWgfocIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoWgfocIF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoWgfocIF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoWgfocIF .container {
    padding: 0 24px;
  }
}
.cid-uJoWgfocIF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoWgfocIF .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoWgfocIF .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoWgfocIF .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoWgfocIF .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoWgfocIF .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoWgfocIF .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoWgfocIF .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoWgfocIF .mbr-section-title {
  color: #141414;
}
.cid-uJoWgfocIF .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoWgfocIF .mbr-section-title,
.cid-uJoWgfocIF .mbr-section-btn {
  text-align: center;
}
.cid-uPZcwDpLNd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZcwDpLNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZcwDpLNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZcwDpLNd .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZcwDpLNd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZcwDpLNd .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZcwDpLNd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZcwDpLNd .container {
    padding: 0 14px;
  }
}
.cid-uPZcwDpLNd .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZcwDpLNd .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZcwDpLNd .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZcwDpLNd .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZcwDpLNd .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZcwDpLNd .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZcwDpLNd .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uINDBSiHNm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDBSiHNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBSiHNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJQyXBJx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uKjJQyXBJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjJQyXBJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjJQyXBJx .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uKjJQyXBJx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKjJQyXBJx .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uKjJQyXBJx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKjJQyXBJx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uKjJQyXBJx .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKjJQyXBJx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKjJQyXBJx .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKjJQyXBJx .mbr-section-title {
  color: #191c25;
}
.cid-uKjJQyXBJx .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uKjJQyXBJx .mbr-section-title,
.cid-uKjJQyXBJx .mbr-section-btn,
.cid-uKjJQyXBJx .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjFVnBW5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjFVnBW5n .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .container {
    padding: 0 28px;
  }
}
.cid-uKjFVnBW5n .row {
  margin: -1px 0 0 0;
}
.cid-uKjFVnBW5n .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjFVnBW5n .item:focus,
.cid-uKjFVnBW5n span:focus {
  outline: none;
}
.cid-uKjFVnBW5n .item-wrapper {
  position: relative;
}
.cid-uKjFVnBW5n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjFVnBW5n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjFVnBW5n .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjFVnBW5n .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjFVnBW5n .embla__button--next,
.cid-uKjFVnBW5n .embla__button--prev {
  display: flex;
}
.cid-uKjFVnBW5n .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjFVnBW5n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjFVnBW5n .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjFVnBW5n .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjFVnBW5n .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjFVnBW5n .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjFVnBW5n .embla__button {
    top: 50%;
  }
}
.cid-uKjFVnBW5n .embla {
  position: relative;
  width: 100%;
}
.cid-uKjFVnBW5n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjFVnBW5n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjFVnBW5n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjFVnBW5n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjFVnBW5n .mbr-section-title {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-card-title {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-desc {
  color: #000000;
}
.cid-uKjFVnBW5n .mbr-price {
  color: #e43f3f;
}
.cid-uINDBSZUVk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDBSZUVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBSZUVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDBSZUVk .container {
    padding: 0 15px;
  }
}
.cid-uINDBSZUVk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDBSZUVk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDBSZUVk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDBSZUVk .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDBSZUVk .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDBSZUVk .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDBSZUVk .mbr-section-title {
  color: #131c28;
}
.cid-uINDBSZUVk .mbr-desc {
  color: #131c28;
}
.cid-uINDBTl9uz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDBTl9uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBTl9uz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDBTl9uz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDBTl9uz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDBTl9uz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDBTl9uz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDBTl9uz .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDBTl9uz .mbr-text,
.cid-uINDBTl9uz .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDBU19L6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDBU19L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBU19L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBU19L6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDBU19L6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBU19L6 .container {
    padding: 0 24px;
  }
}
.cid-uINDBU19L6 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDBU19L6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDBU19L6 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDBU19L6 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDBU19L6 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDBU19L6 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDBU19L6 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDBU19L6 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDBU19L6 .mbr-section-title {
  color: #141414;
}
.cid-uINDBU19L6 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDBU19L6 .mbr-section-title,
.cid-uINDBU19L6 .mbr-section-btn {
  text-align: center;
}
.cid-uINDBULJpA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDBULJpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBULJpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBULJpA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDBULJpA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBULJpA .container {
    padding: 0 24px;
  }
}
.cid-uINDBULJpA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDBULJpA .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDBULJpA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDBULJpA .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDBULJpA .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDBULJpA .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDBULJpA .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDBULJpA .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDBULJpA .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDBULJpA .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDBULJpA .mbr-section-title {
  color: #141414;
}
.cid-uINDBULJpA .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDBULJpA .mbr-section-title,
.cid-uINDBULJpA .mbr-section-btn {
  text-align: center;
}
.cid-uJVTv9oNwV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTv9oNwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTv9oNwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTv9oNwV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTv9oNwV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTv9oNwV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTv9oNwV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTv9oNwV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTv9oNwV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTv9oNwV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTv9oNwV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTv9oNwV .mbr-section-title {
  color: #191c25;
}
.cid-uJVTv9oNwV .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTv9oNwV .mbr-section-title,
.cid-uJVTv9oNwV .mbr-section-btn,
.cid-uJVTv9oNwV .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uINDBWenWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDBWenWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDBWenWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDBWenWX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDBWenWX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDBWenWX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDBWenWX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDBWenWX .container {
    padding: 0 14px;
  }
}
.cid-uINDBWenWX .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDBWenWX .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDBWenWX .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDBWenWX .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDBWenWX .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uINDLtIQc7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDLtIQc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLtIQc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTKB3pFC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTKB3pFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTKB3pFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTKB3pFC .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTKB3pFC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTKB3pFC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTKB3pFC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTKB3pFC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTKB3pFC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTKB3pFC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTKB3pFC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTKB3pFC .mbr-section-title {
  color: #191c25;
}
.cid-uJVTKB3pFC .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTKB3pFC .mbr-section-title,
.cid-uJVTKB3pFC .mbr-section-btn,
.cid-uJVTKB3pFC .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uKjHnT1U7P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKjHnT1U7P .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .container {
    padding: 0 28px;
  }
}
.cid-uKjHnT1U7P .row {
  margin: -1px 0 0 0;
}
.cid-uKjHnT1U7P .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uKjHnT1U7P .item:focus,
.cid-uKjHnT1U7P span:focus {
  outline: none;
}
.cid-uKjHnT1U7P .item-wrapper {
  position: relative;
}
.cid-uKjHnT1U7P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uKjHnT1U7P .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uKjHnT1U7P .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uKjHnT1U7P .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKjHnT1U7P .embla__button--next,
.cid-uKjHnT1U7P .embla__button--prev {
  display: flex;
}
.cid-uKjHnT1U7P .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKjHnT1U7P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKjHnT1U7P .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uKjHnT1U7P .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uKjHnT1U7P .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uKjHnT1U7P .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKjHnT1U7P .embla__button {
    top: 50%;
  }
}
.cid-uKjHnT1U7P .embla {
  position: relative;
  width: 100%;
}
.cid-uKjHnT1U7P .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKjHnT1U7P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKjHnT1U7P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKjHnT1U7P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKjHnT1U7P .mbr-section-title {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-card-title {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-desc {
  color: #000000;
}
.cid-uKjHnT1U7P .mbr-price {
  color: #e43f3f;
}
.cid-uINDLutJdY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDLutJdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLutJdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDLutJdY .container {
    padding: 0 15px;
  }
}
.cid-uINDLutJdY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDLutJdY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDLutJdY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDLutJdY .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDLutJdY .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDLutJdY .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDLutJdY .mbr-section-title {
  color: #131c28;
}
.cid-uINDLutJdY .mbr-desc {
  color: #131c28;
}
.cid-uINDLuP7jK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDLuP7jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLuP7jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDLuP7jK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDLuP7jK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDLuP7jK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDLuP7jK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDLuP7jK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDLuP7jK .mbr-text,
.cid-uINDLuP7jK .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDLvubtE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLvubtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLvubtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLvubtE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLvubtE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLvubtE .container {
    padding: 0 24px;
  }
}
.cid-uINDLvubtE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLvubtE .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLvubtE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLvubtE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLvubtE .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLvubtE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLvubtE .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLvubtE .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLvubtE .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLvubtE .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLvubtE .mbr-section-title {
  color: #141414;
}
.cid-uINDLvubtE .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLvubtE .mbr-section-title,
.cid-uINDLvubtE .mbr-section-btn {
  text-align: center;
}
.cid-uJVTUD2DVq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJVTUD2DVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVTUD2DVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVTUD2DVq .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJVTUD2DVq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJVTUD2DVq .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJVTUD2DVq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJVTUD2DVq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063a99;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJVTUD2DVq .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJVTUD2DVq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJVTUD2DVq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJVTUD2DVq .mbr-section-title {
  color: #191c25;
}
.cid-uJVTUD2DVq .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJVTUD2DVq .mbr-section-title,
.cid-uJVTUD2DVq .mbr-section-btn,
.cid-uJVTUD2DVq .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uINDLwfzlU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLwfzlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLwfzlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLwfzlU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLwfzlU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLwfzlU .container {
    padding: 0 24px;
  }
}
.cid-uINDLwfzlU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLwfzlU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLwfzlU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLwfzlU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLwfzlU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLwfzlU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLwfzlU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLwfzlU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLwfzlU .mbr-section-title {
  color: #141414;
}
.cid-uINDLwfzlU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLwfzlU .mbr-section-title,
.cid-uINDLwfzlU .mbr-section-btn {
  text-align: center;
}
.cid-uINDLwYQv4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDLwYQv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLwYQv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLwYQv4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDLwYQv4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLwYQv4 .container {
    padding: 0 24px;
  }
}
.cid-uINDLwYQv4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDLwYQv4 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDLwYQv4 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDLwYQv4 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDLwYQv4 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDLwYQv4 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDLwYQv4 .mbr-section-title {
  color: #141414;
}
.cid-uINDLwYQv4 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDLwYQv4 .mbr-section-title,
.cid-uINDLwYQv4 .mbr-section-btn {
  text-align: center;
}
.cid-uINDLxHe9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDLxHe9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDLxHe9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDLxHe9l .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDLxHe9l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDLxHe9l .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDLxHe9l .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDLxHe9l .container {
    padding: 0 14px;
  }
}
.cid-uINDLxHe9l .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDLxHe9l .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDLxHe9l .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDLxHe9l .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDLxHe9l .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uTFAuLuyqE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uTFAuLuyqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFAuLuyqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFAuLuyqE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTFAuLuyqE .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uTFAuLuyqE .container {
    padding: 0 15px;
  }
}
.cid-uTFAuLuyqE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTFAuLuyqE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTFAuLuyqE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTFAuLuyqE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uTFAuLuyqE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTFAuLuyqE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTFAuLuyqE .mbr-section-title {
  color: #131c28;
}
.cid-uTFAuLuyqE .mbr-desc {
  color: #000000;
}
.cid-uTFAuLuyqE .mbr-text {
  color: #000000;
}
.cid-uTFAuLuyqE .mbr-section-title,
.cid-uTFAuLuyqE .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uTFAvcUtc2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFAvcUtc2::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#0070c0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFAvcUtc2::before {
    opacity: .4;
  }
}
.cid-uTFAvcUtc2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFAvcUtc2::after {
    opacity: .4;
  }
}
.cid-uTFAvcUtc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFAvcUtc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFAvcUtc2 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFAvcUtc2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFAvcUtc2 .container {
    padding: 0 16px;
  }
}
.cid-uTFAvcUtc2 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFAvcUtc2 .row .card {
  justify-content: flex-end;
}
.cid-uTFAvcUtc2 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFAvcUtc2 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFAvcUtc2 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFAvcUtc2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFAvcUtc2 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFAvcUtc2 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFAvcUtc2 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFAvcUtc2 .mbr-section-title {
  color: #000000;
}
.cid-uTFAvcUtc2 .mbr-text {
  color: #000000;
}
.cid-uTFAvcUtc2 .mbr-section-title,
.cid-uTFAvcUtc2 .mbr-section-btn-main {
  text-align: right;
}
.cid-uTFAvTq3mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTFAvTq3mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFAvTq3mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFAvTq3mi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uTFAvTq3mi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTFAvTq3mi .embla__slide .slide-content {
  width: 100%;
}
.cid-uTFAvTq3mi .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-uTFAvTq3mi .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-uTFAvTq3mi .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-uTFAvTq3mi .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #ff8e01;
}
@media (max-width: 992px) {
  .cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070c0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uTFAvTq3mi .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uTFAvTq3mi .embla__button--next,
.cid-uTFAvTq3mi .embla__button--prev {
  display: flex;
}
.cid-uTFAvTq3mi .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #0070c0 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTFAvTq3mi .embla__button:disabled {
  opacity: .5 !important;
}
.cid-uTFAvTq3mi .embla__button:hover {
  transform: scale(1.05);
}
.cid-uTFAvTq3mi .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uTFAvTq3mi .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uTFAvTq3mi .embla__button.embla__button--next {
  right: 0;
}
.cid-uTFAvTq3mi .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uTFAvTq3mi .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uTFAvTq3mi .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTFAvTq3mi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTFAvTq3mi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTFAvTq3mi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTFAvTq3mi .mbr-label {
  color: #19171c;
}
.cid-uTFAvTq3mi .mbr-section-title {
  color: #19171c;
}
.cid-uTFAvTq3mi .item-title {
  color: #19171c;
}
.cid-uTFAvTq3mi .item-name {
  color: #0070c0;
  text-align: center;
}
.cid-uTFAvTq3mi .item-title,
.cid-uTFAvTq3mi .person-wrapper {
  color: #0070c0;
  text-align: center;
}
.cid-uTFAwoXd9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTFAwoXd9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFAwoXd9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFAwoXd9K .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uTFAwoXd9K .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTFAwoXd9K .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTFAwoXd9K .card {
    margin-bottom: 2rem;
  }
  .cid-uTFAwoXd9K .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTFAwoXd9K .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTFAwTulDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uTFAwTulDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFAwTulDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uTFAwTulDj .container {
    max-width: 1400px;
  }
}
.cid-uTFAwTulDj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uTFAwTulDj .row {
  justify-content: center;
}
.cid-uTFAwTulDj .mbr-section-title {
  color: #ff8e01;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uINDPJM2YV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uINDPJM2YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPJM2YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPKuqkm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uINDPKuqkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPKuqkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINDPKuqkm .container {
    padding: 0 15px;
  }
}
.cid-uINDPKuqkm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uINDPKuqkm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uINDPKuqkm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uINDPKuqkm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uINDPKuqkm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uINDPKuqkm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uINDPKuqkm .mbr-section-title {
  color: #131c28;
}
.cid-uINDPKuqkm .mbr-desc {
  color: #131c28;
}
.cid-uJQlQUXgYz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJQlQUXgYz .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .container {
    padding: 0 28px;
  }
}
.cid-uJQlQUXgYz .row {
  margin: -1px 0 0 0;
}
.cid-uJQlQUXgYz .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJQlQUXgYz .item:focus,
.cid-uJQlQUXgYz span:focus {
  outline: none;
}
.cid-uJQlQUXgYz .item-wrapper {
  position: relative;
}
.cid-uJQlQUXgYz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJQlQUXgYz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJQlQUXgYz .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJQlQUXgYz .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQlQUXgYz .embla__button--next,
.cid-uJQlQUXgYz .embla__button--prev {
  display: flex;
}
.cid-uJQlQUXgYz .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJQlQUXgYz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJQlQUXgYz .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJQlQUXgYz .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJQlQUXgYz .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJQlQUXgYz .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJQlQUXgYz .embla__button {
    top: 50%;
  }
}
.cid-uJQlQUXgYz .embla {
  position: relative;
  width: 100%;
}
.cid-uJQlQUXgYz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJQlQUXgYz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJQlQUXgYz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJQlQUXgYz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJQlQUXgYz .mbr-section-title {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-card-title {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-desc {
  color: #000000;
}
.cid-uJQlQUXgYz .mbr-price {
  color: #e43f3f;
}
.cid-uINDPKTMU7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uINDPKTMU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPKTMU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uINDPKTMU7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uINDPKTMU7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uINDPKTMU7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uINDPKTMU7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uINDPKTMU7 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uINDPKTMU7 .mbr-text,
.cid-uINDPKTMU7 .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uINDPLzGbu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPLzGbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPLzGbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPLzGbu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPLzGbu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPLzGbu .container {
    padding: 0 24px;
  }
}
.cid-uINDPLzGbu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPLzGbu .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPLzGbu .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPLzGbu .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPLzGbu .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPLzGbu .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPLzGbu .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPLzGbu .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPLzGbu .mbr-section-title {
  color: #141414;
}
.cid-uINDPLzGbu .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPLzGbu .mbr-section-title,
.cid-uINDPLzGbu .mbr-section-btn {
  text-align: center;
}
.cid-uINDPMkLOe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPMkLOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPMkLOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPMkLOe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPMkLOe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPMkLOe .container {
    padding: 0 24px;
  }
}
.cid-uINDPMkLOe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPMkLOe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPMkLOe .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPMkLOe .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPMkLOe .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPMkLOe .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPMkLOe .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPMkLOe .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPMkLOe .mbr-section-title {
  color: #141414;
}
.cid-uINDPMkLOe .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPMkLOe .mbr-section-title,
.cid-uINDPMkLOe .mbr-section-btn {
  text-align: center;
}
.cid-uINDPN8ZVG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uINDPN8ZVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPN8ZVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPN8ZVG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uINDPN8ZVG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPN8ZVG .container {
    padding: 0 24px;
  }
}
.cid-uINDPN8ZVG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn:hover,
.cid-uINDPN8ZVG .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uINDPN8ZVG .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uINDPN8ZVG .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uINDPN8ZVG .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uINDPN8ZVG .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uINDPN8ZVG .mbr-section-title {
  color: #141414;
}
.cid-uINDPN8ZVG .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uINDPN8ZVG .mbr-section-title,
.cid-uINDPN8ZVG .mbr-section-btn {
  text-align: center;
}
.cid-uINDPNU6yo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uINDPNU6yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDPNU6yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDPNU6yo .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uINDPNU6yo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDPNU6yo .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uINDPNU6yo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uINDPNU6yo .container {
    padding: 0 14px;
  }
}
.cid-uINDPNU6yo .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper {
  display: block;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uINDPNU6yo .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uINDPNU6yo .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uINDPNU6yo .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uINDPNU6yo .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQhLnIWqS {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQhLnIWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLnIWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLou1Jq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLou1Jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLou1Jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLou1Jq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLou1Jq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLou1Jq .container {
    padding: 0 24px;
  }
}
.cid-uJQhLou1Jq .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLou1Jq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLou1Jq .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLou1Jq .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLou1Jq .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLou1Jq .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLou1Jq .mbr-section-title {
  color: #141414;
}
.cid-uJQhLou1Jq .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLou1Jq .mbr-section-title,
.cid-uJQhLou1Jq .mbr-section-btn {
  text-align: center;
}
.cid-uJTiy3jkYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJTiy3jkYg .container-fluid {
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .container-fluid {
    padding: 0;
  }
}
.cid-uJTiy3jkYg .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .container {
    padding: 0 28px;
  }
}
.cid-uJTiy3jkYg .row {
  margin: -1px 0 0 0;
}
.cid-uJTiy3jkYg .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJTiy3jkYg .item:focus,
.cid-uJTiy3jkYg span:focus {
  outline: none;
}
.cid-uJTiy3jkYg .item-wrapper {
  position: relative;
}
.cid-uJTiy3jkYg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJTiy3jkYg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJTiy3jkYg .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJTiy3jkYg .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJTiy3jkYg .embla__button--next,
.cid-uJTiy3jkYg .embla__button--prev {
  display: flex;
}
.cid-uJTiy3jkYg .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #e43f3f !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJTiy3jkYg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJTiy3jkYg .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJTiy3jkYg .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJTiy3jkYg .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJTiy3jkYg .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJTiy3jkYg .embla__button {
    top: 50%;
  }
}
.cid-uJTiy3jkYg .embla {
  position: relative;
  width: 100%;
}
.cid-uJTiy3jkYg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJTiy3jkYg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJTiy3jkYg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJTiy3jkYg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJTiy3jkYg .mbr-section-title {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-card-title {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-desc {
  color: #000000;
}
.cid-uJTiy3jkYg .mbr-price {
  color: #e43f3f;
}
.cid-uJQhLrgjQ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLrgjQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLrgjQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLrgjQ3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLrgjQ3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLrgjQ3 .container {
    padding: 0 24px;
  }
}
.cid-uJQhLrgjQ3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLrgjQ3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLrgjQ3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLrgjQ3 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLrgjQ3 .mbr-section-title {
  color: #141414;
}
.cid-uJQhLrgjQ3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLrgjQ3 .mbr-section-title,
.cid-uJQhLrgjQ3 .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLoS612 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQhLoS612 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLoS612 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQhLoS612 .container {
    padding: 0 15px;
  }
}
.cid-uJQhLoS612 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQhLoS612 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQhLoS612 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQhLoS612 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQhLoS612 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQhLoS612 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQhLoS612 .mbr-section-title {
  color: #131c28;
}
.cid-uJQhLoS612 .mbr-desc {
  color: #131c28;
}
.cid-uJQhLqr96t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLqr96t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLqr96t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLqr96t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLqr96t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLqr96t .container {
    padding: 0 24px;
  }
}
.cid-uJQhLqr96t .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLqr96t .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLqr96t .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLqr96t .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLqr96t .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLqr96t .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLqr96t .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLqr96t .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLqr96t .mbr-section-title {
  color: #141414;
}
.cid-uJQhLqr96t .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLqr96t .mbr-section-title,
.cid-uJQhLqr96t .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLqQ3DC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQhLqQ3DC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLqQ3DC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQhLqQ3DC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQhLqQ3DC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQhLqQ3DC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQhLqQ3DC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQhLqQ3DC .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQhLqQ3DC .mbr-text,
.cid-uJQhLqQ3DC .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQhLtwmU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLtwmU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLtwmU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLtwmU7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLtwmU7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLtwmU7 .container {
    padding: 0 24px;
  }
}
.cid-uJQhLtwmU7 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLtwmU7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLtwmU7 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLtwmU7 .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLtwmU7 .mbr-section-title {
  color: #141414;
}
.cid-uJQhLtwmU7 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLtwmU7 .mbr-section-title,
.cid-uJQhLtwmU7 .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLu2q3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQhLu2q3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLu2q3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQhLu2q3h .container {
    padding: 0 15px;
  }
}
.cid-uJQhLu2q3h .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQhLu2q3h .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQhLu2q3h .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQhLu2q3h .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQhLu2q3h .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQhLu2q3h .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQhLu2q3h .mbr-section-title {
  color: #131c28;
}
.cid-uJQhLu2q3h .mbr-desc {
  color: #131c28;
}
.cid-uJQhLu2q3h .mbr-text {
  text-align: center;
}
.cid-uJQhLpesyL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLpesyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLpesyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLpesyL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLpesyL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLpesyL .container {
    padding: 0 24px;
  }
}
.cid-uJQhLpesyL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLpesyL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLpesyL .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLpesyL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLpesyL .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLpesyL .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLpesyL .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLpesyL .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLpesyL .mbr-section-title {
  color: #141414;
}
.cid-uJQhLpesyL .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLpesyL .mbr-section-title,
.cid-uJQhLpesyL .mbr-section-btn {
  text-align: center;
}
.cid-uJQhLuvYpB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQhLuvYpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLuvYpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLuvYpB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQhLuvYpB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQhLuvYpB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLuvYpB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQhLuvYpB .container {
    padding: 0 14px;
  }
}
.cid-uJQhLuvYpB .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQhLuvYpB .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQhLuvYpB .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQhLuvYpB .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQhLuvYpB .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJQhLsu4lx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQhLsu4lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQhLsu4lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQhLsu4lx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQhLsu4lx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQhLsu4lx .container {
    padding: 0 24px;
  }
}
.cid-uJQhLsu4lx .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQhLsu4lx .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQhLsu4lx .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQhLsu4lx .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQhLsu4lx .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQhLsu4lx .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQhLsu4lx .mbr-section-title {
  color: #141414;
}
.cid-uJQhLsu4lx .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQhLsu4lx .mbr-section-title,
.cid-uJQhLsu4lx .mbr-section-btn {
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJWfPQ3cX5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fac616;
}
.cid-uJWfPQ3cX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWfPQ3cX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWfPQ3cX5 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uJWfPQ3cX5 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uJWfPQ3cX5 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJWfPQ3cX5 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJWfPQ3cX5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fac616 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fac616 37%, transparent 100%);
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJWfPQ3cX5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f1634f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uJWfPQ3cX5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJWfPQ3cX5 .mbr-section-title {
  color: #404349;
}
.cid-uJWfPQ3cX5 .mbr-text {
  color: #000000;
}
.cid-uJWfPQ3cX5 .mbr-desc {
  color: #b19a7c;
}
.cid-uJWfPQ3cX5 .mbr-desc,
.cid-uJWfPQ3cX5 .desc-wrapper {
  color: #ffffff;
}
.cid-uJWfPQ3cX5 .mbr-section-title,
.cid-uJWfPQ3cX5 .mbr-section-btn {
  color: #000000;
}
.cid-uRRjlyz2eS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRjlyz2eS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRjlyz2eS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRjlyz2eS .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRjlyz2eS .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRjlyz2eS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRjlyz2eS .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRjlyz2eS .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRjlyz2eS .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRjlyz2eS .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRjlyz2eS .panel-title-edit {
  color: #000000;
}
.cid-uRRjlyz2eS .panel-text {
  color: #d7d2d2;
}
.cid-uRRjlyz2eS .panel-text,
.cid-uRRjlyz2eS .panel-body {
  color: #353535;
}
.cid-uRRjlyz2eS .mbr-section-title,
.cid-uRRjlyz2eS .mbr-section-btn,
.cid-uRRjlyz2eS .title-wrapper {
  color: #0070c0;
}
.cid-uPZb74NggV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uPZb74NggV::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPZb74NggV::before {
    opacity: .4;
  }
}
.cid-uPZb74NggV::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPZb74NggV::after {
    opacity: .4;
  }
}
.cid-uPZb74NggV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZb74NggV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZb74NggV .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPZb74NggV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZb74NggV .container {
    padding: 0 16px;
  }
}
.cid-uPZb74NggV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPZb74NggV .row .card {
  justify-content: flex-end;
}
.cid-uPZb74NggV .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPZb74NggV .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPZb74NggV .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPZb74NggV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPZb74NggV .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPZb74NggV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPZb74NggV .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPZb74NggV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPZb74NggV .mbr-section-title {
  color: #000000;
}
.cid-uPZb74NggV .mbr-text {
  color: #000000;
}
.cid-uPZb74NggV .mbr-section-title,
.cid-uPZb74NggV .mbr-section-btn-main {
  text-align: right;
}
.cid-uPZb7nKCsc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPZb7nKCsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZb7nKCsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZb7nKCsc .container {
    padding: 0 15px;
  }
}
.cid-uPZb7nKCsc .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZb7nKCsc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZb7nKCsc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZb7nKCsc .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZb7nKCsc .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZb7nKCsc .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZb7nKCsc .mbr-section-title {
  color: #131c28;
}
.cid-uPZb7nKCsc .mbr-desc {
  color: #131c28;
}
.cid-uPZb7nKCsc .mbr-text {
  text-align: center;
}
.cid-uPZb82LNn3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPZb82LNn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZb82LNn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZb82LNn3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPZb82LNn3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZb82LNn3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPZb82LNn3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPZb82LNn3 .container {
    padding: 0 14px;
  }
}
.cid-uPZb82LNn3 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPZb82LNn3 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPZb82LNn3 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPZb82LNn3 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPZb82LNn3 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPZb82LNn3 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPZb82LNn3 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwHUmGjab {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uIwHUmGjab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwHUmGjab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQ8PcKa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWoQ8PcKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWoQ8PcKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQ8PcKa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWoQ8PcKa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWoQ8PcKa .container {
    padding: 0 24px;
  }
}
.cid-uJWoQ8PcKa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWoQ8PcKa .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWoQ8PcKa .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWoQ8PcKa .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWoQ8PcKa .mbr-section-title {
  color: #141414;
}
.cid-uJWoQ8PcKa .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWoQ8PcKa .mbr-section-title,
.cid-uJWoQ8PcKa .mbr-section-btn {
  text-align: center;
}
.cid-uJWlFDgn12 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/showroom202203-990x556.jpg");
}
.cid-uJWlFDgn12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWlFDgn12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWlFDgn12 form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-uJWlFDgn12 h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uJWlFDgn12 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uJWlFDgn12 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #0070c0;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uJWlFDgn12 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ff8e01;
  font-size: 1.5rem;
}
.cid-uJWlFDgn12 .mbr-section-title {
  color: #04492e;
}
.cid-uJWlFDgn12 .mbr-text,
.cid-uJWlFDgn12 .mbr-section-btn {
  color: #e1e5f0;
}
.cid-uJWlFDgn12 .mbr-section-subtitle,
.cid-uJWlFDgn12 .align-wrapper {
  color: #04492e;
}
.cid-uJWlFDgn12 .form-control,
.cid-uJWlFDgn12 .field-input {
  padding: 1rem;
  background-color: #353535;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #04492e !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .form-control::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uJWlFDgn12 .form-control:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uJWlFDgn12 .form-control:hover,
.cid-uJWlFDgn12 .field-input:hover,
.cid-uJWlFDgn12 .form-control:focus,
.cid-uJWlFDgn12 .field-input:focus {
  background-color: #bed3f9;
  border-color: #04492e !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .form-control:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:hover::-webkit-input-placeholder,
.cid-uJWlFDgn12 .form-control:focus::-webkit-input-placeholder,
.cid-uJWlFDgn12 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uJWlFDgn12 .form-control:hover:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:hover:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:focus:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:focus:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:hover:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:hover:-moz-placeholder,
.cid-uJWlFDgn12 .form-control:focus:-moz-placeholder,
.cid-uJWlFDgn12 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uJWlFDgn12 .jq-number__spin:hover,
.cid-uJWlFDgn12 .jq-number__spin:focus {
  background-color: #bed3f9;
  border-color: #04492e !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .jq-number__spin {
  background-color: #353535;
  border-color: #04492e;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJWlFDgn12 .jq-selectbox li,
.cid-uJWlFDgn12 .jq-selectbox li {
  background-color: #353535;
  color: #ffffff;
}
.cid-uJWlFDgn12 .jq-selectbox li:hover,
.cid-uJWlFDgn12 .jq-selectbox li.selected {
  background-color: #bed3f9;
  color: #000000;
}
.cid-uJWlFDgn12 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJWlFDgn12 .jq-number__spin.minus:hover:after,
.cid-uJWlFDgn12 .jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.cid-uJWlFDgn12 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJWlFDgn12 .jq-number__spin.minus:after,
.cid-uJWlFDgn12 .jq-number__spin.plus:after {
  border-top-color: #bed3f9;
  border-bottom-color: #bed3f9;
}
.cid-uJWlFDgn12 textarea {
  min-height: 150px;
}
.cid-uJWlFDgn12 input::-webkit-clear-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJWlFDgn12 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJWlFDgn12 LABEL {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJWlFDgn12 .col-auto {
    margin: auto;
  }
}
.cid-uJWlFDgn12 H5 {
  color: #e1e5f0;
}
.cid-uJWoQIg7AR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJWoQIg7AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWoQIg7AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWoQIg7AR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJWoQIg7AR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJWoQIg7AR .container {
    padding: 0 24px;
  }
}
.cid-uJWoQIg7AR .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJWoQIg7AR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJWoQIg7AR .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJWoQIg7AR .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJWoQIg7AR .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJWoQIg7AR .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJWoQIg7AR .mbr-section-title {
  color: #141414;
}
.cid-uJWoQIg7AR .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJWoQIg7AR .mbr-section-title,
.cid-uJWoQIg7AR .mbr-section-btn {
  text-align: center;
}
.cid-uJWUNBTGt3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uJWUNBTGt3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJWUNBTGt3 .mbr-text,
.cid-uJWUNBTGt3 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJWUNBTGt3 .mbr-section-title,
.cid-uJWUNBTGt3 .line {
  color: #232323;
}
.cid-uJWUNBTGt3 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJWUNBTGt3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJWUNBTGt3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJWUNBTGt3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJWUNBTGt3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJWUNBTGt3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJWUNBTGt3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJWUNBTGt3 .mbr-section-subtitle,
.cid-uJWUNBTGt3 .align {
  text-align: left;
  color: #232323;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uPYx7Dlv9G {
  z-index: 1000;
  width: 100%;
}
.cid-uPYx7Dlv9G nav.navbar {
  position: fixed;
}
.cid-uPYx7Dlv9G .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uPYx7Dlv9G .btn-padding span {
  line-height: 10px;
}
.cid-uPYx7Dlv9G .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-uPYx7Dlv9G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPYx7Dlv9G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPYx7Dlv9G .dropdown-item:hover,
.cid-uPYx7Dlv9G .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uPYx7Dlv9G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPYx7Dlv9G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPYx7Dlv9G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPYx7Dlv9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPYx7Dlv9G .nav-link {
  position: relative;
}
.cid-uPYx7Dlv9G .container {
  display: flex;
  margin: auto;
}
.cid-uPYx7Dlv9G .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPYx7Dlv9G .dropdown-menu,
.cid-uPYx7Dlv9G .navbar.opened {
  background: #ffffff !important;
}
.cid-uPYx7Dlv9G .nav-item:focus,
.cid-uPYx7Dlv9G .nav-link:focus {
  outline: none;
}
.cid-uPYx7Dlv9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPYx7Dlv9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPYx7Dlv9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPYx7Dlv9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPYx7Dlv9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPYx7Dlv9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPYx7Dlv9G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uPYx7Dlv9G .navbar.opened {
  transition: all 0.3s;
}
.cid-uPYx7Dlv9G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPYx7Dlv9G .navbar .navbar-logo img {
  width: auto;
}
.cid-uPYx7Dlv9G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPYx7Dlv9G .navbar.collapsed {
  justify-content: center;
}
.cid-uPYx7Dlv9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPYx7Dlv9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPYx7Dlv9G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPYx7Dlv9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPYx7Dlv9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPYx7Dlv9G .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-uPYx7Dlv9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPYx7Dlv9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPYx7Dlv9G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPYx7Dlv9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPYx7Dlv9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPYx7Dlv9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPYx7Dlv9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPYx7Dlv9G .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-uPYx7Dlv9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPYx7Dlv9G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPYx7Dlv9G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPYx7Dlv9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPYx7Dlv9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPYx7Dlv9G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPYx7Dlv9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPYx7Dlv9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPYx7Dlv9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPYx7Dlv9G .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPYx7Dlv9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPYx7Dlv9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPYx7Dlv9G .dropdown-item.active,
.cid-uPYx7Dlv9G .dropdown-item:active {
  background-color: transparent;
}
.cid-uPYx7Dlv9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPYx7Dlv9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPYx7Dlv9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPYx7Dlv9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPYx7Dlv9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPYx7Dlv9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPYx7Dlv9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPYx7Dlv9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPYx7Dlv9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPYx7Dlv9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uPYx7Dlv9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPYx7Dlv9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYx7Dlv9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYx7Dlv9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPYx7Dlv9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYx7Dlv9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPYx7Dlv9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPYx7Dlv9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYx7Dlv9G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPYx7Dlv9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPYx7Dlv9G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPYx7Dlv9G .navbar {
    height: 70px;
  }
  .cid-uPYx7Dlv9G .navbar.opened {
    height: auto;
  }
  .cid-uPYx7Dlv9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ2KxS5wb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uPZ2KxS5wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ2KxS5wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ2KxS5wb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPZ2KxS5wb .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPZ2KxS5wb .container {
    padding: 0 15px;
  }
}
.cid-uPZ2KxS5wb .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZ2KxS5wb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZ2KxS5wb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZ2KxS5wb .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uPZ2KxS5wb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZ2KxS5wb .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZ2KxS5wb .mbr-section-title {
  color: #131c28;
}
.cid-uPZ2KxS5wb .mbr-desc {
  color: #000000;
}
.cid-uPZ2KxS5wb .mbr-text {
  color: #000000;
}
.cid-uPZ2KxS5wb .mbr-section-title,
.cid-uPZ2KxS5wb .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uPYx7Ezweq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uPYx7Ezweq .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uPYx7Ezweq .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uPYx7Ezweq .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uPYx7Ezweq .item-wrapper:hover .item-content,
.cid-uPYx7Ezweq .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uPYx7Ezweq .item-wrapper:hover .mbr-link,
.cid-uPYx7Ezweq .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPYx7Ezweq .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uPYx7Ezweq .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uPYx7Ezweq .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uPYx7Ezweq .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uPYx7Ezweq .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uPYx7Ezweq .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uPYx7Ezweq .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uPYx7Ezweq .item:focus,
.cid-uPYx7Ezweq span:focus {
  outline: none;
}
.cid-uPYx7Ezweq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPYx7Ezweq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPYx7Ezweq .mbr-section-title {
  color: #0070c0;
  text-align: center;
}
.cid-uPYx7Ezweq .mbr-text,
.cid-uPYx7Ezweq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPYx7Ezweq .item-title {
  color: #ff8e01;
  text-align: center;
}
.cid-uPYx7Ezweq .mbr-section-subtitle {
  text-align: center;
  color: #0070c0;
}
.cid-uQ4SCzKQX5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ4SCzKQX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4SCzKQX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4SCzKQX5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uQ4SCzKQX5 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper {
  margin: 0 -5px;
}
.cid-uQ4SCzKQX5 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #e1e5f0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ4SCzKQX5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ4SCzKQX5 .mbr-section-title {
  color: #093388;
}
.cid-uQ4SCzKQX5 .item-title {
  color: #093388;
}
.cid-uQ4SCzKQX5 .item-text {
  color: #58595b;
}
.cid-uQ4SCzKQX5 .item-price {
  color: #093388;
}
.cid-uQ4SCzKQX5 .mbr-section-title,
.cid-uQ4SCzKQX5 .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uQ50CWAwCe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e5f0;
}
.cid-uQ50CWAwCe .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQ50CWAwCe .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQ50CWAwCe .nav-link.active {
  background: #ff8e01;
}
.cid-uQ50CWAwCe .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uQ50CWAwCe .nav-link:hover {
  background: #ff8e01;
}
.cid-uQ50CWAwCe .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uQ50CWAwCe .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uQ50CWAwCe p {
  padding-left: 2rem;
}
.cid-uQ50CWAwCe .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uQ50CWAwCe .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uQ50CWAwCe .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uQ50CWAwCe .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uQ50CWAwCe P {
  color: #353535;
}
.cid-uQ50CWAwCe H2 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ50CWAwCe .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uQ50CWAwCe .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ50CWAwCe p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ50CWAwCe .mbr-text,
  .cid-uQ50CWAwCe .nav-link {
    text-align: center;
  }
  .cid-uQ50CWAwCe .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ50CWAwCe .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uQ50CWAwCe p {
    padding-left: 0rem;
  }
}
.cid-uQ50CWAwCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ50CWAwCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4uvQqLx7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0070c0;
  background-image: linear-gradient(#ffffff 50%, #0070c0);
}
.cid-uQ4uvQqLx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4uvQqLx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4uvQqLx7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQ4uvQqLx7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uQ4uvQqLx7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ4uvQqLx7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uQ4uvQqLx7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ4uvQqLx7 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ4uvQqLx7 .embla__button--next,
.cid-uQ4uvQqLx7 .embla__button--prev {
  display: flex;
}
.cid-uQ4uvQqLx7 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ff8e01 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .embla__button {
    top: 0;
  }
}
.cid-uQ4uvQqLx7 .embla__button:hover {
  background-color: #0070c0 !important;
  color: #ffffff !important;
}
.cid-uQ4uvQqLx7 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uQ4uvQqLx7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uQ4uvQqLx7 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQ4uvQqLx7 .embla {
    padding-top: 6rem !important;
  }
}
.cid-uQ4uvQqLx7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ4uvQqLx7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ4uvQqLx7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ4uvQqLx7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ4uvQqLx7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQ4uvQqLx7 .mbr-label,
.cid-uQ4uvQqLx7 .label-wrapper {
  color: #ffffff;
}
.cid-uQ4uvQqLx7 .mbr-section-title,
.cid-uQ4uvQqLx7 .title-wrapper {
  color: #ffffff;
}
.cid-uQ4uvQqLx7 .card-title {
  color: #000000;
}
.cid-uQ4uvQqLx7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQ4uvQqLx7 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uQ4uvQqLx7 .card-title,
.cid-uQ4uvQqLx7 .item-btn {
  text-align: center;
}
.cid-uPZ3TaQo6i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uPZ3TaQo6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ3TaQo6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPZ3TaQo6i .container {
    padding: 0 15px;
  }
}
.cid-uPZ3TaQo6i .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPZ3TaQo6i .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPZ3TaQo6i .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPZ3TaQo6i .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPZ3TaQo6i .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPZ3TaQo6i .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPZ3TaQo6i .mbr-section-title {
  color: #131c28;
}
.cid-uPZ3TaQo6i .mbr-desc {
  color: #131c28;
}
.cid-uPZ3TaQo6i .mbr-text {
  text-align: center;
}
.cid-uPZ3TaQo6i .mbr-section-title,
.cid-uPZ3TaQo6i .mbr-section-btn {
  text-align: center;
}
.cid-uPYx7J2jPU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPYx7J2jPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYx7J2jPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYx7J2jPU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPYx7J2jPU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPYx7J2jPU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPYx7J2jPU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPYx7J2jPU .container {
    padding: 0 14px;
  }
}
.cid-uPYx7J2jPU .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPYx7J2jPU .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPYx7J2jPU .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPYx7J2jPU .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPYx7J2jPU .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPYx7J2jPU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPYx7J2jPU .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uPYx7Jg6RZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPYx7Jg6RZ .container-fluid,
.cid-uPYx7Jg6RZ .container {
  position: relative;
}
.cid-uPYx7Jg6RZ .container-fluid::before,
.cid-uPYx7Jg6RZ .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uPYx7Jg6RZ .container-fluid::before,
  .cid-uPYx7Jg6RZ .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .container-fluid::before,
  .cid-uPYx7Jg6RZ .container::before {
    display: none;
  }
}
.cid-uPYx7Jg6RZ .media-wrap {
  height: 300px;
}
.cid-uPYx7Jg6RZ .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPYx7Jg6RZ .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uPYx7Jg6RZ .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPYx7Jg6RZ .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uPYx7Jg6RZ .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uPYx7Jg6RZ .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uPYx7Jg6RZ .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uPYx7Jg6RZ .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uPYx7Jg6RZ .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uPYx7Jg6RZ .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uPYx7Jg6RZ .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uPYx7Jg6RZ .list .item-wrap:hover {
  opacity: .7;
}
.cid-uPYx7Jg6RZ .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .copyright {
    background-color: #ff8e01;
  }
}
.cid-uPYx7Jg6RZ .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPYx7Jg6RZ .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uPYx7Jg6RZ .mbr-text {
  color: #bcbfca;
}
.cid-uPYx7Jg6RZ .mbr-desc {
  color: #fafafa;
}
.cid-uPYx7Jg6RZ .mbr-link {
  color: #353535;
}
.cid-uPYx7Jg6RZ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uPYx7Jg6RZ .mbr-text,
.cid-uPYx7Jg6RZ .icon-wrapper {
  color: #fafafa;
}
.cid-uRWYlO9WFx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e1e5f0;
}
.cid-uRWYlO9WFx .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uRWYlO9WFx .mbr-shop .row {
  margin: 0;
}
.cid-uRWYlO9WFx .container,
.cid-uRWYlO9WFx .mbr-shop__row {
  padding: 0;
}
.cid-uRWYlO9WFx .item-title {
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
}
.cid-uRWYlO9WFx .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uRWYlO9WFx .shop-item-price,
.cid-uRWYlO9WFx .oldprice {
  font-family: Jost !important;
  font-size: 1.1rem;
  font-weight: 300 !important;
  letter-spacing: 3px !important;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem .sidebar_wraper {
  text-align: left !important;
}
.cid-uRWYlO9WFx .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uRWYlO9WFx .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uRWYlO9WFx .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uRWYlO9WFx .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uRWYlO9WFx .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uRWYlO9WFx .mbr-shop .hide-modal {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRWYlO9WFx .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uRWYlO9WFx .mbr-shop .filter-by-pu,
.cid-uRWYlO9WFx .mbr-shop .filter-by-pd,
.cid-uRWYlO9WFx .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uRWYlO9WFx .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uRWYlO9WFx .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem h4,
.cid-uRWYlO9WFx .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem h5,
.cid-uRWYlO9WFx .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem p,
.cid-uRWYlO9WFx .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uRWYlO9WFx .mbr-shop .item-button {
  text-align: center;
}
.cid-uRWYlO9WFx .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uRWYlO9WFx .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uRWYlO9WFx .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uRWYlO9WFx .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uRWYlO9WFx .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uRWYlO9WFx .mbr-shop .onsale {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #d58f76;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item__hided h4,
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item__hided h5,
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uRWYlO9WFx .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uRWYlO9WFx .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uRWYlO9WFx .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uRWYlO9WFx .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uRWYlO9WFx .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uRWYlO9WFx .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uRWYlO9WFx .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uRWYlO9WFx .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uRWYlO9WFx .mbr-shop .range-controls {
  position: relative;
}
.cid-uRWYlO9WFx .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uRWYlO9WFx .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uRWYlO9WFx .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uRWYlO9WFx .mbr-shop .toggle:hover,
.cid-uRWYlO9WFx .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uRWYlO9WFx .mbr-shop .min-toggle {
  left: 0;
}
.cid-uRWYlO9WFx .mbr-shop .max-toggle {
  right: 0;
}
.cid-uRWYlO9WFx .mbr-shop .hided-by-price {
  display: none;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uRWYlO9WFx .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uRWYlO9WFx .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uRWYlO9WFx .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uRWYlO9WFx .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uRWYlO9WFx .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRWYlO9WFx .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRWYlO9WFx .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uRWYlO9WFx .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uRWYlO9WFx .mbr-shop .shop-items .onsale,
.cid-uRWYlO9WFx .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uRWYlO9WFx .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uRWYlO9WFx .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uRWYlO9WFx .mbr-shop .price-range {
  display: inline-block;
}
.cid-uRWYlO9WFx .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uRWYlO9WFx .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uRWYlO9WFx .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uRWYlO9WFx .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uRWYlO9WFx .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uRWYlO9WFx .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uRWYlO9WFx .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uRWYlO9WFx .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uRWYlO9WFx .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uRWYlO9WFx .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uRWYlO9WFx .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uRWYlO9WFx .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uRWYlO9WFx .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uRWYlO9WFx .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uRWYlO9WFx .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uRWYlO9WFx .wrapper-shop-items {
    order: 1;
  }
  .cid-uRWYlO9WFx .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uRWYlO9WFx .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uRWYlO9WFx .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uRWYlO9WFx .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uRWYlO9WFx .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uRWYlO9WFx .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uRWYlO9WFx .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uRWYlO9WFx .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uRWYlO9WFx .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uRWYlO9WFx .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uRWYlO9WFx .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uRWYlO9WFx .oldprice {
  padding-left: 0.8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uRWYlO9WFx .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #ff8e01;
}
.cid-uRWYlO9WFx .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity 0.5s, top 0.5s;
}
.cid-uRWYlO9WFx .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uRWYlO9WFx .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity 0.5s, top 0.5s;
}
.cid-uRWYlO9WFx .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uRWYlO9WFx .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uRWYlO9WFx .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uRWYlO9WFx .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRWYlO9WFx .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uRWYlO9WFx .shop-item-price,
.cid-uRWYlO9WFx .price-block {
  color: #cccccc;
}
.cid-uRWYlO9WFx .shop-item-price,
.cid-uRWYlO9WFx .price-block {
  text-align: center;
  color: #353535;
}
.cid-uQ5b9hSzx0 {
  z-index: 1000;
  width: 100%;
}
.cid-uQ5b9hSzx0 nav.navbar {
  position: fixed;
}
.cid-uQ5b9hSzx0 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uQ5b9hSzx0 .btn-padding span {
  line-height: 10px;
}
.cid-uQ5b9hSzx0 .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-uQ5b9hSzx0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ5b9hSzx0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5b9hSzx0 .dropdown-item:hover,
.cid-uQ5b9hSzx0 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uQ5b9hSzx0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5b9hSzx0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5b9hSzx0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5b9hSzx0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5b9hSzx0 .nav-link {
  position: relative;
}
.cid-uQ5b9hSzx0 .container {
  display: flex;
  margin: auto;
}
.cid-uQ5b9hSzx0 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ5b9hSzx0 .dropdown-menu,
.cid-uQ5b9hSzx0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ5b9hSzx0 .nav-item:focus,
.cid-uQ5b9hSzx0 .nav-link:focus {
  outline: none;
}
.cid-uQ5b9hSzx0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5b9hSzx0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5b9hSzx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5b9hSzx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5b9hSzx0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5b9hSzx0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5b9hSzx0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uQ5b9hSzx0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5b9hSzx0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5b9hSzx0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5b9hSzx0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5b9hSzx0 .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5b9hSzx0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5b9hSzx0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5b9hSzx0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQ5b9hSzx0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5b9hSzx0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5b9hSzx0 .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-uQ5b9hSzx0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5b9hSzx0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5b9hSzx0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5b9hSzx0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5b9hSzx0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5b9hSzx0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5b9hSzx0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5b9hSzx0 .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-uQ5b9hSzx0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5b9hSzx0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5b9hSzx0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5b9hSzx0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5b9hSzx0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5b9hSzx0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ5b9hSzx0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ5b9hSzx0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ5b9hSzx0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ5b9hSzx0 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ5b9hSzx0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5b9hSzx0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5b9hSzx0 .dropdown-item.active,
.cid-uQ5b9hSzx0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5b9hSzx0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5b9hSzx0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5b9hSzx0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5b9hSzx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ5b9hSzx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5b9hSzx0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5b9hSzx0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5b9hSzx0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5b9hSzx0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5b9hSzx0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uQ5b9hSzx0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5b9hSzx0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5b9hSzx0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5b9hSzx0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5b9hSzx0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5b9hSzx0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5b9hSzx0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5b9hSzx0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5b9hSzx0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ5b9hSzx0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5b9hSzx0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5b9hSzx0 .navbar {
    height: 70px;
  }
  .cid-uQ5b9hSzx0 .navbar.opened {
    height: auto;
  }
  .cid-uQ5b9hSzx0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5b9iYOoM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5b9iYOoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9iYOoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5b9iYOoM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQ5b9iYOoM .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5b9iYOoM .container {
    padding: 0 15px;
  }
}
.cid-uQ5b9iYOoM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5b9iYOoM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5b9iYOoM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5b9iYOoM .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uQ5b9iYOoM .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5b9iYOoM .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5b9iYOoM .mbr-section-title {
  color: #131c28;
}
.cid-uQ5b9iYOoM .mbr-desc {
  color: #000000;
}
.cid-uQ5b9iYOoM .mbr-text {
  color: #000000;
}
.cid-uQ5b9iYOoM .mbr-section-title,
.cid-uQ5b9iYOoM .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uTFP15TIOJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFP15TIOJ::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#0070c0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFP15TIOJ::before {
    opacity: .4;
  }
}
.cid-uTFP15TIOJ::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFP15TIOJ::after {
    opacity: .4;
  }
}
.cid-uTFP15TIOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFP15TIOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFP15TIOJ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFP15TIOJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFP15TIOJ .container {
    padding: 0 16px;
  }
}
.cid-uTFP15TIOJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFP15TIOJ .row .card {
  justify-content: flex-end;
}
.cid-uTFP15TIOJ .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFP15TIOJ .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFP15TIOJ .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFP15TIOJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFP15TIOJ .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFP15TIOJ .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFP15TIOJ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFP15TIOJ .mbr-section-title {
  color: #000000;
}
.cid-uTFP15TIOJ .mbr-text {
  color: #000000;
}
.cid-uTFP15TIOJ .mbr-section-title,
.cid-uTFP15TIOJ .mbr-section-btn-main {
  text-align: right;
}
.cid-uQ5br3LdPe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQ5br3LdPe .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uQ5br3LdPe .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uQ5br3LdPe .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uQ5br3LdPe .item-wrapper:hover .item-content,
.cid-uQ5br3LdPe .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uQ5br3LdPe .item-wrapper:hover .mbr-link,
.cid-uQ5br3LdPe .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ5br3LdPe .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uQ5br3LdPe .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uQ5br3LdPe .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uQ5br3LdPe .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uQ5br3LdPe .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uQ5br3LdPe .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uQ5br3LdPe .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uQ5br3LdPe .item:focus,
.cid-uQ5br3LdPe span:focus {
  outline: none;
}
.cid-uQ5br3LdPe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ5br3LdPe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ5br3LdPe .mbr-section-title {
  color: #0070c0;
  text-align: center;
}
.cid-uQ5br3LdPe .mbr-text,
.cid-uQ5br3LdPe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5br3LdPe .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-uQ5br3LdPe .mbr-section-subtitle {
  text-align: center;
  color: #0070c0;
}
.cid-uQ5b9kb79h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5b9kb79h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9kb79h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5b9kb79h .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uQ5b9kb79h .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQ5b9kb79h .items-wrapper {
  margin: 0 -5px;
}
.cid-uQ5b9kb79h .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #e1e5f0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ5b9kb79h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5b9kb79h .mbr-section-title {
  color: #093388;
}
.cid-uQ5b9kb79h .item-title {
  color: #093388;
}
.cid-uQ5b9kb79h .item-text {
  color: #58595b;
}
.cid-uQ5b9kb79h .item-price {
  color: #093388;
}
.cid-uQ5b9kb79h .mbr-section-title,
.cid-uQ5b9kb79h .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uTFP05jPqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uTFP05jPqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFP05jPqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uTFP05jPqJ .container {
    max-width: 1400px;
  }
}
.cid-uTFP05jPqJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uTFP05jPqJ .row {
  justify-content: center;
}
.cid-uTFP05jPqJ .mbr-section-title {
  color: #ff8e01;
}
.cid-uQ5b9jkUJq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e5f0;
}
.cid-uQ5b9jkUJq .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQ5b9jkUJq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQ5b9jkUJq .nav-link.active {
  background: #ff8e01;
}
.cid-uQ5b9jkUJq .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uQ5b9jkUJq .nav-link:hover {
  background: #ff8e01;
}
.cid-uQ5b9jkUJq .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uQ5b9jkUJq .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uQ5b9jkUJq p {
  padding-left: 2rem;
}
.cid-uQ5b9jkUJq .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uQ5b9jkUJq .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uQ5b9jkUJq .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uQ5b9jkUJq .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uQ5b9jkUJq P {
  color: #353535;
}
.cid-uQ5b9jkUJq H2 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ5b9jkUJq .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uQ5b9jkUJq .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5b9jkUJq p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ5b9jkUJq .mbr-text,
  .cid-uQ5b9jkUJq .nav-link {
    text-align: center;
  }
  .cid-uQ5b9jkUJq .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5b9jkUJq .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uQ5b9jkUJq p {
    padding-left: 0rem;
  }
}
.cid-uQ5b9jkUJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9jkUJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5b9kFMpv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0070c0;
  background-image: linear-gradient(#ffffff 50%, #0070c0);
}
.cid-uQ5b9kFMpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9kFMpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5b9kFMpv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQ5b9kFMpv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uQ5b9kFMpv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5b9kFMpv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uQ5b9kFMpv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ5b9kFMpv .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ5b9kFMpv .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5b9kFMpv .embla__button--next,
.cid-uQ5b9kFMpv .embla__button--prev {
  display: flex;
}
.cid-uQ5b9kFMpv .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ff8e01 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .embla__button {
    top: 0;
  }
}
.cid-uQ5b9kFMpv .embla__button:hover {
  background-color: #0070c0 !important;
  color: #ffffff !important;
}
.cid-uQ5b9kFMpv .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uQ5b9kFMpv .embla__button.embla__button--next {
  right: 0;
}
.cid-uQ5b9kFMpv .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQ5b9kFMpv .embla {
    padding-top: 6rem !important;
  }
}
.cid-uQ5b9kFMpv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ5b9kFMpv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ5b9kFMpv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ5b9kFMpv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ5b9kFMpv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQ5b9kFMpv .mbr-label,
.cid-uQ5b9kFMpv .label-wrapper {
  color: #ffffff;
}
.cid-uQ5b9kFMpv .mbr-section-title,
.cid-uQ5b9kFMpv .title-wrapper {
  color: #ffffff;
}
.cid-uQ5b9kFMpv .card-title {
  color: #000000;
}
.cid-uQ5b9kFMpv .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQ5b9kFMpv .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uQ5b9kFMpv .card-title,
.cid-uQ5b9kFMpv .item-btn {
  text-align: center;
}
.cid-uQ5b9lz5fq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5b9lz5fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9lz5fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ5b9lz5fq .container {
    padding: 0 15px;
  }
}
.cid-uQ5b9lz5fq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5b9lz5fq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5b9lz5fq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5b9lz5fq .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uQ5b9lz5fq .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5b9lz5fq .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5b9lz5fq .mbr-section-title {
  color: #131c28;
}
.cid-uQ5b9lz5fq .mbr-desc {
  color: #131c28;
}
.cid-uQ5b9lz5fq .mbr-text {
  text-align: center;
}
.cid-uQ5b9lz5fq .mbr-section-title,
.cid-uQ5b9lz5fq .mbr-section-btn {
  text-align: center;
}
.cid-uQ5b9lUzQ6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uQ5b9lUzQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5b9lUzQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5b9lUzQ6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uQ5b9lUzQ6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5b9lUzQ6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5b9lUzQ6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5b9lUzQ6 .container {
    padding: 0 14px;
  }
}
.cid-uQ5b9lUzQ6 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uQ5b9lUzQ6 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uQ5b9lUzQ6 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uQ5b9lUzQ6 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uQ5b9lUzQ6 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5b9lUzQ6 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uQ5b9lUzQ6 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uQ5b9mdoRy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ5b9mdoRy .container-fluid,
.cid-uQ5b9mdoRy .container {
  position: relative;
}
.cid-uQ5b9mdoRy .container-fluid::before,
.cid-uQ5b9mdoRy .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQ5b9mdoRy .container-fluid::before,
  .cid-uQ5b9mdoRy .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .container-fluid::before,
  .cid-uQ5b9mdoRy .container::before {
    display: none;
  }
}
.cid-uQ5b9mdoRy .media-wrap {
  height: 300px;
}
.cid-uQ5b9mdoRy .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ5b9mdoRy .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uQ5b9mdoRy .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5b9mdoRy .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uQ5b9mdoRy .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uQ5b9mdoRy .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uQ5b9mdoRy .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uQ5b9mdoRy .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uQ5b9mdoRy .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uQ5b9mdoRy .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uQ5b9mdoRy .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uQ5b9mdoRy .list .item-wrap:hover {
  opacity: .7;
}
.cid-uQ5b9mdoRy .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .copyright {
    background-color: #ff8e01;
  }
}
.cid-uQ5b9mdoRy .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5b9mdoRy .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uQ5b9mdoRy .mbr-text {
  color: #bcbfca;
}
.cid-uQ5b9mdoRy .mbr-desc {
  color: #fafafa;
}
.cid-uQ5b9mdoRy .mbr-link {
  color: #353535;
}
.cid-uQ5b9mdoRy .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uQ5b9mdoRy .mbr-text,
.cid-uQ5b9mdoRy .icon-wrapper {
  color: #fafafa;
}
.cid-uQ5c6xRT9m {
  z-index: 1000;
  width: 100%;
}
.cid-uQ5c6xRT9m nav.navbar {
  position: fixed;
}
.cid-uQ5c6xRT9m .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uQ5c6xRT9m .btn-padding span {
  line-height: 10px;
}
.cid-uQ5c6xRT9m .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-uQ5c6xRT9m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ5c6xRT9m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5c6xRT9m .dropdown-item:hover,
.cid-uQ5c6xRT9m .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uQ5c6xRT9m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5c6xRT9m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5c6xRT9m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5c6xRT9m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5c6xRT9m .nav-link {
  position: relative;
}
.cid-uQ5c6xRT9m .container {
  display: flex;
  margin: auto;
}
.cid-uQ5c6xRT9m .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ5c6xRT9m .dropdown-menu,
.cid-uQ5c6xRT9m .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ5c6xRT9m .nav-item:focus,
.cid-uQ5c6xRT9m .nav-link:focus {
  outline: none;
}
.cid-uQ5c6xRT9m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5c6xRT9m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5c6xRT9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5c6xRT9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5c6xRT9m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5c6xRT9m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5c6xRT9m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uQ5c6xRT9m .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5c6xRT9m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5c6xRT9m .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5c6xRT9m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5c6xRT9m .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5c6xRT9m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5c6xRT9m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5c6xRT9m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQ5c6xRT9m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5c6xRT9m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5c6xRT9m .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-uQ5c6xRT9m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5c6xRT9m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5c6xRT9m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5c6xRT9m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5c6xRT9m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5c6xRT9m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5c6xRT9m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5c6xRT9m .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-uQ5c6xRT9m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5c6xRT9m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5c6xRT9m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5c6xRT9m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5c6xRT9m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5c6xRT9m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ5c6xRT9m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ5c6xRT9m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ5c6xRT9m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ5c6xRT9m .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ5c6xRT9m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5c6xRT9m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5c6xRT9m .dropdown-item.active,
.cid-uQ5c6xRT9m .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5c6xRT9m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5c6xRT9m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5c6xRT9m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5c6xRT9m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ5c6xRT9m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5c6xRT9m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5c6xRT9m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5c6xRT9m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5c6xRT9m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5c6xRT9m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uQ5c6xRT9m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5c6xRT9m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5c6xRT9m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5c6xRT9m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5c6xRT9m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5c6xRT9m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5c6xRT9m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5c6xRT9m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5c6xRT9m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ5c6xRT9m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5c6xRT9m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5c6xRT9m .navbar {
    height: 70px;
  }
  .cid-uQ5c6xRT9m .navbar.opened {
    height: auto;
  }
  .cid-uQ5c6xRT9m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5c6zCuP7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5c6zCuP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6zCuP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5c6zCuP7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQ5c6zCuP7 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5c6zCuP7 .container {
    padding: 0 15px;
  }
}
.cid-uQ5c6zCuP7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5c6zCuP7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5c6zCuP7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5c6zCuP7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uQ5c6zCuP7 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5c6zCuP7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5c6zCuP7 .mbr-section-title {
  color: #131c28;
}
.cid-uQ5c6zCuP7 .mbr-desc {
  color: #000000;
}
.cid-uQ5c6zCuP7 .mbr-text {
  color: #000000;
}
.cid-uQ5c6zCuP7 .mbr-section-title,
.cid-uQ5c6zCuP7 .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uQ5cjndz9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQ5cjndz9R .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uQ5cjndz9R .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uQ5cjndz9R .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uQ5cjndz9R .item-wrapper:hover .item-content,
.cid-uQ5cjndz9R .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uQ5cjndz9R .item-wrapper:hover .mbr-link,
.cid-uQ5cjndz9R .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ5cjndz9R .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uQ5cjndz9R .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uQ5cjndz9R .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uQ5cjndz9R .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uQ5cjndz9R .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uQ5cjndz9R .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uQ5cjndz9R .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uQ5cjndz9R .item:focus,
.cid-uQ5cjndz9R span:focus {
  outline: none;
}
.cid-uQ5cjndz9R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ5cjndz9R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ5cjndz9R .mbr-section-title {
  color: #0070c0;
  text-align: center;
}
.cid-uQ5cjndz9R .mbr-text,
.cid-uQ5cjndz9R .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5cjndz9R .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-uQ5cjndz9R .mbr-section-subtitle {
  text-align: center;
  color: #0070c0;
}
.cid-uQ5c6ABoQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5c6ABoQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6ABoQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5c6ABoQ2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uQ5c6ABoQ2 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper {
  margin: 0 -5px;
}
.cid-uQ5c6ABoQ2 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #e1e5f0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ5c6ABoQ2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5c6ABoQ2 .mbr-section-title {
  color: #093388;
}
.cid-uQ5c6ABoQ2 .item-title {
  color: #093388;
}
.cid-uQ5c6ABoQ2 .item-text {
  color: #58595b;
}
.cid-uQ5c6ABoQ2 .item-price {
  color: #093388;
}
.cid-uQ5c6ABoQ2 .mbr-section-title,
.cid-uQ5c6ABoQ2 .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uQ5c6Bbnis {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e5f0;
}
.cid-uQ5c6Bbnis .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQ5c6Bbnis .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQ5c6Bbnis .nav-link.active {
  background: #ff8e01;
}
.cid-uQ5c6Bbnis .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uQ5c6Bbnis .nav-link:hover {
  background: #ff8e01;
}
.cid-uQ5c6Bbnis .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uQ5c6Bbnis .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uQ5c6Bbnis p {
  padding-left: 2rem;
}
.cid-uQ5c6Bbnis .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uQ5c6Bbnis .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uQ5c6Bbnis .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uQ5c6Bbnis .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uQ5c6Bbnis P {
  color: #353535;
}
.cid-uQ5c6Bbnis H2 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ5c6Bbnis .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uQ5c6Bbnis .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5c6Bbnis p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ5c6Bbnis .mbr-text,
  .cid-uQ5c6Bbnis .nav-link {
    text-align: center;
  }
  .cid-uQ5c6Bbnis .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5c6Bbnis .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uQ5c6Bbnis p {
    padding-left: 0rem;
  }
}
.cid-uQ5c6Bbnis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6Bbnis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5c6C2xH5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0070c0;
  background-image: linear-gradient(#ffffff 50%, #0070c0);
}
.cid-uQ5c6C2xH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6C2xH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5c6C2xH5 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQ5c6C2xH5 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uQ5c6C2xH5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5c6C2xH5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uQ5c6C2xH5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ5c6C2xH5 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5c6C2xH5 .embla__button--next,
.cid-uQ5c6C2xH5 .embla__button--prev {
  display: flex;
}
.cid-uQ5c6C2xH5 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ff8e01 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .embla__button {
    top: 0;
  }
}
.cid-uQ5c6C2xH5 .embla__button:hover {
  background-color: #0070c0 !important;
  color: #ffffff !important;
}
.cid-uQ5c6C2xH5 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uQ5c6C2xH5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uQ5c6C2xH5 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQ5c6C2xH5 .embla {
    padding-top: 6rem !important;
  }
}
.cid-uQ5c6C2xH5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ5c6C2xH5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ5c6C2xH5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ5c6C2xH5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ5c6C2xH5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQ5c6C2xH5 .mbr-label,
.cid-uQ5c6C2xH5 .label-wrapper {
  color: #ffffff;
}
.cid-uQ5c6C2xH5 .mbr-section-title,
.cid-uQ5c6C2xH5 .title-wrapper {
  color: #ffffff;
}
.cid-uQ5c6C2xH5 .card-title {
  color: #000000;
}
.cid-uQ5c6C2xH5 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQ5c6C2xH5 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uQ5c6C2xH5 .card-title,
.cid-uQ5c6C2xH5 .item-btn {
  text-align: center;
}
.cid-uQ5c6DGrXa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-gemicilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5c6DGrXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6DGrXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ5c6DGrXa .container {
    padding: 0 15px;
  }
}
.cid-uQ5c6DGrXa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5c6DGrXa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5c6DGrXa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5c6DGrXa .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uQ5c6DGrXa .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5c6DGrXa .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5c6DGrXa .mbr-section-title {
  color: #131c28;
}
.cid-uQ5c6DGrXa .mbr-desc {
  color: #131c28;
}
.cid-uQ5c6DGrXa .mbr-text {
  text-align: center;
}
.cid-uQ5c6DGrXa .mbr-section-title,
.cid-uQ5c6DGrXa .mbr-section-btn {
  text-align: center;
}
.cid-uQ5c6F6tPJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uQ5c6F6tPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5c6F6tPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5c6F6tPJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uQ5c6F6tPJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5c6F6tPJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5c6F6tPJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5c6F6tPJ .container {
    padding: 0 14px;
  }
}
.cid-uQ5c6F6tPJ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uQ5c6F6tPJ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uQ5c6F6tPJ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uQ5c6F6tPJ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uQ5c6F6tPJ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5c6F6tPJ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uQ5c6F6tPJ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uQ5c6FBAEH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ5c6FBAEH .container-fluid,
.cid-uQ5c6FBAEH .container {
  position: relative;
}
.cid-uQ5c6FBAEH .container-fluid::before,
.cid-uQ5c6FBAEH .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQ5c6FBAEH .container-fluid::before,
  .cid-uQ5c6FBAEH .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .container-fluid::before,
  .cid-uQ5c6FBAEH .container::before {
    display: none;
  }
}
.cid-uQ5c6FBAEH .media-wrap {
  height: 300px;
}
.cid-uQ5c6FBAEH .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ5c6FBAEH .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uQ5c6FBAEH .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5c6FBAEH .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uQ5c6FBAEH .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uQ5c6FBAEH .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uQ5c6FBAEH .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uQ5c6FBAEH .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uQ5c6FBAEH .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uQ5c6FBAEH .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uQ5c6FBAEH .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uQ5c6FBAEH .list .item-wrap:hover {
  opacity: .7;
}
.cid-uQ5c6FBAEH .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .copyright {
    background-color: #ff8e01;
  }
}
.cid-uQ5c6FBAEH .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5c6FBAEH .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uQ5c6FBAEH .mbr-text {
  color: #bcbfca;
}
.cid-uQ5c6FBAEH .mbr-desc {
  color: #fafafa;
}
.cid-uQ5c6FBAEH .mbr-link {
  color: #353535;
}
.cid-uQ5c6FBAEH .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uQ5c6FBAEH .mbr-text,
.cid-uQ5c6FBAEH .icon-wrapper {
  color: #fafafa;
}
.cid-uQ5rESKH6R {
  z-index: 1000;
  width: 100%;
}
.cid-uQ5rESKH6R nav.navbar {
  position: fixed;
}
.cid-uQ5rESKH6R .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uQ5rESKH6R .btn-padding span {
  line-height: 10px;
}
.cid-uQ5rESKH6R .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-uQ5rESKH6R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ5rESKH6R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5rESKH6R .dropdown-item:hover,
.cid-uQ5rESKH6R .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uQ5rESKH6R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5rESKH6R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5rESKH6R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5rESKH6R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5rESKH6R .nav-link {
  position: relative;
}
.cid-uQ5rESKH6R .container {
  display: flex;
  margin: auto;
}
.cid-uQ5rESKH6R .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ5rESKH6R .dropdown-menu,
.cid-uQ5rESKH6R .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ5rESKH6R .nav-item:focus,
.cid-uQ5rESKH6R .nav-link:focus {
  outline: none;
}
.cid-uQ5rESKH6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5rESKH6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5rESKH6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5rESKH6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5rESKH6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5rESKH6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5rESKH6R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uQ5rESKH6R .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5rESKH6R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5rESKH6R .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5rESKH6R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5rESKH6R .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5rESKH6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5rESKH6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5rESKH6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQ5rESKH6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5rESKH6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5rESKH6R .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-uQ5rESKH6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5rESKH6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5rESKH6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5rESKH6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5rESKH6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5rESKH6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5rESKH6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5rESKH6R .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-uQ5rESKH6R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5rESKH6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5rESKH6R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5rESKH6R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5rESKH6R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5rESKH6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ5rESKH6R .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ5rESKH6R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ5rESKH6R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ5rESKH6R .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ5rESKH6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5rESKH6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5rESKH6R .dropdown-item.active,
.cid-uQ5rESKH6R .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5rESKH6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5rESKH6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5rESKH6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5rESKH6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ5rESKH6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5rESKH6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5rESKH6R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5rESKH6R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5rESKH6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5rESKH6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uQ5rESKH6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5rESKH6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5rESKH6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5rESKH6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5rESKH6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5rESKH6R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5rESKH6R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5rESKH6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5rESKH6R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ5rESKH6R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5rESKH6R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5rESKH6R .navbar {
    height: 70px;
  }
  .cid-uQ5rESKH6R .navbar.opened {
    height: auto;
  }
  .cid-uQ5rESKH6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5rEVSJzD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5rEVSJzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rEVSJzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rEVSJzD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQ5rEVSJzD .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5rEVSJzD .container {
    padding: 0 15px;
  }
}
.cid-uQ5rEVSJzD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5rEVSJzD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5rEVSJzD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5rEVSJzD .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uQ5rEVSJzD .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5rEVSJzD .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5rEVSJzD .mbr-section-title {
  color: #131c28;
}
.cid-uQ5rEVSJzD .mbr-desc {
  color: #000000;
}
.cid-uQ5rEVSJzD .mbr-text {
  color: #000000;
}
.cid-uQ5rEVSJzD .mbr-section-title,
.cid-uQ5rEVSJzD .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uTEHSAXC7J {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uTEHSAXC7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTEHSAXC7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTEHSAXC7J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTEHSAXC7J .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uTEHSAXC7J .container {
    padding: 0 15px;
  }
}
.cid-uTEHSAXC7J .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uTEHSAXC7J .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uTEHSAXC7J .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uTEHSAXC7J .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uTEHSAXC7J .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uTEHSAXC7J .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uTEHSAXC7J .mbr-section-title {
  color: #131c28;
}
.cid-uTEHSAXC7J .mbr-desc {
  color: #000000;
}
.cid-uTEHSAXC7J .mbr-text {
  color: #000000;
}
.cid-uTEHSAXC7J .mbr-section-title,
.cid-uTEHSAXC7J .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uQ5s65BML3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQ5s65BML3 .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uQ5s65BML3 .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uQ5s65BML3 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uQ5s65BML3 .item-wrapper:hover .item-content,
.cid-uQ5s65BML3 .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uQ5s65BML3 .item-wrapper:hover .mbr-link,
.cid-uQ5s65BML3 .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ5s65BML3 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uQ5s65BML3 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uQ5s65BML3 .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uQ5s65BML3 .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uQ5s65BML3 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uQ5s65BML3 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uQ5s65BML3 .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uQ5s65BML3 .item:focus,
.cid-uQ5s65BML3 span:focus {
  outline: none;
}
.cid-uQ5s65BML3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ5s65BML3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ5s65BML3 .mbr-section-title {
  color: #ff8e01;
  text-align: center;
}
.cid-uQ5s65BML3 .mbr-text,
.cid-uQ5s65BML3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5s65BML3 .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-uQ5s65BML3 .mbr-section-subtitle {
  text-align: center;
  color: #ff8e01;
}
.cid-uQ5rEZrAIH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uQ5rEZrAIH .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQ5rEZrAIH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQ5rEZrAIH .nav-link.active {
  background: #ff8e01;
}
.cid-uQ5rEZrAIH .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uQ5rEZrAIH .nav-link:hover {
  background: #ff8e01;
}
.cid-uQ5rEZrAIH .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uQ5rEZrAIH .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uQ5rEZrAIH p {
  padding-left: 2rem;
}
.cid-uQ5rEZrAIH .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uQ5rEZrAIH .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uQ5rEZrAIH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uQ5rEZrAIH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uQ5rEZrAIH P {
  color: #353535;
}
.cid-uQ5rEZrAIH H2 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ5rEZrAIH .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uQ5rEZrAIH .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5rEZrAIH p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rEZrAIH .mbr-text,
  .cid-uQ5rEZrAIH .nav-link {
    text-align: center;
  }
  .cid-uQ5rEZrAIH .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5rEZrAIH .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uQ5rEZrAIH p {
    padding-left: 0rem;
  }
}
.cid-uQ5rEZrAIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rEZrAIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rF0Nk8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5rF0Nk8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rF0Nk8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ5rF0Nk8e .container {
    padding: 0 15px;
  }
}
.cid-uQ5rF0Nk8e .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5rF0Nk8e .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5rF0Nk8e .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5rF0Nk8e .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uQ5rF0Nk8e .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5rF0Nk8e .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5rF0Nk8e .mbr-section-title {
  color: #131c28;
}
.cid-uQ5rF0Nk8e .mbr-desc {
  color: #131c28;
}
.cid-uQ5rF0Nk8e .mbr-text {
  text-align: center;
}
.cid-uQ5rF0Nk8e .mbr-section-title,
.cid-uQ5rF0Nk8e .mbr-section-btn {
  text-align: center;
}
.cid-uQ5rF175JR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uQ5rF175JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rF175JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rF175JR .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uQ5rF175JR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5rF175JR .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5rF175JR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5rF175JR .container {
    padding: 0 14px;
  }
}
.cid-uQ5rF175JR .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uQ5rF175JR .content-wrapper .link-wrapper {
  display: block;
}
.cid-uQ5rF175JR .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uQ5rF175JR .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uQ5rF175JR .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5rF175JR .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uQ5rF175JR .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uQ5rF1qrlu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ5rF1qrlu .container-fluid,
.cid-uQ5rF1qrlu .container {
  position: relative;
}
.cid-uQ5rF1qrlu .container-fluid::before,
.cid-uQ5rF1qrlu .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQ5rF1qrlu .container-fluid::before,
  .cid-uQ5rF1qrlu .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .container-fluid::before,
  .cid-uQ5rF1qrlu .container::before {
    display: none;
  }
}
.cid-uQ5rF1qrlu .media-wrap {
  height: 300px;
}
.cid-uQ5rF1qrlu .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ5rF1qrlu .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uQ5rF1qrlu .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5rF1qrlu .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uQ5rF1qrlu .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uQ5rF1qrlu .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uQ5rF1qrlu .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uQ5rF1qrlu .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uQ5rF1qrlu .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uQ5rF1qrlu .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uQ5rF1qrlu .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uQ5rF1qrlu .list .item-wrap:hover {
  opacity: .7;
}
.cid-uQ5rF1qrlu .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .copyright {
    background-color: #ff8e01;
  }
}
.cid-uQ5rF1qrlu .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5rF1qrlu .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uQ5rF1qrlu .mbr-text {
  color: #bcbfca;
}
.cid-uQ5rF1qrlu .mbr-desc {
  color: #fafafa;
}
.cid-uQ5rF1qrlu .mbr-link {
  color: #353535;
}
.cid-uQ5rF1qrlu .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uQ5rF1qrlu .mbr-text,
.cid-uQ5rF1qrlu .icon-wrapper {
  color: #fafafa;
}
.cid-uQ5rboVnsn {
  z-index: 1000;
  width: 100%;
}
.cid-uQ5rboVnsn nav.navbar {
  position: fixed;
}
.cid-uQ5rboVnsn .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uQ5rboVnsn .btn-padding span {
  line-height: 10px;
}
.cid-uQ5rboVnsn .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-uQ5rboVnsn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ5rboVnsn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5rboVnsn .dropdown-item:hover,
.cid-uQ5rboVnsn .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uQ5rboVnsn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5rboVnsn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5rboVnsn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5rboVnsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5rboVnsn .nav-link {
  position: relative;
}
.cid-uQ5rboVnsn .container {
  display: flex;
  margin: auto;
}
.cid-uQ5rboVnsn .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ5rboVnsn .dropdown-menu,
.cid-uQ5rboVnsn .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ5rboVnsn .nav-item:focus,
.cid-uQ5rboVnsn .nav-link:focus {
  outline: none;
}
.cid-uQ5rboVnsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5rboVnsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5rboVnsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5rboVnsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5rboVnsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5rboVnsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5rboVnsn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uQ5rboVnsn .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5rboVnsn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5rboVnsn .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5rboVnsn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5rboVnsn .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5rboVnsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5rboVnsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5rboVnsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uQ5rboVnsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5rboVnsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5rboVnsn .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-uQ5rboVnsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5rboVnsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5rboVnsn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5rboVnsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5rboVnsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5rboVnsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5rboVnsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5rboVnsn .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-uQ5rboVnsn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5rboVnsn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5rboVnsn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5rboVnsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5rboVnsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5rboVnsn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ5rboVnsn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ5rboVnsn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ5rboVnsn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ5rboVnsn .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ5rboVnsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ5rboVnsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5rboVnsn .dropdown-item.active,
.cid-uQ5rboVnsn .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5rboVnsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5rboVnsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5rboVnsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5rboVnsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ5rboVnsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5rboVnsn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5rboVnsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5rboVnsn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5rboVnsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5rboVnsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uQ5rboVnsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5rboVnsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5rboVnsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5rboVnsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5rboVnsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5rboVnsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ5rboVnsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ5rboVnsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ5rboVnsn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ5rboVnsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5rboVnsn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5rboVnsn .navbar {
    height: 70px;
  }
  .cid-uQ5rboVnsn .navbar.opened {
    height: auto;
  }
  .cid-uQ5rboVnsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5rbq6bPN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5rbq6bPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbq6bPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rbq6bPN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQ5rbq6bPN .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5rbq6bPN .container {
    padding: 0 15px;
  }
}
.cid-uQ5rbq6bPN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5rbq6bPN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5rbq6bPN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5rbq6bPN .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uQ5rbq6bPN .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5rbq6bPN .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5rbq6bPN .mbr-section-title {
  color: #131c28;
}
.cid-uQ5rbq6bPN .mbr-desc {
  color: #000000;
}
.cid-uQ5rbq6bPN .mbr-text {
  color: #000000;
}
.cid-uQ5rbq6bPN .mbr-section-title,
.cid-uQ5rbq6bPN .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uQ5rq9yeHV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQ5rq9yeHV .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uQ5rq9yeHV .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uQ5rq9yeHV .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uQ5rq9yeHV .item-wrapper:hover .item-content,
.cid-uQ5rq9yeHV .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uQ5rq9yeHV .item-wrapper:hover .mbr-link,
.cid-uQ5rq9yeHV .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ5rq9yeHV .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uQ5rq9yeHV .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uQ5rq9yeHV .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uQ5rq9yeHV .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uQ5rq9yeHV .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uQ5rq9yeHV .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uQ5rq9yeHV .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uQ5rq9yeHV .item:focus,
.cid-uQ5rq9yeHV span:focus {
  outline: none;
}
.cid-uQ5rq9yeHV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQ5rq9yeHV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQ5rq9yeHV .mbr-section-title {
  color: #ff8e01;
  text-align: center;
}
.cid-uQ5rq9yeHV .mbr-text,
.cid-uQ5rq9yeHV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQ5rq9yeHV .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-uQ5rq9yeHV .mbr-section-subtitle {
  text-align: center;
  color: #ff8e01;
}
.cid-uQ5rbqSaqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5rbqSaqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbqSaqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rbqSaqM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uQ5rbqSaqM .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQ5rbqSaqM .items-wrapper {
  margin: 0 -5px;
}
.cid-uQ5rbqSaqM .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper {
  padding: 80px 20px 20px 20px;
  height: 100%;
  background-color: #e1e5f0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper {
    padding: 60px 20px 20px;
  }
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uQ5rbqSaqM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5rbqSaqM .mbr-section-title {
  color: #093388;
}
.cid-uQ5rbqSaqM .item-title {
  color: #093388;
}
.cid-uQ5rbqSaqM .item-text {
  color: #58595b;
}
.cid-uQ5rbqSaqM .item-price {
  color: #093388;
}
.cid-uQ5rbqSaqM .mbr-section-title,
.cid-uQ5rbqSaqM .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uQ5rbrgAUL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e5f0;
}
.cid-uQ5rbrgAUL .nav-tabs .nav-item.open .nav-link:focus,
.cid-uQ5rbrgAUL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uQ5rbrgAUL .nav-link.active {
  background: #ff8e01;
}
.cid-uQ5rbrgAUL .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-uQ5rbrgAUL .nav-link:hover {
  background: #ff8e01;
}
.cid-uQ5rbrgAUL .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-uQ5rbrgAUL .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-uQ5rbrgAUL p {
  padding-left: 2rem;
}
.cid-uQ5rbrgAUL .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-uQ5rbrgAUL .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-uQ5rbrgAUL .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uQ5rbrgAUL .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-uQ5rbrgAUL P {
  color: #353535;
}
.cid-uQ5rbrgAUL H2 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ5rbrgAUL .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-uQ5rbrgAUL .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5rbrgAUL p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rbrgAUL .mbr-text,
  .cid-uQ5rbrgAUL .nav-link {
    text-align: center;
  }
  .cid-uQ5rbrgAUL .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-uQ5rbrgAUL .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-uQ5rbrgAUL p {
    padding-left: 0rem;
  }
}
.cid-uQ5rbrgAUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbrgAUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rbrBokR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0070c0;
  background-image: linear-gradient(#ffffff 50%, #0070c0);
}
.cid-uQ5rbrBokR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbrBokR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rbrBokR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQ5rbrBokR .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uQ5rbrBokR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5rbrBokR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uQ5rbrBokR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQ5rbrBokR .embla__slide .slide-content {
  width: 100%;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ5rbrBokR .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5rbrBokR .embla__button--next,
.cid-uQ5rbrBokR .embla__button--prev {
  display: flex;
}
.cid-uQ5rbrBokR .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ff8e01 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .embla__button {
    top: 0;
  }
}
.cid-uQ5rbrBokR .embla__button:hover {
  background-color: #0070c0 !important;
  color: #ffffff !important;
}
.cid-uQ5rbrBokR .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uQ5rbrBokR .embla__button.embla__button--next {
  right: 0;
}
.cid-uQ5rbrBokR .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQ5rbrBokR .embla {
    padding-top: 6rem !important;
  }
}
.cid-uQ5rbrBokR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQ5rbrBokR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQ5rbrBokR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQ5rbrBokR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQ5rbrBokR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQ5rbrBokR .mbr-label,
.cid-uQ5rbrBokR .label-wrapper {
  color: #ffffff;
}
.cid-uQ5rbrBokR .mbr-section-title,
.cid-uQ5rbrBokR .title-wrapper {
  color: #ffffff;
}
.cid-uQ5rbrBokR .card-title {
  color: #000000;
}
.cid-uQ5rbrBokR .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQ5rbrBokR .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uQ5rbrBokR .card-title,
.cid-uQ5rbrBokR .item-btn {
  text-align: center;
}
.cid-uQ5rbsuiIH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uQ5rbsuiIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbsuiIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ5rbsuiIH .container {
    padding: 0 15px;
  }
}
.cid-uQ5rbsuiIH .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQ5rbsuiIH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uQ5rbsuiIH .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uQ5rbsuiIH .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uQ5rbsuiIH .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uQ5rbsuiIH .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uQ5rbsuiIH .mbr-section-title {
  color: #131c28;
}
.cid-uQ5rbsuiIH .mbr-desc {
  color: #131c28;
}
.cid-uQ5rbsuiIH .mbr-text {
  text-align: center;
}
.cid-uQ5rbsuiIH .mbr-section-title,
.cid-uQ5rbsuiIH .mbr-section-btn {
  text-align: center;
}
.cid-uQ5rbsNZYr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uQ5rbsNZYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5rbsNZYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5rbsNZYr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uQ5rbsNZYr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5rbsNZYr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5rbsNZYr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQ5rbsNZYr .container {
    padding: 0 14px;
  }
}
.cid-uQ5rbsNZYr .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uQ5rbsNZYr .content-wrapper .link-wrapper {
  display: block;
}
.cid-uQ5rbsNZYr .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uQ5rbsNZYr .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uQ5rbsNZYr .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQ5rbsNZYr .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uQ5rbsNZYr .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uQ5rbt7yWC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ5rbt7yWC .container-fluid,
.cid-uQ5rbt7yWC .container {
  position: relative;
}
.cid-uQ5rbt7yWC .container-fluid::before,
.cid-uQ5rbt7yWC .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uQ5rbt7yWC .container-fluid::before,
  .cid-uQ5rbt7yWC .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .container-fluid::before,
  .cid-uQ5rbt7yWC .container::before {
    display: none;
  }
}
.cid-uQ5rbt7yWC .media-wrap {
  height: 300px;
}
.cid-uQ5rbt7yWC .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ5rbt7yWC .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uQ5rbt7yWC .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQ5rbt7yWC .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uQ5rbt7yWC .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uQ5rbt7yWC .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uQ5rbt7yWC .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uQ5rbt7yWC .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uQ5rbt7yWC .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uQ5rbt7yWC .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uQ5rbt7yWC .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uQ5rbt7yWC .list .item-wrap:hover {
  opacity: .7;
}
.cid-uQ5rbt7yWC .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .copyright {
    background-color: #ff8e01;
  }
}
.cid-uQ5rbt7yWC .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uQ5rbt7yWC .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uQ5rbt7yWC .mbr-text {
  color: #bcbfca;
}
.cid-uQ5rbt7yWC .mbr-desc {
  color: #fafafa;
}
.cid-uQ5rbt7yWC .mbr-link {
  color: #353535;
}
.cid-uQ5rbt7yWC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uQ5rbt7yWC .mbr-text,
.cid-uQ5rbt7yWC .icon-wrapper {
  color: #fafafa;
}
.cid-uPYCnJc0IZ {
  z-index: 1000;
  width: 100%;
}
.cid-uPYCnJc0IZ nav.navbar {
  position: fixed;
}
.cid-uPYCnJc0IZ .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uPYCnJc0IZ .btn-padding span {
  line-height: 10px;
}
.cid-uPYCnJc0IZ .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-uPYCnJc0IZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPYCnJc0IZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPYCnJc0IZ .dropdown-item:hover,
.cid-uPYCnJc0IZ .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uPYCnJc0IZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPYCnJc0IZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPYCnJc0IZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPYCnJc0IZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPYCnJc0IZ .nav-link {
  position: relative;
}
.cid-uPYCnJc0IZ .container {
  display: flex;
  margin: auto;
}
.cid-uPYCnJc0IZ .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPYCnJc0IZ .dropdown-menu,
.cid-uPYCnJc0IZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uPYCnJc0IZ .nav-item:focus,
.cid-uPYCnJc0IZ .nav-link:focus {
  outline: none;
}
.cid-uPYCnJc0IZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPYCnJc0IZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPYCnJc0IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPYCnJc0IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPYCnJc0IZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPYCnJc0IZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPYCnJc0IZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uPYCnJc0IZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPYCnJc0IZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPYCnJc0IZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPYCnJc0IZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPYCnJc0IZ .navbar.collapsed {
  justify-content: center;
}
.cid-uPYCnJc0IZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPYCnJc0IZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPYCnJc0IZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPYCnJc0IZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPYCnJc0IZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPYCnJc0IZ .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-uPYCnJc0IZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPYCnJc0IZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPYCnJc0IZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPYCnJc0IZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPYCnJc0IZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPYCnJc0IZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPYCnJc0IZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPYCnJc0IZ .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-uPYCnJc0IZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPYCnJc0IZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPYCnJc0IZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPYCnJc0IZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPYCnJc0IZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPYCnJc0IZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPYCnJc0IZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPYCnJc0IZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPYCnJc0IZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPYCnJc0IZ .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPYCnJc0IZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPYCnJc0IZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPYCnJc0IZ .dropdown-item.active,
.cid-uPYCnJc0IZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPYCnJc0IZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPYCnJc0IZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPYCnJc0IZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPYCnJc0IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPYCnJc0IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPYCnJc0IZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPYCnJc0IZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPYCnJc0IZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPYCnJc0IZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPYCnJc0IZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uPYCnJc0IZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPYCnJc0IZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYCnJc0IZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPYCnJc0IZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPYCnJc0IZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYCnJc0IZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPYCnJc0IZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPYCnJc0IZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPYCnJc0IZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPYCnJc0IZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPYCnJc0IZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPYCnJc0IZ .navbar {
    height: 70px;
  }
  .cid-uPYCnJc0IZ .navbar.opened {
    height: auto;
  }
  .cid-uPYCnJc0IZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPYUBFky7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPYUBFky7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYUBFky7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYUBFky7t .text2 {
  line-height: 1.5;
}
.cid-uPYUBFky7t .btn {
  border-radius: 0px;
}
.cid-uPYUBFky7t .btn-black-outline:hover,
.cid-uPYUBFky7t .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uPYUBFky7t .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uPYUBFky7t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPYUBFky7t .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPYUBFky7t .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPYUBFky7t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPYCnKiaNq {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uPYCnKiaNq {
    align-items: flex-start;
  }
  .cid-uPYCnKiaNq .row {
    justify-content: flex-start;
  }
}
.cid-uPYCnKiaNq .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPYCnKiaNq .mbr-text,
.cid-uPYCnKiaNq .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPYCnKiaNq .mbr-section-title,
.cid-uPYCnKiaNq .line {
  color: #232323;
}
.cid-uPYCnKiaNq h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPYCnKiaNq h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPYCnKiaNq .mbr-section-subtitle,
.cid-uPYCnKiaNq .align {
  text-align: left;
  color: #232323;
}
.cid-uPYCnKiaNq .mbr-text2 {
  color: #808080;
}
.cid-uPYCnNg4EO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uPYCnNg4EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYCnNg4EO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYCnNg4EO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPYCnNg4EO .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPYCnNg4EO .container {
    padding: 0 15px;
  }
}
.cid-uPYCnNg4EO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPYCnNg4EO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPYCnNg4EO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPYCnNg4EO .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uPYCnNg4EO .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPYCnNg4EO .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPYCnNg4EO .mbr-section-title {
  color: #131c28;
}
.cid-uPYCnNg4EO .mbr-desc {
  color: #fafafa;
}
.cid-uPYCnNg4EO .mbr-text {
  color: #e1e5f0;
}
.cid-uPYCnNg4EO .mbr-section-title,
.cid-uPYCnNg4EO .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRAu1utt1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRAu1utt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRAu1utt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRAu1utt1 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRAu1utt1 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRAu1utt1 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRAu1utt1 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRAu1utt1 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRAu1utt1 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRAu1utt1 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRAu1utt1 .panel-title-edit {
  color: #000000;
}
.cid-uRRAu1utt1 .panel-text {
  color: #d7d2d2;
}
.cid-uRRAu1utt1 .panel-text,
.cid-uRRAu1utt1 .panel-body {
  color: #353535;
}
.cid-uRRAu1utt1 .mbr-section-title,
.cid-uRRAu1utt1 .mbr-section-btn,
.cid-uRRAu1utt1 .title-wrapper {
  color: #0070c0;
}
.cid-uPYCnP725y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uPYCnP725y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYCnP725y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPYCnP725y .container {
    padding: 0 15px;
  }
}
.cid-uPYCnP725y .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPYCnP725y .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPYCnP725y .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPYCnP725y .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uPYCnP725y .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uPYCnP725y .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uPYCnP725y .mbr-section-title {
  color: #131c28;
}
.cid-uPYCnP725y .mbr-desc {
  color: #131c28;
}
.cid-uPYCnP725y .mbr-text {
  text-align: center;
}
.cid-uRRAum4FON {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRAum4FON::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRAum4FON::before {
    opacity: .4;
  }
}
.cid-uRRAum4FON::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRAum4FON::after {
    opacity: .4;
  }
}
.cid-uRRAum4FON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRAum4FON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRAum4FON .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRAum4FON .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRAum4FON .container {
    padding: 0 16px;
  }
}
.cid-uRRAum4FON .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRAum4FON .row .card {
  justify-content: flex-end;
}
.cid-uRRAum4FON .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRAum4FON .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRAum4FON .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRAum4FON .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRAum4FON .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRAum4FON .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRAum4FON .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRAum4FON .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRAum4FON .mbr-section-title {
  color: #000000;
}
.cid-uRRAum4FON .mbr-text {
  color: #000000;
}
.cid-uRRAum4FON .mbr-section-title,
.cid-uRRAum4FON .mbr-section-btn-main {
  text-align: right;
}
.cid-uPYCnPnyY4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uPYCnPnyY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYCnPnyY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYCnPnyY4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uPYCnPnyY4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPYCnPnyY4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uPYCnPnyY4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPYCnPnyY4 .container {
    padding: 0 14px;
  }
}
.cid-uPYCnPnyY4 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uPYCnPnyY4 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uPYCnPnyY4 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uPYCnPnyY4 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uPYCnPnyY4 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPYCnPnyY4 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uPYCnPnyY4 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uPYCnPCp5M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPYCnPCp5M .container-fluid,
.cid-uPYCnPCp5M .container {
  position: relative;
}
.cid-uPYCnPCp5M .container-fluid::before,
.cid-uPYCnPCp5M .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uPYCnPCp5M .container-fluid::before,
  .cid-uPYCnPCp5M .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .container-fluid::before,
  .cid-uPYCnPCp5M .container::before {
    display: none;
  }
}
.cid-uPYCnPCp5M .media-wrap {
  height: 300px;
}
.cid-uPYCnPCp5M .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPYCnPCp5M .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uPYCnPCp5M .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uPYCnPCp5M .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uPYCnPCp5M .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uPYCnPCp5M .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uPYCnPCp5M .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uPYCnPCp5M .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uPYCnPCp5M .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uPYCnPCp5M .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uPYCnPCp5M .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uPYCnPCp5M .list .item-wrap:hover {
  opacity: .7;
}
.cid-uPYCnPCp5M .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .copyright {
    background-color: #ff8e01;
  }
}
.cid-uPYCnPCp5M .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPYCnPCp5M .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uPYCnPCp5M .mbr-text {
  color: #bcbfca;
}
.cid-uPYCnPCp5M .mbr-desc {
  color: #fafafa;
}
.cid-uPYCnPCp5M .mbr-link {
  color: #353535;
}
.cid-uPYCnPCp5M .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uPYCnPCp5M .mbr-text,
.cid-uPYCnPCp5M .icon-wrapper {
  color: #fafafa;
}
.cid-uRRBZZUBVn {
  z-index: 1000;
  width: 100%;
}
.cid-uRRBZZUBVn nav.navbar {
  position: fixed;
}
.cid-uRRBZZUBVn .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRBZZUBVn .btn-padding span {
  line-height: 10px;
}
.cid-uRRBZZUBVn .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-uRRBZZUBVn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRBZZUBVn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRBZZUBVn .dropdown-item:hover,
.cid-uRRBZZUBVn .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRBZZUBVn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRBZZUBVn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRBZZUBVn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRBZZUBVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRBZZUBVn .nav-link {
  position: relative;
}
.cid-uRRBZZUBVn .container {
  display: flex;
  margin: auto;
}
.cid-uRRBZZUBVn .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRBZZUBVn .dropdown-menu,
.cid-uRRBZZUBVn .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRBZZUBVn .nav-item:focus,
.cid-uRRBZZUBVn .nav-link:focus {
  outline: none;
}
.cid-uRRBZZUBVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRBZZUBVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRBZZUBVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRBZZUBVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRBZZUBVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRBZZUBVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRBZZUBVn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRBZZUBVn .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRBZZUBVn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRBZZUBVn .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRBZZUBVn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRBZZUBVn .navbar.collapsed {
  justify-content: center;
}
.cid-uRRBZZUBVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRBZZUBVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRBZZUBVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRBZZUBVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRBZZUBVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRBZZUBVn .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-uRRBZZUBVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRBZZUBVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRBZZUBVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRBZZUBVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRBZZUBVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRBZZUBVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRBZZUBVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRBZZUBVn .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-uRRBZZUBVn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRBZZUBVn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRBZZUBVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRBZZUBVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRBZZUBVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRBZZUBVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRBZZUBVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRBZZUBVn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRBZZUBVn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRBZZUBVn .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRBZZUBVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRBZZUBVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRBZZUBVn .dropdown-item.active,
.cid-uRRBZZUBVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRBZZUBVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRBZZUBVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRBZZUBVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRBZZUBVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRBZZUBVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRBZZUBVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRBZZUBVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRBZZUBVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRBZZUBVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRBZZUBVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRBZZUBVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRBZZUBVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRBZZUBVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRBZZUBVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRBZZUBVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRBZZUBVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRBZZUBVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRBZZUBVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRBZZUBVn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRBZZUBVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRBZZUBVn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRBZZUBVn .navbar {
    height: 70px;
  }
  .cid-uRRBZZUBVn .navbar.opened {
    height: auto;
  }
  .cid-uRRBZZUBVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRC011jDW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRC011jDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC011jDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRC011jDW .text2 {
  line-height: 1.5;
}
.cid-uRRC011jDW .btn {
  border-radius: 0px;
}
.cid-uRRC011jDW .btn-black-outline:hover,
.cid-uRRC011jDW .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRC011jDW .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRC011jDW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRC011jDW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRC011jDW .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRC011jDW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRC01jytA {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRC01jytA {
    align-items: flex-start;
  }
  .cid-uRRC01jytA .row {
    justify-content: flex-start;
  }
}
.cid-uRRC01jytA .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRC01jytA .mbr-text,
.cid-uRRC01jytA .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRC01jytA .mbr-section-title,
.cid-uRRC01jytA .line {
  color: #232323;
}
.cid-uRRC01jytA h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRC01jytA h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRC01jytA .mbr-section-subtitle,
.cid-uRRC01jytA .align {
  text-align: left;
  color: #232323;
}
.cid-uRRC01jytA .mbr-text2 {
  color: #808080;
}
.cid-uRRC01xTNm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRC01xTNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC01xTNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRC01xTNm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRC01xTNm .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRC01xTNm .container {
    padding: 0 15px;
  }
}
.cid-uRRC01xTNm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRC01xTNm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRC01xTNm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRC01xTNm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRC01xTNm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRC01xTNm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRC01xTNm .mbr-section-title {
  color: #131c28;
}
.cid-uRRC01xTNm .mbr-desc {
  color: #fafafa;
}
.cid-uRRC01xTNm .mbr-text {
  color: #e1e5f0;
}
.cid-uRRC01xTNm .mbr-section-title,
.cid-uRRC01xTNm .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRC01OskK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRC01OskK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC01OskK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRC01OskK .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRC01OskK .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRC01OskK .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRC01OskK .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRC01OskK .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRC01OskK .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRC01OskK .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRC01OskK .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRC01OskK .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRC01OskK .panel-title-edit {
  color: #000000;
}
.cid-uRRC01OskK .panel-text {
  color: #d7d2d2;
}
.cid-uRRC01OskK .panel-text,
.cid-uRRC01OskK .panel-body {
  color: #353535;
}
.cid-uRRC01OskK .mbr-section-title,
.cid-uRRC01OskK .mbr-section-btn,
.cid-uRRC01OskK .title-wrapper {
  color: #0070c0;
}
.cid-uRRC028Hyn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRC028Hyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC028Hyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRC028Hyn .container {
    padding: 0 15px;
  }
}
.cid-uRRC028Hyn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRC028Hyn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRC028Hyn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRC028Hyn .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRC028Hyn .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRC028Hyn .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRC028Hyn .mbr-section-title {
  color: #131c28;
}
.cid-uRRC028Hyn .mbr-desc {
  color: #131c28;
}
.cid-uRRC028Hyn .mbr-text {
  text-align: center;
}
.cid-uRRC02oScV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRC02oScV::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRC02oScV::before {
    opacity: .4;
  }
}
.cid-uRRC02oScV::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRC02oScV::after {
    opacity: .4;
  }
}
.cid-uRRC02oScV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC02oScV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRC02oScV .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRC02oScV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRC02oScV .container {
    padding: 0 16px;
  }
}
.cid-uRRC02oScV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRC02oScV .row .card {
  justify-content: flex-end;
}
.cid-uRRC02oScV .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRC02oScV .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRC02oScV .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRC02oScV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRC02oScV .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRC02oScV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRC02oScV .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRC02oScV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRC02oScV .mbr-section-title {
  color: #000000;
}
.cid-uRRC02oScV .mbr-text {
  color: #000000;
}
.cid-uRRC02oScV .mbr-section-title,
.cid-uRRC02oScV .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRC02FPdc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRC02FPdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRC02FPdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRC02FPdc .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRC02FPdc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRC02FPdc .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRC02FPdc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRC02FPdc .container {
    padding: 0 14px;
  }
}
.cid-uRRC02FPdc .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRC02FPdc .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRC02FPdc .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRC02FPdc .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRC02FPdc .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRC02FPdc .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRC02FPdc .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRC02Xhf1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRC02Xhf1 .container-fluid,
.cid-uRRC02Xhf1 .container {
  position: relative;
}
.cid-uRRC02Xhf1 .container-fluid::before,
.cid-uRRC02Xhf1 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRC02Xhf1 .container-fluid::before,
  .cid-uRRC02Xhf1 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .container-fluid::before,
  .cid-uRRC02Xhf1 .container::before {
    display: none;
  }
}
.cid-uRRC02Xhf1 .media-wrap {
  height: 300px;
}
.cid-uRRC02Xhf1 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRC02Xhf1 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRC02Xhf1 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRC02Xhf1 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRC02Xhf1 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRC02Xhf1 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRC02Xhf1 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRC02Xhf1 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRC02Xhf1 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRC02Xhf1 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRC02Xhf1 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRC02Xhf1 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRC02Xhf1 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRC02Xhf1 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRC02Xhf1 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRC02Xhf1 .mbr-text {
  color: #bcbfca;
}
.cid-uRRC02Xhf1 .mbr-desc {
  color: #fafafa;
}
.cid-uRRC02Xhf1 .mbr-link {
  color: #353535;
}
.cid-uRRC02Xhf1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRC02Xhf1 .mbr-text,
.cid-uRRC02Xhf1 .icon-wrapper {
  color: #fafafa;
}
.cid-uRREWgYd1o {
  z-index: 1000;
  width: 100%;
}
.cid-uRREWgYd1o nav.navbar {
  position: fixed;
}
.cid-uRREWgYd1o .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRREWgYd1o .btn-padding span {
  line-height: 10px;
}
.cid-uRREWgYd1o .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-uRREWgYd1o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRREWgYd1o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRREWgYd1o .dropdown-item:hover,
.cid-uRREWgYd1o .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRREWgYd1o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRREWgYd1o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRREWgYd1o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRREWgYd1o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRREWgYd1o .nav-link {
  position: relative;
}
.cid-uRREWgYd1o .container {
  display: flex;
  margin: auto;
}
.cid-uRREWgYd1o .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRREWgYd1o .dropdown-menu,
.cid-uRREWgYd1o .navbar.opened {
  background: #ffffff !important;
}
.cid-uRREWgYd1o .nav-item:focus,
.cid-uRREWgYd1o .nav-link:focus {
  outline: none;
}
.cid-uRREWgYd1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRREWgYd1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRREWgYd1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRREWgYd1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRREWgYd1o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRREWgYd1o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRREWgYd1o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRREWgYd1o .navbar.opened {
  transition: all 0.3s;
}
.cid-uRREWgYd1o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRREWgYd1o .navbar .navbar-logo img {
  width: auto;
}
.cid-uRREWgYd1o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRREWgYd1o .navbar.collapsed {
  justify-content: center;
}
.cid-uRREWgYd1o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRREWgYd1o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRREWgYd1o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRREWgYd1o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRREWgYd1o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRREWgYd1o .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-uRREWgYd1o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRREWgYd1o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRREWgYd1o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRREWgYd1o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRREWgYd1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRREWgYd1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRREWgYd1o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRREWgYd1o .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-uRREWgYd1o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRREWgYd1o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRREWgYd1o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRREWgYd1o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRREWgYd1o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRREWgYd1o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRREWgYd1o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRREWgYd1o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRREWgYd1o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRREWgYd1o .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRREWgYd1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRREWgYd1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRREWgYd1o .dropdown-item.active,
.cid-uRREWgYd1o .dropdown-item:active {
  background-color: transparent;
}
.cid-uRREWgYd1o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRREWgYd1o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRREWgYd1o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRREWgYd1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRREWgYd1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRREWgYd1o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRREWgYd1o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRREWgYd1o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRREWgYd1o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRREWgYd1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRREWgYd1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRREWgYd1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREWgYd1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREWgYd1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRREWgYd1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREWgYd1o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRREWgYd1o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRREWgYd1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREWgYd1o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRREWgYd1o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRREWgYd1o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRREWgYd1o .navbar {
    height: 70px;
  }
  .cid-uRREWgYd1o .navbar.opened {
    height: auto;
  }
  .cid-uRREWgYd1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRREWi45jF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRREWi45jF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWi45jF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREWi45jF .text2 {
  line-height: 1.5;
}
.cid-uRREWi45jF .btn {
  border-radius: 0px;
}
.cid-uRREWi45jF .btn-black-outline:hover,
.cid-uRREWi45jF .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRREWi45jF .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRREWi45jF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRREWi45jF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRREWi45jF .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRREWi45jF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRREWimDmH {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRREWimDmH {
    align-items: flex-start;
  }
  .cid-uRREWimDmH .row {
    justify-content: flex-start;
  }
}
.cid-uRREWimDmH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRREWimDmH .mbr-text,
.cid-uRREWimDmH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRREWimDmH .mbr-section-title,
.cid-uRREWimDmH .line {
  color: #232323;
}
.cid-uRREWimDmH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRREWimDmH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRREWimDmH .mbr-section-subtitle,
.cid-uRREWimDmH .align {
  text-align: left;
  color: #232323;
}
.cid-uRREWimDmH .mbr-text2 {
  color: #808080;
}
.cid-uRREWiASQV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRREWiASQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWiASQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREWiASQV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRREWiASQV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRREWiASQV .container {
    padding: 0 15px;
  }
}
.cid-uRREWiASQV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREWiASQV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREWiASQV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREWiASQV .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRREWiASQV .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREWiASQV .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREWiASQV .mbr-section-title {
  color: #131c28;
}
.cid-uRREWiASQV .mbr-desc {
  color: #fafafa;
}
.cid-uRREWiASQV .mbr-text {
  color: #e1e5f0;
}
.cid-uRREWiASQV .mbr-section-title,
.cid-uRREWiASQV .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRREWiSsQv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRREWiSsQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWiSsQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREWiSsQv .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRREWiSsQv .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRREWiSsQv .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRREWiSsQv .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRREWiSsQv .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRREWiSsQv .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRREWiSsQv .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRREWiSsQv .panel-title-edit {
  color: #000000;
}
.cid-uRREWiSsQv .panel-text {
  color: #d7d2d2;
}
.cid-uRREWiSsQv .panel-text,
.cid-uRREWiSsQv .panel-body {
  color: #353535;
}
.cid-uRREWiSsQv .mbr-section-title,
.cid-uRREWiSsQv .mbr-section-btn,
.cid-uRREWiSsQv .title-wrapper {
  color: #0070c0;
}
.cid-uRREWjeMBQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRREWjeMBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWjeMBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRREWjeMBQ .container {
    padding: 0 15px;
  }
}
.cid-uRREWjeMBQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREWjeMBQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREWjeMBQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREWjeMBQ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRREWjeMBQ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREWjeMBQ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREWjeMBQ .mbr-section-title {
  color: #131c28;
}
.cid-uRREWjeMBQ .mbr-desc {
  color: #131c28;
}
.cid-uRREWjeMBQ .mbr-text {
  text-align: center;
}
.cid-uRREWjwA7u {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRREWjwA7u::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRREWjwA7u::before {
    opacity: .4;
  }
}
.cid-uRREWjwA7u::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRREWjwA7u::after {
    opacity: .4;
  }
}
.cid-uRREWjwA7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWjwA7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREWjwA7u .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRREWjwA7u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREWjwA7u .container {
    padding: 0 16px;
  }
}
.cid-uRREWjwA7u .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRREWjwA7u .row .card {
  justify-content: flex-end;
}
.cid-uRREWjwA7u .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRREWjwA7u .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRREWjwA7u .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRREWjwA7u .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRREWjwA7u .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRREWjwA7u .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRREWjwA7u .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREWjwA7u .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRREWjwA7u .mbr-section-title {
  color: #000000;
}
.cid-uRREWjwA7u .mbr-text {
  color: #000000;
}
.cid-uRREWjwA7u .mbr-section-title,
.cid-uRREWjwA7u .mbr-section-btn-main {
  text-align: right;
}
.cid-uRREWjO5HD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRREWjO5HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREWjO5HD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREWjO5HD .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRREWjO5HD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREWjO5HD .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRREWjO5HD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREWjO5HD .container {
    padding: 0 14px;
  }
}
.cid-uRREWjO5HD .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRREWjO5HD .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRREWjO5HD .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRREWjO5HD .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRREWjO5HD .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRREWjO5HD .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRREWjO5HD .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRREWk6gUG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRREWk6gUG .container-fluid,
.cid-uRREWk6gUG .container {
  position: relative;
}
.cid-uRREWk6gUG .container-fluid::before,
.cid-uRREWk6gUG .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRREWk6gUG .container-fluid::before,
  .cid-uRREWk6gUG .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .container-fluid::before,
  .cid-uRREWk6gUG .container::before {
    display: none;
  }
}
.cid-uRREWk6gUG .media-wrap {
  height: 300px;
}
.cid-uRREWk6gUG .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRREWk6gUG .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRREWk6gUG .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRREWk6gUG .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRREWk6gUG .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRREWk6gUG .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRREWk6gUG .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRREWk6gUG .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRREWk6gUG .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRREWk6gUG .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRREWk6gUG .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRREWk6gUG .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRREWk6gUG .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRREWk6gUG .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREWk6gUG .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRREWk6gUG .mbr-text {
  color: #bcbfca;
}
.cid-uRREWk6gUG .mbr-desc {
  color: #fafafa;
}
.cid-uRREWk6gUG .mbr-link {
  color: #353535;
}
.cid-uRREWk6gUG .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRREWk6gUG .mbr-text,
.cid-uRREWk6gUG .icon-wrapper {
  color: #fafafa;
}
.cid-uRRCTH9mlU {
  z-index: 1000;
  width: 100%;
}
.cid-uRRCTH9mlU nav.navbar {
  position: fixed;
}
.cid-uRRCTH9mlU .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRCTH9mlU .btn-padding span {
  line-height: 10px;
}
.cid-uRRCTH9mlU .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-uRRCTH9mlU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRCTH9mlU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRCTH9mlU .dropdown-item:hover,
.cid-uRRCTH9mlU .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRCTH9mlU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRCTH9mlU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRCTH9mlU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRCTH9mlU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRCTH9mlU .nav-link {
  position: relative;
}
.cid-uRRCTH9mlU .container {
  display: flex;
  margin: auto;
}
.cid-uRRCTH9mlU .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRCTH9mlU .dropdown-menu,
.cid-uRRCTH9mlU .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRCTH9mlU .nav-item:focus,
.cid-uRRCTH9mlU .nav-link:focus {
  outline: none;
}
.cid-uRRCTH9mlU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRCTH9mlU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRCTH9mlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRCTH9mlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRCTH9mlU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRCTH9mlU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRCTH9mlU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRCTH9mlU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRCTH9mlU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRCTH9mlU .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRCTH9mlU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRCTH9mlU .navbar.collapsed {
  justify-content: center;
}
.cid-uRRCTH9mlU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRCTH9mlU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRCTH9mlU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRCTH9mlU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRCTH9mlU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRCTH9mlU .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-uRRCTH9mlU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRCTH9mlU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRCTH9mlU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRCTH9mlU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRCTH9mlU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRCTH9mlU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRCTH9mlU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRCTH9mlU .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-uRRCTH9mlU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRCTH9mlU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRCTH9mlU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRCTH9mlU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRCTH9mlU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRCTH9mlU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRCTH9mlU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRCTH9mlU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRCTH9mlU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRCTH9mlU .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRCTH9mlU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRCTH9mlU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRCTH9mlU .dropdown-item.active,
.cid-uRRCTH9mlU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRCTH9mlU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRCTH9mlU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRCTH9mlU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRCTH9mlU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRCTH9mlU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRCTH9mlU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRCTH9mlU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRCTH9mlU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRCTH9mlU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRCTH9mlU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRCTH9mlU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRCTH9mlU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRCTH9mlU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRCTH9mlU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRCTH9mlU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRCTH9mlU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRCTH9mlU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRCTH9mlU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRCTH9mlU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRCTH9mlU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRCTH9mlU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRCTH9mlU .navbar {
    height: 70px;
  }
  .cid-uRRCTH9mlU .navbar.opened {
    height: auto;
  }
  .cid-uRRCTH9mlU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRCTIdzCO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRCTIdzCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTIdzCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRCTIdzCO .text2 {
  line-height: 1.5;
}
.cid-uRRCTIdzCO .btn {
  border-radius: 0px;
}
.cid-uRRCTIdzCO .btn-black-outline:hover,
.cid-uRRCTIdzCO .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRCTIdzCO .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRCTIdzCO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRCTIdzCO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRCTIdzCO .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRCTIdzCO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRCTIvcmm {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRCTIvcmm {
    align-items: flex-start;
  }
  .cid-uRRCTIvcmm .row {
    justify-content: flex-start;
  }
}
.cid-uRRCTIvcmm .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRCTIvcmm .mbr-text,
.cid-uRRCTIvcmm .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRCTIvcmm .mbr-section-title,
.cid-uRRCTIvcmm .line {
  color: #232323;
}
.cid-uRRCTIvcmm h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRCTIvcmm h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRCTIvcmm .mbr-section-subtitle,
.cid-uRRCTIvcmm .align {
  text-align: left;
  color: #232323;
}
.cid-uRRCTIvcmm .mbr-text2 {
  color: #808080;
}
.cid-uRRCTII1rz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRCTII1rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTII1rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRCTII1rz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRCTII1rz .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRCTII1rz .container {
    padding: 0 15px;
  }
}
.cid-uRRCTII1rz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRCTII1rz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRCTII1rz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRCTII1rz .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRCTII1rz .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRCTII1rz .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRCTII1rz .mbr-section-title {
  color: #131c28;
}
.cid-uRRCTII1rz .mbr-desc {
  color: #fafafa;
}
.cid-uRRCTII1rz .mbr-text {
  color: #e1e5f0;
}
.cid-uRRCTII1rz .mbr-section-title,
.cid-uRRCTII1rz .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRCTJ6Dgv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRCTJ6Dgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTJ6Dgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRCTJ6Dgv .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRCTJ6Dgv .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRCTJ6Dgv .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRCTJ6Dgv .panel-title-edit {
  color: #000000;
}
.cid-uRRCTJ6Dgv .panel-text {
  color: #d7d2d2;
}
.cid-uRRCTJ6Dgv .panel-text,
.cid-uRRCTJ6Dgv .panel-body {
  color: #353535;
}
.cid-uRRCTJ6Dgv .mbr-section-title,
.cid-uRRCTJ6Dgv .mbr-section-btn,
.cid-uRRCTJ6Dgv .title-wrapper {
  color: #0070c0;
}
.cid-uRRCTJr7BK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRCTJr7BK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTJr7BK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRCTJr7BK .container {
    padding: 0 15px;
  }
}
.cid-uRRCTJr7BK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRCTJr7BK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRCTJr7BK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRCTJr7BK .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRCTJr7BK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRCTJr7BK .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRCTJr7BK .mbr-section-title {
  color: #131c28;
}
.cid-uRRCTJr7BK .mbr-desc {
  color: #131c28;
}
.cid-uRRCTJr7BK .mbr-text {
  text-align: center;
}
.cid-uRRCTJHk6T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRCTJHk6T::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRCTJHk6T::before {
    opacity: .4;
  }
}
.cid-uRRCTJHk6T::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRCTJHk6T::after {
    opacity: .4;
  }
}
.cid-uRRCTJHk6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTJHk6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRCTJHk6T .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRCTJHk6T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRCTJHk6T .container {
    padding: 0 16px;
  }
}
.cid-uRRCTJHk6T .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRCTJHk6T .row .card {
  justify-content: flex-end;
}
.cid-uRRCTJHk6T .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRCTJHk6T .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRCTJHk6T .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRCTJHk6T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRCTJHk6T .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRCTJHk6T .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRCTJHk6T .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRCTJHk6T .mbr-section-title {
  color: #000000;
}
.cid-uRRCTJHk6T .mbr-text {
  color: #000000;
}
.cid-uRRCTJHk6T .mbr-section-title,
.cid-uRRCTJHk6T .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRCTJYYAN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRCTJYYAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRCTJYYAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRCTJYYAN .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRCTJYYAN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRCTJYYAN .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRCTJYYAN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRCTJYYAN .container {
    padding: 0 14px;
  }
}
.cid-uRRCTJYYAN .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRCTJYYAN .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRCTJYYAN .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRCTJYYAN .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRCTJYYAN .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRCTJYYAN .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRCTJYYAN .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRCTKhxaj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRCTKhxaj .container-fluid,
.cid-uRRCTKhxaj .container {
  position: relative;
}
.cid-uRRCTKhxaj .container-fluid::before,
.cid-uRRCTKhxaj .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRCTKhxaj .container-fluid::before,
  .cid-uRRCTKhxaj .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .container-fluid::before,
  .cid-uRRCTKhxaj .container::before {
    display: none;
  }
}
.cid-uRRCTKhxaj .media-wrap {
  height: 300px;
}
.cid-uRRCTKhxaj .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRCTKhxaj .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRCTKhxaj .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRCTKhxaj .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRCTKhxaj .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRCTKhxaj .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRCTKhxaj .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRCTKhxaj .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRCTKhxaj .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRCTKhxaj .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRCTKhxaj .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRCTKhxaj .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRCTKhxaj .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRCTKhxaj .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRCTKhxaj .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRCTKhxaj .mbr-text {
  color: #bcbfca;
}
.cid-uRRCTKhxaj .mbr-desc {
  color: #fafafa;
}
.cid-uRRCTKhxaj .mbr-link {
  color: #353535;
}
.cid-uRRCTKhxaj .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRCTKhxaj .mbr-text,
.cid-uRRCTKhxaj .icon-wrapper {
  color: #fafafa;
}
.cid-uRRD5iJN32 {
  z-index: 1000;
  width: 100%;
}
.cid-uRRD5iJN32 nav.navbar {
  position: fixed;
}
.cid-uRRD5iJN32 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRD5iJN32 .btn-padding span {
  line-height: 10px;
}
.cid-uRRD5iJN32 .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-uRRD5iJN32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRD5iJN32 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRD5iJN32 .dropdown-item:hover,
.cid-uRRD5iJN32 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRD5iJN32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRD5iJN32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRD5iJN32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRD5iJN32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRD5iJN32 .nav-link {
  position: relative;
}
.cid-uRRD5iJN32 .container {
  display: flex;
  margin: auto;
}
.cid-uRRD5iJN32 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRD5iJN32 .dropdown-menu,
.cid-uRRD5iJN32 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRD5iJN32 .nav-item:focus,
.cid-uRRD5iJN32 .nav-link:focus {
  outline: none;
}
.cid-uRRD5iJN32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRD5iJN32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRD5iJN32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRD5iJN32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRD5iJN32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRD5iJN32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRD5iJN32 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRD5iJN32 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRD5iJN32 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRD5iJN32 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRD5iJN32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRD5iJN32 .navbar.collapsed {
  justify-content: center;
}
.cid-uRRD5iJN32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRD5iJN32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRD5iJN32 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRD5iJN32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRD5iJN32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRD5iJN32 .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-uRRD5iJN32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRD5iJN32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRD5iJN32 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRD5iJN32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRD5iJN32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRD5iJN32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRD5iJN32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRD5iJN32 .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-uRRD5iJN32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRD5iJN32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRD5iJN32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRD5iJN32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRD5iJN32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRD5iJN32 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRD5iJN32 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRD5iJN32 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRD5iJN32 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRD5iJN32 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRD5iJN32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRD5iJN32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRD5iJN32 .dropdown-item.active,
.cid-uRRD5iJN32 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRD5iJN32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRD5iJN32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRD5iJN32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRD5iJN32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRD5iJN32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRD5iJN32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRD5iJN32 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRD5iJN32 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRD5iJN32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRD5iJN32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRD5iJN32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRD5iJN32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRD5iJN32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRD5iJN32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRD5iJN32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRD5iJN32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRD5iJN32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRD5iJN32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRD5iJN32 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRD5iJN32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRD5iJN32 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRD5iJN32 .navbar {
    height: 70px;
  }
  .cid-uRRD5iJN32 .navbar.opened {
    height: auto;
  }
  .cid-uRRD5iJN32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRD5lcem2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRD5lcem2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5lcem2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRD5lcem2 .text2 {
  line-height: 1.5;
}
.cid-uRRD5lcem2 .btn {
  border-radius: 0px;
}
.cid-uRRD5lcem2 .btn-black-outline:hover,
.cid-uRRD5lcem2 .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRD5lcem2 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRD5lcem2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRD5lcem2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRD5lcem2 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRD5lcem2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRD5lAQic {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRD5lAQic {
    align-items: flex-start;
  }
  .cid-uRRD5lAQic .row {
    justify-content: flex-start;
  }
}
.cid-uRRD5lAQic .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRD5lAQic .mbr-text,
.cid-uRRD5lAQic .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRD5lAQic .mbr-section-title,
.cid-uRRD5lAQic .line {
  color: #232323;
}
.cid-uRRD5lAQic h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRD5lAQic h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRD5lAQic .mbr-section-subtitle,
.cid-uRRD5lAQic .align {
  text-align: left;
  color: #232323;
}
.cid-uRRD5lAQic .mbr-text2 {
  color: #808080;
}
.cid-uRRD5lTgUw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRD5lTgUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5lTgUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRD5lTgUw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRD5lTgUw .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRD5lTgUw .container {
    padding: 0 15px;
  }
}
.cid-uRRD5lTgUw .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRD5lTgUw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRD5lTgUw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRD5lTgUw .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRD5lTgUw .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRD5lTgUw .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRD5lTgUw .mbr-section-title {
  color: #131c28;
}
.cid-uRRD5lTgUw .mbr-desc {
  color: #fafafa;
}
.cid-uRRD5lTgUw .mbr-text {
  color: #e1e5f0;
}
.cid-uRRD5lTgUw .mbr-section-title,
.cid-uRRD5lTgUw .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRD5mec4D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRD5mec4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5mec4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRD5mec4D .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRD5mec4D .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRD5mec4D .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRD5mec4D .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRD5mec4D .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRD5mec4D .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRD5mec4D .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRD5mec4D .panel-title-edit {
  color: #000000;
}
.cid-uRRD5mec4D .panel-text {
  color: #d7d2d2;
}
.cid-uRRD5mec4D .panel-text,
.cid-uRRD5mec4D .panel-body {
  color: #353535;
}
.cid-uRRD5mec4D .mbr-section-title,
.cid-uRRD5mec4D .mbr-section-btn,
.cid-uRRD5mec4D .title-wrapper {
  color: #0070c0;
}
.cid-uRRD5mJP9v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRD5mJP9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5mJP9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRD5mJP9v .container {
    padding: 0 15px;
  }
}
.cid-uRRD5mJP9v .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRD5mJP9v .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRD5mJP9v .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRD5mJP9v .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRD5mJP9v .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRD5mJP9v .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRD5mJP9v .mbr-section-title {
  color: #131c28;
}
.cid-uRRD5mJP9v .mbr-desc {
  color: #131c28;
}
.cid-uRRD5mJP9v .mbr-text {
  text-align: center;
}
.cid-uRRD5n3C4e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRD5n3C4e::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRD5n3C4e::before {
    opacity: .4;
  }
}
.cid-uRRD5n3C4e::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRD5n3C4e::after {
    opacity: .4;
  }
}
.cid-uRRD5n3C4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5n3C4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRD5n3C4e .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRD5n3C4e .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRD5n3C4e .container {
    padding: 0 16px;
  }
}
.cid-uRRD5n3C4e .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRD5n3C4e .row .card {
  justify-content: flex-end;
}
.cid-uRRD5n3C4e .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRD5n3C4e .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRD5n3C4e .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRD5n3C4e .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRD5n3C4e .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRD5n3C4e .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRD5n3C4e .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRD5n3C4e .mbr-section-title {
  color: #000000;
}
.cid-uRRD5n3C4e .mbr-text {
  color: #000000;
}
.cid-uRRD5n3C4e .mbr-section-title,
.cid-uRRD5n3C4e .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRD5nqy45 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRD5nqy45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRD5nqy45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRD5nqy45 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRD5nqy45 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRD5nqy45 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRD5nqy45 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRD5nqy45 .container {
    padding: 0 14px;
  }
}
.cid-uRRD5nqy45 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRD5nqy45 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRD5nqy45 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRD5nqy45 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRD5nqy45 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRD5nqy45 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRD5nqy45 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRD5nKwiG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRD5nKwiG .container-fluid,
.cid-uRRD5nKwiG .container {
  position: relative;
}
.cid-uRRD5nKwiG .container-fluid::before,
.cid-uRRD5nKwiG .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRD5nKwiG .container-fluid::before,
  .cid-uRRD5nKwiG .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .container-fluid::before,
  .cid-uRRD5nKwiG .container::before {
    display: none;
  }
}
.cid-uRRD5nKwiG .media-wrap {
  height: 300px;
}
.cid-uRRD5nKwiG .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRD5nKwiG .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRD5nKwiG .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRD5nKwiG .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRD5nKwiG .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRD5nKwiG .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRD5nKwiG .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRD5nKwiG .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRD5nKwiG .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRD5nKwiG .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRD5nKwiG .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRD5nKwiG .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRD5nKwiG .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRD5nKwiG .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRD5nKwiG .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRD5nKwiG .mbr-text {
  color: #bcbfca;
}
.cid-uRRD5nKwiG .mbr-desc {
  color: #fafafa;
}
.cid-uRRD5nKwiG .mbr-link {
  color: #353535;
}
.cid-uRRD5nKwiG .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRD5nKwiG .mbr-text,
.cid-uRRD5nKwiG .icon-wrapper {
  color: #fafafa;
}
.cid-uRXkhWoMF4 {
  z-index: 1000;
  width: 100%;
}
.cid-uRXkhWoMF4 nav.navbar {
  position: fixed;
}
.cid-uRXkhWoMF4 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRXkhWoMF4 .btn-padding span {
  line-height: 10px;
}
.cid-uRXkhWoMF4 .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-uRXkhWoMF4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRXkhWoMF4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRXkhWoMF4 .dropdown-item:hover,
.cid-uRXkhWoMF4 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRXkhWoMF4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRXkhWoMF4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRXkhWoMF4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRXkhWoMF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRXkhWoMF4 .nav-link {
  position: relative;
}
.cid-uRXkhWoMF4 .container {
  display: flex;
  margin: auto;
}
.cid-uRXkhWoMF4 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRXkhWoMF4 .dropdown-menu,
.cid-uRXkhWoMF4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRXkhWoMF4 .nav-item:focus,
.cid-uRXkhWoMF4 .nav-link:focus {
  outline: none;
}
.cid-uRXkhWoMF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRXkhWoMF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRXkhWoMF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRXkhWoMF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRXkhWoMF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRXkhWoMF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRXkhWoMF4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRXkhWoMF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRXkhWoMF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRXkhWoMF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRXkhWoMF4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRXkhWoMF4 .navbar.collapsed {
  justify-content: center;
}
.cid-uRXkhWoMF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRXkhWoMF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRXkhWoMF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRXkhWoMF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRXkhWoMF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRXkhWoMF4 .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-uRXkhWoMF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRXkhWoMF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRXkhWoMF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRXkhWoMF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRXkhWoMF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRXkhWoMF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRXkhWoMF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRXkhWoMF4 .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-uRXkhWoMF4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRXkhWoMF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRXkhWoMF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRXkhWoMF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRXkhWoMF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRXkhWoMF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRXkhWoMF4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRXkhWoMF4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRXkhWoMF4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRXkhWoMF4 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRXkhWoMF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRXkhWoMF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRXkhWoMF4 .dropdown-item.active,
.cid-uRXkhWoMF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRXkhWoMF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRXkhWoMF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRXkhWoMF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRXkhWoMF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRXkhWoMF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRXkhWoMF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRXkhWoMF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRXkhWoMF4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRXkhWoMF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRXkhWoMF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRXkhWoMF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRXkhWoMF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXkhWoMF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXkhWoMF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRXkhWoMF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXkhWoMF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRXkhWoMF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRXkhWoMF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXkhWoMF4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRXkhWoMF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXkhWoMF4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRXkhWoMF4 .navbar {
    height: 70px;
  }
  .cid-uRXkhWoMF4 .navbar.opened {
    height: auto;
  }
  .cid-uRXkhWoMF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRXkhXdiOQ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXkhXdiOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhXdiOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkhXdiOQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRXkhXdiOQ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRXkhXdiOQ .container {
    padding: 0 15px;
  }
}
.cid-uRXkhXdiOQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXkhXdiOQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXkhXdiOQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXkhXdiOQ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uRXkhXdiOQ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXkhXdiOQ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXkhXdiOQ .mbr-section-title {
  color: #131c28;
}
.cid-uRXkhXdiOQ .mbr-desc {
  color: #000000;
}
.cid-uRXkhXdiOQ .mbr-text {
  color: #000000;
}
.cid-uRXkhXdiOQ .mbr-section-title,
.cid-uRXkhXdiOQ .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uRXkhXor5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRXkhXor5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhXor5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkhXor5O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uRXkhXor5O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRXkhXor5O .embla__slide .slide-content {
  width: 100%;
}
.cid-uRXkhXor5O .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-uRXkhXor5O .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-uRXkhXor5O .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-uRXkhXor5O .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070c0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uRXkhXor5O .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uRXkhXor5O .embla__button--next,
.cid-uRXkhXor5O .embla__button--prev {
  display: flex;
}
.cid-uRXkhXor5O .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #0070c0 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRXkhXor5O .embla__button:disabled {
  opacity: .5 !important;
}
.cid-uRXkhXor5O .embla__button:hover {
  transform: scale(1.05);
}
.cid-uRXkhXor5O .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uRXkhXor5O .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uRXkhXor5O .embla__button.embla__button--next {
  right: 0;
}
.cid-uRXkhXor5O .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uRXkhXor5O .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uRXkhXor5O .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRXkhXor5O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRXkhXor5O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRXkhXor5O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRXkhXor5O .mbr-label {
  color: #19171c;
}
.cid-uRXkhXor5O .mbr-section-title {
  color: #19171c;
}
.cid-uRXkhXor5O .item-title {
  color: #19171c;
}
.cid-uRXkhXor5O .item-name {
  color: #0070c0;
  text-align: center;
}
.cid-uRXkhXor5O .item-title,
.cid-uRXkhXor5O .person-wrapper {
  color: #0070c0;
  text-align: center;
}
.cid-uTFv63ApGB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFv63ApGB::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#0070c0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFv63ApGB::before {
    opacity: .4;
  }
}
.cid-uTFv63ApGB::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFv63ApGB::after {
    opacity: .4;
  }
}
.cid-uTFv63ApGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFv63ApGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFv63ApGB .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFv63ApGB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFv63ApGB .container {
    padding: 0 16px;
  }
}
.cid-uTFv63ApGB .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFv63ApGB .row .card {
  justify-content: flex-end;
}
.cid-uTFv63ApGB .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFv63ApGB .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFv63ApGB .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFv63ApGB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFv63ApGB .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFv63ApGB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFv63ApGB .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFv63ApGB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFv63ApGB .mbr-section-title {
  color: #000000;
}
.cid-uTFv63ApGB .mbr-text {
  color: #000000;
}
.cid-uTFv63ApGB .mbr-section-title,
.cid-uTFv63ApGB .mbr-section-btn-main {
  text-align: right;
}
.cid-uRXkhXSwIK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRXkhXSwIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhXSwIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkhXSwIK .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uRXkhXSwIK .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRXkhXSwIK .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRXkhXSwIK .card {
    margin-bottom: 2rem;
  }
  .cid-uRXkhXSwIK .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uRXkhXSwIK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRXkhYbm4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uRXkhYbm4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhYbm4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRXkhYbm4T .container {
    max-width: 1400px;
  }
}
.cid-uRXkhYbm4T .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uRXkhYbm4T .row {
  justify-content: center;
}
.cid-uRXkhYbm4T .mbr-section-title {
  color: #ff8e01;
}
.cid-uRXkhYtoS2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXkhYtoS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhYtoS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRXkhYtoS2 .container {
    padding: 0 15px;
  }
}
.cid-uRXkhYtoS2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXkhYtoS2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXkhYtoS2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXkhYtoS2 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRXkhYtoS2 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXkhYtoS2 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXkhYtoS2 .mbr-section-title {
  color: #131c28;
}
.cid-uRXkhYtoS2 .mbr-desc {
  color: #131c28;
}
.cid-uRXkhYtoS2 .mbr-text {
  text-align: center;
}
.cid-uRXkhYtoS2 .mbr-section-title,
.cid-uRXkhYtoS2 .mbr-section-btn {
  text-align: center;
}
.cid-uRXkhYGykL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRXkhYGykL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkhYGykL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkhYGykL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRXkhYGykL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXkhYGykL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRXkhYGykL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXkhYGykL .container {
    padding: 0 14px;
  }
}
.cid-uRXkhYGykL .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRXkhYGykL .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRXkhYGykL .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRXkhYGykL .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRXkhYGykL .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRXkhYGykL .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRXkhYGykL .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRXkhYSRhG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRXkhYSRhG .container-fluid,
.cid-uRXkhYSRhG .container {
  position: relative;
}
.cid-uRXkhYSRhG .container-fluid::before,
.cid-uRXkhYSRhG .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRXkhYSRhG .container-fluid::before,
  .cid-uRXkhYSRhG .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .container-fluid::before,
  .cid-uRXkhYSRhG .container::before {
    display: none;
  }
}
.cid-uRXkhYSRhG .media-wrap {
  height: 300px;
}
.cid-uRXkhYSRhG .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRXkhYSRhG .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRXkhYSRhG .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRXkhYSRhG .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRXkhYSRhG .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRXkhYSRhG .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRXkhYSRhG .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRXkhYSRhG .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRXkhYSRhG .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRXkhYSRhG .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRXkhYSRhG .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRXkhYSRhG .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRXkhYSRhG .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRXkhYSRhG .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXkhYSRhG .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRXkhYSRhG .mbr-text {
  color: #bcbfca;
}
.cid-uRXkhYSRhG .mbr-desc {
  color: #fafafa;
}
.cid-uRXkhYSRhG .mbr-link {
  color: #353535;
}
.cid-uRXkhYSRhG .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRXkhYSRhG .mbr-text,
.cid-uRXkhYSRhG .icon-wrapper {
  color: #fafafa;
}
.cid-uRXkgwV4pz {
  z-index: 1000;
  width: 100%;
}
.cid-uRXkgwV4pz nav.navbar {
  position: fixed;
}
.cid-uRXkgwV4pz .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRXkgwV4pz .btn-padding span {
  line-height: 10px;
}
.cid-uRXkgwV4pz .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-uRXkgwV4pz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRXkgwV4pz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRXkgwV4pz .dropdown-item:hover,
.cid-uRXkgwV4pz .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRXkgwV4pz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRXkgwV4pz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRXkgwV4pz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRXkgwV4pz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRXkgwV4pz .nav-link {
  position: relative;
}
.cid-uRXkgwV4pz .container {
  display: flex;
  margin: auto;
}
.cid-uRXkgwV4pz .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRXkgwV4pz .dropdown-menu,
.cid-uRXkgwV4pz .navbar.opened {
  background: #ffffff !important;
}
.cid-uRXkgwV4pz .nav-item:focus,
.cid-uRXkgwV4pz .nav-link:focus {
  outline: none;
}
.cid-uRXkgwV4pz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRXkgwV4pz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRXkgwV4pz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRXkgwV4pz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRXkgwV4pz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRXkgwV4pz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRXkgwV4pz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRXkgwV4pz .navbar.opened {
  transition: all 0.3s;
}
.cid-uRXkgwV4pz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRXkgwV4pz .navbar .navbar-logo img {
  width: auto;
}
.cid-uRXkgwV4pz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRXkgwV4pz .navbar.collapsed {
  justify-content: center;
}
.cid-uRXkgwV4pz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRXkgwV4pz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRXkgwV4pz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRXkgwV4pz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRXkgwV4pz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRXkgwV4pz .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-uRXkgwV4pz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRXkgwV4pz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRXkgwV4pz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRXkgwV4pz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRXkgwV4pz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRXkgwV4pz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRXkgwV4pz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRXkgwV4pz .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-uRXkgwV4pz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRXkgwV4pz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRXkgwV4pz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRXkgwV4pz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRXkgwV4pz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRXkgwV4pz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRXkgwV4pz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRXkgwV4pz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRXkgwV4pz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRXkgwV4pz .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRXkgwV4pz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRXkgwV4pz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRXkgwV4pz .dropdown-item.active,
.cid-uRXkgwV4pz .dropdown-item:active {
  background-color: transparent;
}
.cid-uRXkgwV4pz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRXkgwV4pz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRXkgwV4pz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRXkgwV4pz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRXkgwV4pz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRXkgwV4pz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRXkgwV4pz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRXkgwV4pz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRXkgwV4pz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRXkgwV4pz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRXkgwV4pz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRXkgwV4pz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXkgwV4pz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXkgwV4pz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRXkgwV4pz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXkgwV4pz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRXkgwV4pz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRXkgwV4pz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXkgwV4pz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRXkgwV4pz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXkgwV4pz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRXkgwV4pz .navbar {
    height: 70px;
  }
  .cid-uRXkgwV4pz .navbar.opened {
    height: auto;
  }
  .cid-uRXkgwV4pz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRXkgxM5iX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXkgxM5iX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgxM5iX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkgxM5iX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRXkgxM5iX .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRXkgxM5iX .container {
    padding: 0 15px;
  }
}
.cid-uRXkgxM5iX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXkgxM5iX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXkgxM5iX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXkgxM5iX .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uRXkgxM5iX .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXkgxM5iX .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXkgxM5iX .mbr-section-title {
  color: #131c28;
}
.cid-uRXkgxM5iX .mbr-desc {
  color: #000000;
}
.cid-uRXkgxM5iX .mbr-text {
  color: #000000;
}
.cid-uRXkgxM5iX .mbr-section-title,
.cid-uRXkgxM5iX .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uRXkgxYNfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRXkgxYNfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgxYNfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkgxYNfH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uRXkgxYNfH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRXkgxYNfH .embla__slide .slide-content {
  width: 100%;
}
.cid-uRXkgxYNfH .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-uRXkgxYNfH .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-uRXkgxYNfH .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-uRXkgxYNfH .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070c0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uRXkgxYNfH .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uRXkgxYNfH .embla__button--next,
.cid-uRXkgxYNfH .embla__button--prev {
  display: flex;
}
.cid-uRXkgxYNfH .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #0070c0 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRXkgxYNfH .embla__button:disabled {
  opacity: .5 !important;
}
.cid-uRXkgxYNfH .embla__button:hover {
  transform: scale(1.05);
}
.cid-uRXkgxYNfH .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uRXkgxYNfH .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uRXkgxYNfH .embla__button.embla__button--next {
  right: 0;
}
.cid-uRXkgxYNfH .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uRXkgxYNfH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uRXkgxYNfH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRXkgxYNfH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRXkgxYNfH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRXkgxYNfH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRXkgxYNfH .mbr-label {
  color: #19171c;
}
.cid-uRXkgxYNfH .mbr-section-title {
  color: #19171c;
}
.cid-uRXkgxYNfH .item-title {
  color: #19171c;
}
.cid-uRXkgxYNfH .item-name {
  color: #0070c0;
  text-align: center;
}
.cid-uRXkgxYNfH .item-title,
.cid-uRXkgxYNfH .person-wrapper {
  color: #0070c0;
  text-align: center;
}
.cid-uTFjTCPINo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFjTCPINo::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#0070c0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFjTCPINo::before {
    opacity: .4;
  }
}
.cid-uTFjTCPINo::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFjTCPINo::after {
    opacity: .4;
  }
}
.cid-uTFjTCPINo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFjTCPINo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFjTCPINo .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFjTCPINo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFjTCPINo .container {
    padding: 0 16px;
  }
}
.cid-uTFjTCPINo .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFjTCPINo .row .card {
  justify-content: flex-end;
}
.cid-uTFjTCPINo .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFjTCPINo .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFjTCPINo .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFjTCPINo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFjTCPINo .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFjTCPINo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFjTCPINo .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFjTCPINo .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFjTCPINo .mbr-section-title {
  color: #000000;
}
.cid-uTFjTCPINo .mbr-text {
  color: #000000;
}
.cid-uTFjTCPINo .mbr-section-title,
.cid-uTFjTCPINo .mbr-section-btn-main {
  text-align: right;
}
.cid-uRXkgyuFYq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRXkgyuFYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgyuFYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkgyuFYq .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uRXkgyuFYq .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRXkgyuFYq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRXkgyuFYq .card {
    margin-bottom: 2rem;
  }
  .cid-uRXkgyuFYq .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uRXkgyuFYq .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRXkgyPIlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uRXkgyPIlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgyPIlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRXkgyPIlC .container {
    max-width: 1400px;
  }
}
.cid-uRXkgyPIlC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uRXkgyPIlC .row {
  justify-content: center;
}
.cid-uRXkgyPIlC .mbr-section-title {
  color: #ff8e01;
}
.cid-uRXkgzcEjy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXkgzcEjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgzcEjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRXkgzcEjy .container {
    padding: 0 15px;
  }
}
.cid-uRXkgzcEjy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXkgzcEjy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXkgzcEjy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXkgzcEjy .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRXkgzcEjy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXkgzcEjy .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXkgzcEjy .mbr-section-title {
  color: #131c28;
}
.cid-uRXkgzcEjy .mbr-desc {
  color: #131c28;
}
.cid-uRXkgzcEjy .mbr-text {
  text-align: center;
}
.cid-uRXkgzcEjy .mbr-section-title,
.cid-uRXkgzcEjy .mbr-section-btn {
  text-align: center;
}
.cid-uRXkgzoRTc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRXkgzoRTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXkgzoRTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXkgzoRTc .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRXkgzoRTc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXkgzoRTc .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRXkgzoRTc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXkgzoRTc .container {
    padding: 0 14px;
  }
}
.cid-uRXkgzoRTc .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRXkgzoRTc .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRXkgzoRTc .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRXkgzoRTc .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRXkgzoRTc .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRXkgzoRTc .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRXkgzoRTc .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRXkgzA1pP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRXkgzA1pP .container-fluid,
.cid-uRXkgzA1pP .container {
  position: relative;
}
.cid-uRXkgzA1pP .container-fluid::before,
.cid-uRXkgzA1pP .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRXkgzA1pP .container-fluid::before,
  .cid-uRXkgzA1pP .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .container-fluid::before,
  .cid-uRXkgzA1pP .container::before {
    display: none;
  }
}
.cid-uRXkgzA1pP .media-wrap {
  height: 300px;
}
.cid-uRXkgzA1pP .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRXkgzA1pP .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRXkgzA1pP .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRXkgzA1pP .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRXkgzA1pP .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRXkgzA1pP .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRXkgzA1pP .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRXkgzA1pP .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRXkgzA1pP .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRXkgzA1pP .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRXkgzA1pP .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRXkgzA1pP .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRXkgzA1pP .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRXkgzA1pP .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXkgzA1pP .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRXkgzA1pP .mbr-text {
  color: #bcbfca;
}
.cid-uRXkgzA1pP .mbr-desc {
  color: #fafafa;
}
.cid-uRXkgzA1pP .mbr-link {
  color: #353535;
}
.cid-uRXkgzA1pP .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRXkgzA1pP .mbr-text,
.cid-uRXkgzA1pP .icon-wrapper {
  color: #fafafa;
}
.cid-uRXjMoeygt {
  z-index: 1000;
  width: 100%;
}
.cid-uRXjMoeygt nav.navbar {
  position: fixed;
}
.cid-uRXjMoeygt .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRXjMoeygt .btn-padding span {
  line-height: 10px;
}
.cid-uRXjMoeygt .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-uRXjMoeygt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRXjMoeygt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRXjMoeygt .dropdown-item:hover,
.cid-uRXjMoeygt .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRXjMoeygt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRXjMoeygt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRXjMoeygt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRXjMoeygt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRXjMoeygt .nav-link {
  position: relative;
}
.cid-uRXjMoeygt .container {
  display: flex;
  margin: auto;
}
.cid-uRXjMoeygt .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRXjMoeygt .dropdown-menu,
.cid-uRXjMoeygt .navbar.opened {
  background: #ffffff !important;
}
.cid-uRXjMoeygt .nav-item:focus,
.cid-uRXjMoeygt .nav-link:focus {
  outline: none;
}
.cid-uRXjMoeygt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRXjMoeygt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRXjMoeygt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRXjMoeygt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRXjMoeygt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRXjMoeygt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRXjMoeygt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRXjMoeygt .navbar.opened {
  transition: all 0.3s;
}
.cid-uRXjMoeygt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRXjMoeygt .navbar .navbar-logo img {
  width: auto;
}
.cid-uRXjMoeygt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRXjMoeygt .navbar.collapsed {
  justify-content: center;
}
.cid-uRXjMoeygt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRXjMoeygt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRXjMoeygt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRXjMoeygt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRXjMoeygt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRXjMoeygt .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-uRXjMoeygt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRXjMoeygt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRXjMoeygt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRXjMoeygt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRXjMoeygt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRXjMoeygt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRXjMoeygt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRXjMoeygt .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-uRXjMoeygt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRXjMoeygt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRXjMoeygt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRXjMoeygt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRXjMoeygt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRXjMoeygt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRXjMoeygt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRXjMoeygt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRXjMoeygt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRXjMoeygt .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRXjMoeygt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRXjMoeygt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRXjMoeygt .dropdown-item.active,
.cid-uRXjMoeygt .dropdown-item:active {
  background-color: transparent;
}
.cid-uRXjMoeygt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRXjMoeygt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRXjMoeygt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRXjMoeygt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRXjMoeygt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRXjMoeygt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRXjMoeygt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRXjMoeygt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRXjMoeygt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRXjMoeygt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRXjMoeygt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRXjMoeygt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXjMoeygt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXjMoeygt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRXjMoeygt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXjMoeygt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRXjMoeygt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRXjMoeygt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXjMoeygt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRXjMoeygt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXjMoeygt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRXjMoeygt .navbar {
    height: 70px;
  }
  .cid-uRXjMoeygt .navbar.opened {
    height: auto;
  }
  .cid-uRXjMoeygt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRXjMpo6Gx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXjMpo6Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMpo6Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXjMpo6Gx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRXjMpo6Gx .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRXjMpo6Gx .container {
    padding: 0 15px;
  }
}
.cid-uRXjMpo6Gx .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXjMpo6Gx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXjMpo6Gx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXjMpo6Gx .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uRXjMpo6Gx .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXjMpo6Gx .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXjMpo6Gx .mbr-section-title {
  color: #131c28;
}
.cid-uRXjMpo6Gx .mbr-desc {
  color: #000000;
}
.cid-uRXjMpo6Gx .mbr-text {
  color: #000000;
}
.cid-uRXjMpo6Gx .mbr-section-title,
.cid-uRXjMpo6Gx .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uRXjMpGiAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRXjMpGiAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMpGiAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXjMpGiAt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uRXjMpGiAt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRXjMpGiAt .embla__slide .slide-content {
  width: 100%;
}
.cid-uRXjMpGiAt .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-uRXjMpGiAt .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-uRXjMpGiAt .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-uRXjMpGiAt .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070c0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uRXjMpGiAt .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uRXjMpGiAt .embla__button--next,
.cid-uRXjMpGiAt .embla__button--prev {
  display: flex;
}
.cid-uRXjMpGiAt .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #0070c0 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRXjMpGiAt .embla__button:disabled {
  opacity: .5 !important;
}
.cid-uRXjMpGiAt .embla__button:hover {
  transform: scale(1.05);
}
.cid-uRXjMpGiAt .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uRXjMpGiAt .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uRXjMpGiAt .embla__button.embla__button--next {
  right: 0;
}
.cid-uRXjMpGiAt .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uRXjMpGiAt .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uRXjMpGiAt .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRXjMpGiAt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRXjMpGiAt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRXjMpGiAt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRXjMpGiAt .mbr-label {
  color: #19171c;
}
.cid-uRXjMpGiAt .mbr-section-title {
  color: #19171c;
}
.cid-uRXjMpGiAt .item-title {
  color: #19171c;
}
.cid-uRXjMpGiAt .item-name {
  color: #0070c0;
  text-align: center;
}
.cid-uRXjMpGiAt .item-title,
.cid-uRXjMpGiAt .person-wrapper {
  color: #0070c0;
  text-align: center;
}
.cid-uTFwUwRVfg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFwUwRVfg::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#0070c0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFwUwRVfg::before {
    opacity: .4;
  }
}
.cid-uTFwUwRVfg::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFwUwRVfg::after {
    opacity: .4;
  }
}
.cid-uTFwUwRVfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFwUwRVfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFwUwRVfg .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFwUwRVfg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFwUwRVfg .container {
    padding: 0 16px;
  }
}
.cid-uTFwUwRVfg .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFwUwRVfg .row .card {
  justify-content: flex-end;
}
.cid-uTFwUwRVfg .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFwUwRVfg .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFwUwRVfg .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFwUwRVfg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFwUwRVfg .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFwUwRVfg .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFwUwRVfg .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFwUwRVfg .mbr-section-title {
  color: #000000;
}
.cid-uTFwUwRVfg .mbr-text {
  color: #000000;
}
.cid-uTFwUwRVfg .mbr-section-title,
.cid-uTFwUwRVfg .mbr-section-btn-main {
  text-align: right;
}
.cid-uRXjMqcpz9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRXjMqcpz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMqcpz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXjMqcpz9 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uRXjMqcpz9 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRXjMqcpz9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRXjMqcpz9 .card {
    margin-bottom: 2rem;
  }
  .cid-uRXjMqcpz9 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uRXjMqcpz9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRXjMqv04o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uRXjMqv04o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMqv04o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRXjMqv04o .container {
    max-width: 1400px;
  }
}
.cid-uRXjMqv04o .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uRXjMqv04o .row {
  justify-content: center;
}
.cid-uRXjMqv04o .mbr-section-title {
  color: #ff8e01;
}
.cid-uRXjMqNzOt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRXjMqNzOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMqNzOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRXjMqNzOt .container {
    padding: 0 15px;
  }
}
.cid-uRXjMqNzOt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXjMqNzOt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXjMqNzOt .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXjMqNzOt .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRXjMqNzOt .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXjMqNzOt .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXjMqNzOt .mbr-section-title {
  color: #131c28;
}
.cid-uRXjMqNzOt .mbr-desc {
  color: #131c28;
}
.cid-uRXjMqNzOt .mbr-text {
  text-align: center;
}
.cid-uRXjMqNzOt .mbr-section-title,
.cid-uRXjMqNzOt .mbr-section-btn {
  text-align: center;
}
.cid-uRXjMr480T {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRXjMr480T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXjMr480T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXjMr480T .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRXjMr480T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXjMr480T .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRXjMr480T .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXjMr480T .container {
    padding: 0 14px;
  }
}
.cid-uRXjMr480T .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRXjMr480T .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRXjMr480T .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRXjMr480T .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRXjMr480T .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRXjMr480T .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRXjMr480T .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRXjMrhwBA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRXjMrhwBA .container-fluid,
.cid-uRXjMrhwBA .container {
  position: relative;
}
.cid-uRXjMrhwBA .container-fluid::before,
.cid-uRXjMrhwBA .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRXjMrhwBA .container-fluid::before,
  .cid-uRXjMrhwBA .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .container-fluid::before,
  .cid-uRXjMrhwBA .container::before {
    display: none;
  }
}
.cid-uRXjMrhwBA .media-wrap {
  height: 300px;
}
.cid-uRXjMrhwBA .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRXjMrhwBA .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRXjMrhwBA .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRXjMrhwBA .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRXjMrhwBA .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRXjMrhwBA .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRXjMrhwBA .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRXjMrhwBA .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRXjMrhwBA .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRXjMrhwBA .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRXjMrhwBA .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRXjMrhwBA .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRXjMrhwBA .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRXjMrhwBA .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXjMrhwBA .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRXjMrhwBA .mbr-text {
  color: #bcbfca;
}
.cid-uRXjMrhwBA .mbr-desc {
  color: #fafafa;
}
.cid-uRXjMrhwBA .mbr-link {
  color: #353535;
}
.cid-uRXjMrhwBA .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRXjMrhwBA .mbr-text,
.cid-uRXjMrhwBA .icon-wrapper {
  color: #fafafa;
}
.cid-uRWYHX69WM {
  z-index: 1000;
  width: 100%;
}
.cid-uRWYHX69WM nav.navbar {
  position: fixed;
}
.cid-uRWYHX69WM .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRWYHX69WM .btn-padding span {
  line-height: 10px;
}
.cid-uRWYHX69WM .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-uRWYHX69WM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRWYHX69WM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRWYHX69WM .dropdown-item:hover,
.cid-uRWYHX69WM .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRWYHX69WM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRWYHX69WM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRWYHX69WM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRWYHX69WM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRWYHX69WM .nav-link {
  position: relative;
}
.cid-uRWYHX69WM .container {
  display: flex;
  margin: auto;
}
.cid-uRWYHX69WM .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRWYHX69WM .dropdown-menu,
.cid-uRWYHX69WM .navbar.opened {
  background: #ffffff !important;
}
.cid-uRWYHX69WM .nav-item:focus,
.cid-uRWYHX69WM .nav-link:focus {
  outline: none;
}
.cid-uRWYHX69WM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRWYHX69WM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRWYHX69WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRWYHX69WM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRWYHX69WM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRWYHX69WM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRWYHX69WM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRWYHX69WM .navbar.opened {
  transition: all 0.3s;
}
.cid-uRWYHX69WM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRWYHX69WM .navbar .navbar-logo img {
  width: auto;
}
.cid-uRWYHX69WM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRWYHX69WM .navbar.collapsed {
  justify-content: center;
}
.cid-uRWYHX69WM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRWYHX69WM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRWYHX69WM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRWYHX69WM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRWYHX69WM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRWYHX69WM .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-uRWYHX69WM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRWYHX69WM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRWYHX69WM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRWYHX69WM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRWYHX69WM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRWYHX69WM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRWYHX69WM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRWYHX69WM .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-uRWYHX69WM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRWYHX69WM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRWYHX69WM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRWYHX69WM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRWYHX69WM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRWYHX69WM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRWYHX69WM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRWYHX69WM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRWYHX69WM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRWYHX69WM .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRWYHX69WM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRWYHX69WM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRWYHX69WM .dropdown-item.active,
.cid-uRWYHX69WM .dropdown-item:active {
  background-color: transparent;
}
.cid-uRWYHX69WM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRWYHX69WM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRWYHX69WM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRWYHX69WM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRWYHX69WM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRWYHX69WM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRWYHX69WM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRWYHX69WM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRWYHX69WM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRWYHX69WM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRWYHX69WM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRWYHX69WM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRWYHX69WM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRWYHX69WM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRWYHX69WM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRWYHX69WM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRWYHX69WM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRWYHX69WM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRWYHX69WM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRWYHX69WM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRWYHX69WM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRWYHX69WM .navbar {
    height: 70px;
  }
  .cid-uRWYHX69WM .navbar.opened {
    height: auto;
  }
  .cid-uRWYHX69WM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRWYHY4WnJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zemin-mobilya-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRWYHY4WnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWYHY4WnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWYHY4WnJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRWYHY4WnJ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRWYHY4WnJ .container {
    padding: 0 15px;
  }
}
.cid-uRWYHY4WnJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRWYHY4WnJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRWYHY4WnJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRWYHY4WnJ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff8e01;
}
.cid-uRWYHY4WnJ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff8e01;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRWYHY4WnJ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRWYHY4WnJ .mbr-section-title {
  color: #131c28;
}
.cid-uRWYHY4WnJ .mbr-desc {
  color: #000000;
}
.cid-uRWYHY4WnJ .mbr-text {
  color: #000000;
}
.cid-uRWYHY4WnJ .mbr-section-title,
.cid-uRWYHY4WnJ .mbr-section-btn {
  color: #0070c0;
  text-align: center;
}
.cid-uRXftOn2va {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRXftOn2va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXftOn2va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXftOn2va .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uRXftOn2va .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRXftOn2va .embla__slide .slide-content {
  width: 100%;
}
.cid-uRXftOn2va .embla__slide .slide-content:hover .item-wrapper .image-content .item-img:before,
.cid-uRXftOn2va .embla__slide .slide-content:focus .item-wrapper .image-content .item-img:before {
  opacity: .5;
}
.cid-uRXftOn2va .embla__slide .slide-content:hover .item-wrapper .image-content .item-img .mbr-section-btn,
.cid-uRXftOn2va .embla__slide .slide-content:focus .item-wrapper .image-content .item-img .mbr-section-btn {
  opacity: 1;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uRXftOn2va .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content {
  margin: 100px 40px;
  box-shadow: 5px 40px 50px 0 #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content {
    box-shadow: none;
  }
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content .item-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070c0;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap {
  width: 100%;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content .item-img .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .image-content .item-img .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all .3s ease;
  z-index: 2;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uRXftOn2va .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uRXftOn2va .embla__button--next,
.cid-uRXftOn2va .embla__button--prev {
  display: flex;
}
.cid-uRXftOn2va .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #0070c0 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRXftOn2va .embla__button:disabled {
  opacity: .5 !important;
}
.cid-uRXftOn2va .embla__button:hover {
  transform: scale(1.05);
}
.cid-uRXftOn2va .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uRXftOn2va .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uRXftOn2va .embla__button.embla__button--next {
  right: 0;
}
.cid-uRXftOn2va .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uRXftOn2va .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uRXftOn2va .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRXftOn2va .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRXftOn2va .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRXftOn2va .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRXftOn2va .mbr-label {
  color: #19171c;
}
.cid-uRXftOn2va .mbr-section-title {
  color: #19171c;
}
.cid-uRXftOn2va .item-title {
  color: #19171c;
}
.cid-uRXftOn2va .item-name {
  color: #0070c0;
  text-align: center;
}
.cid-uRXftOn2va .item-title,
.cid-uRXftOn2va .person-wrapper {
  color: #0070c0;
  text-align: center;
}
.cid-uTFsDTi1ya {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uTFsDTi1ya::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#e1e5f0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTFsDTi1ya::before {
    opacity: .4;
  }
}
.cid-uTFsDTi1ya::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff8e01 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uTFsDTi1ya::after {
    opacity: .4;
  }
}
.cid-uTFsDTi1ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFsDTi1ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFsDTi1ya .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uTFsDTi1ya .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uTFsDTi1ya .container {
    padding: 0 16px;
  }
}
.cid-uTFsDTi1ya .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uTFsDTi1ya .row .card {
  justify-content: flex-end;
}
.cid-uTFsDTi1ya .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uTFsDTi1ya .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uTFsDTi1ya .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uTFsDTi1ya .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTFsDTi1ya .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTFsDTi1ya .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uTFsDTi1ya .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uTFsDTi1ya .mbr-section-title {
  color: #000000;
}
.cid-uTFsDTi1ya .mbr-text {
  color: #000000;
}
.cid-uTFsDTi1ya .mbr-section-title,
.cid-uTFsDTi1ya .mbr-section-btn-main {
  text-align: right;
}
.cid-uRXe9PWr4U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRXe9PWr4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXe9PWr4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXe9PWr4U .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uRXe9PWr4U .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRXe9PWr4U .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRXe9PWr4U .card {
    margin-bottom: 2rem;
  }
  .cid-uRXe9PWr4U .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uRXe9PWr4U .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRXczWGnmY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e5f0;
}
.cid-uRXczWGnmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXczWGnmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRXczWGnmY .container {
    max-width: 1400px;
  }
}
.cid-uRXczWGnmY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uRXczWGnmY .row {
  justify-content: center;
}
.cid-uRXczWGnmY .mbr-section-title {
  color: #ff8e01;
}
.cid-uRWYI0cKUK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zemin-denizcilik-boya-pompalari-uygulamalari-800-800x800.jpg");
}
.cid-uRWYI0cKUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWYI0cKUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRWYI0cKUK .container {
    padding: 0 15px;
  }
}
.cid-uRWYI0cKUK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRWYI0cKUK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRWYI0cKUK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRWYI0cKUK .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRWYI0cKUK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRWYI0cKUK .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRWYI0cKUK .mbr-section-title {
  color: #131c28;
}
.cid-uRWYI0cKUK .mbr-desc {
  color: #131c28;
}
.cid-uRWYI0cKUK .mbr-text {
  text-align: center;
}
.cid-uRWYI0cKUK .mbr-section-title,
.cid-uRWYI0cKUK .mbr-section-btn {
  text-align: center;
}
.cid-uRWYI0tIdK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRWYI0tIdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWYI0tIdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRWYI0tIdK .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRWYI0tIdK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRWYI0tIdK .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRWYI0tIdK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRWYI0tIdK .container {
    padding: 0 14px;
  }
}
.cid-uRWYI0tIdK .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRWYI0tIdK .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRWYI0tIdK .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRWYI0tIdK .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRWYI0tIdK .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRWYI0tIdK .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRWYI0tIdK .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRWYI0Gel2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRWYI0Gel2 .container-fluid,
.cid-uRWYI0Gel2 .container {
  position: relative;
}
.cid-uRWYI0Gel2 .container-fluid::before,
.cid-uRWYI0Gel2 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRWYI0Gel2 .container-fluid::before,
  .cid-uRWYI0Gel2 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .container-fluid::before,
  .cid-uRWYI0Gel2 .container::before {
    display: none;
  }
}
.cid-uRWYI0Gel2 .media-wrap {
  height: 300px;
}
.cid-uRWYI0Gel2 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRWYI0Gel2 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRWYI0Gel2 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRWYI0Gel2 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRWYI0Gel2 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRWYI0Gel2 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRWYI0Gel2 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRWYI0Gel2 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRWYI0Gel2 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRWYI0Gel2 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRWYI0Gel2 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRWYI0Gel2 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRWYI0Gel2 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRWYI0Gel2 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRWYI0Gel2 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRWYI0Gel2 .mbr-text {
  color: #bcbfca;
}
.cid-uRWYI0Gel2 .mbr-desc {
  color: #fafafa;
}
.cid-uRWYI0Gel2 .mbr-link {
  color: #353535;
}
.cid-uRWYI0Gel2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRWYI0Gel2 .mbr-text,
.cid-uRWYI0Gel2 .icon-wrapper {
  color: #fafafa;
}
.cid-uRREfsfIQ9 {
  z-index: 1000;
  width: 100%;
}
.cid-uRREfsfIQ9 nav.navbar {
  position: fixed;
}
.cid-uRREfsfIQ9 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRREfsfIQ9 .btn-padding span {
  line-height: 10px;
}
.cid-uRREfsfIQ9 .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-uRREfsfIQ9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRREfsfIQ9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRREfsfIQ9 .dropdown-item:hover,
.cid-uRREfsfIQ9 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRREfsfIQ9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRREfsfIQ9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRREfsfIQ9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRREfsfIQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRREfsfIQ9 .nav-link {
  position: relative;
}
.cid-uRREfsfIQ9 .container {
  display: flex;
  margin: auto;
}
.cid-uRREfsfIQ9 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRREfsfIQ9 .dropdown-menu,
.cid-uRREfsfIQ9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRREfsfIQ9 .nav-item:focus,
.cid-uRREfsfIQ9 .nav-link:focus {
  outline: none;
}
.cid-uRREfsfIQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRREfsfIQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRREfsfIQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRREfsfIQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRREfsfIQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRREfsfIQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRREfsfIQ9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRREfsfIQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRREfsfIQ9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRREfsfIQ9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRREfsfIQ9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRREfsfIQ9 .navbar.collapsed {
  justify-content: center;
}
.cid-uRREfsfIQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRREfsfIQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRREfsfIQ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRREfsfIQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRREfsfIQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRREfsfIQ9 .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-uRREfsfIQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRREfsfIQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRREfsfIQ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRREfsfIQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRREfsfIQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRREfsfIQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRREfsfIQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRREfsfIQ9 .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-uRREfsfIQ9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRREfsfIQ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRREfsfIQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRREfsfIQ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRREfsfIQ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRREfsfIQ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRREfsfIQ9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRREfsfIQ9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRREfsfIQ9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRREfsfIQ9 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRREfsfIQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRREfsfIQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRREfsfIQ9 .dropdown-item.active,
.cid-uRREfsfIQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRREfsfIQ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRREfsfIQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRREfsfIQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRREfsfIQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRREfsfIQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRREfsfIQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRREfsfIQ9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRREfsfIQ9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRREfsfIQ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRREfsfIQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRREfsfIQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRREfsfIQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREfsfIQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREfsfIQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRREfsfIQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREfsfIQ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRREfsfIQ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRREfsfIQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREfsfIQ9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRREfsfIQ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRREfsfIQ9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRREfsfIQ9 .navbar {
    height: 70px;
  }
  .cid-uRREfsfIQ9 .navbar.opened {
    height: auto;
  }
  .cid-uRREfsfIQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRREftmUW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRREftmUW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREftmUW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREftmUW8 .text2 {
  line-height: 1.5;
}
.cid-uRREftmUW8 .btn {
  border-radius: 0px;
}
.cid-uRREftmUW8 .btn-black-outline:hover,
.cid-uRREftmUW8 .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRREftmUW8 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRREftmUW8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRREftmUW8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRREftmUW8 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRREftmUW8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRREftGLuZ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRREftGLuZ {
    align-items: flex-start;
  }
  .cid-uRREftGLuZ .row {
    justify-content: flex-start;
  }
}
.cid-uRREftGLuZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRREftGLuZ .mbr-text,
.cid-uRREftGLuZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRREftGLuZ .mbr-section-title,
.cid-uRREftGLuZ .line {
  color: #232323;
}
.cid-uRREftGLuZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRREftGLuZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRREftGLuZ .mbr-section-subtitle,
.cid-uRREftGLuZ .align {
  text-align: left;
  color: #232323;
}
.cid-uRREftGLuZ .mbr-text2 {
  color: #808080;
}
.cid-uRREftUBaK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRREftUBaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREftUBaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREftUBaK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRREftUBaK .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRREftUBaK .container {
    padding: 0 15px;
  }
}
.cid-uRREftUBaK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREftUBaK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREftUBaK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREftUBaK .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRREftUBaK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREftUBaK .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREftUBaK .mbr-section-title {
  color: #131c28;
}
.cid-uRREftUBaK .mbr-desc {
  color: #fafafa;
}
.cid-uRREftUBaK .mbr-text {
  color: #e1e5f0;
}
.cid-uRREftUBaK .mbr-section-title,
.cid-uRREftUBaK .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRREfu9tWV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRREfu9tWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREfu9tWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREfu9tWV .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRREfu9tWV .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRREfu9tWV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRREfu9tWV .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRREfu9tWV .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRREfu9tWV .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRREfu9tWV .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRREfu9tWV .panel-title-edit {
  color: #000000;
}
.cid-uRREfu9tWV .panel-text {
  color: #d7d2d2;
}
.cid-uRREfu9tWV .panel-text,
.cid-uRREfu9tWV .panel-body {
  color: #353535;
}
.cid-uRREfu9tWV .mbr-section-title,
.cid-uRREfu9tWV .mbr-section-btn,
.cid-uRREfu9tWV .title-wrapper {
  color: #0070c0;
}
.cid-uRREfuyO3e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRREfuyO3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREfuyO3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRREfuyO3e .container {
    padding: 0 15px;
  }
}
.cid-uRREfuyO3e .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREfuyO3e .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREfuyO3e .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREfuyO3e .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRREfuyO3e .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREfuyO3e .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREfuyO3e .mbr-section-title {
  color: #131c28;
}
.cid-uRREfuyO3e .mbr-desc {
  color: #131c28;
}
.cid-uRREfuyO3e .mbr-text {
  text-align: center;
}
.cid-uRREfuODyH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRREfuODyH::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRREfuODyH::before {
    opacity: .4;
  }
}
.cid-uRREfuODyH::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRREfuODyH::after {
    opacity: .4;
  }
}
.cid-uRREfuODyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREfuODyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREfuODyH .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRREfuODyH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREfuODyH .container {
    padding: 0 16px;
  }
}
.cid-uRREfuODyH .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRREfuODyH .row .card {
  justify-content: flex-end;
}
.cid-uRREfuODyH .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRREfuODyH .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRREfuODyH .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRREfuODyH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRREfuODyH .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRREfuODyH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRREfuODyH .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREfuODyH .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRREfuODyH .mbr-section-title {
  color: #000000;
}
.cid-uRREfuODyH .mbr-text {
  color: #000000;
}
.cid-uRREfuODyH .mbr-section-title,
.cid-uRREfuODyH .mbr-section-btn-main {
  text-align: right;
}
.cid-uRREfv5Cww {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRREfv5Cww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREfv5Cww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREfv5Cww .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRREfv5Cww .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREfv5Cww .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRREfv5Cww .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREfv5Cww .container {
    padding: 0 14px;
  }
}
.cid-uRREfv5Cww .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRREfv5Cww .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRREfv5Cww .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRREfv5Cww .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRREfv5Cww .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRREfv5Cww .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRREfv5Cww .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRREfvlVDp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRREfvlVDp .container-fluid,
.cid-uRREfvlVDp .container {
  position: relative;
}
.cid-uRREfvlVDp .container-fluid::before,
.cid-uRREfvlVDp .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRREfvlVDp .container-fluid::before,
  .cid-uRREfvlVDp .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .container-fluid::before,
  .cid-uRREfvlVDp .container::before {
    display: none;
  }
}
.cid-uRREfvlVDp .media-wrap {
  height: 300px;
}
.cid-uRREfvlVDp .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRREfvlVDp .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRREfvlVDp .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRREfvlVDp .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRREfvlVDp .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRREfvlVDp .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRREfvlVDp .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRREfvlVDp .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRREfvlVDp .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRREfvlVDp .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRREfvlVDp .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRREfvlVDp .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRREfvlVDp .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRREfvlVDp .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREfvlVDp .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRREfvlVDp .mbr-text {
  color: #bcbfca;
}
.cid-uRREfvlVDp .mbr-desc {
  color: #fafafa;
}
.cid-uRREfvlVDp .mbr-link {
  color: #353535;
}
.cid-uRREfvlVDp .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRREfvlVDp .mbr-text,
.cid-uRREfvlVDp .icon-wrapper {
  color: #fafafa;
}
.cid-uRREIMQkyf {
  z-index: 1000;
  width: 100%;
}
.cid-uRREIMQkyf nav.navbar {
  position: fixed;
}
.cid-uRREIMQkyf .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRREIMQkyf .btn-padding span {
  line-height: 10px;
}
.cid-uRREIMQkyf .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-uRREIMQkyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRREIMQkyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRREIMQkyf .dropdown-item:hover,
.cid-uRREIMQkyf .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRREIMQkyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRREIMQkyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRREIMQkyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRREIMQkyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRREIMQkyf .nav-link {
  position: relative;
}
.cid-uRREIMQkyf .container {
  display: flex;
  margin: auto;
}
.cid-uRREIMQkyf .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRREIMQkyf .dropdown-menu,
.cid-uRREIMQkyf .navbar.opened {
  background: #ffffff !important;
}
.cid-uRREIMQkyf .nav-item:focus,
.cid-uRREIMQkyf .nav-link:focus {
  outline: none;
}
.cid-uRREIMQkyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRREIMQkyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRREIMQkyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRREIMQkyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRREIMQkyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRREIMQkyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRREIMQkyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRREIMQkyf .navbar.opened {
  transition: all 0.3s;
}
.cid-uRREIMQkyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRREIMQkyf .navbar .navbar-logo img {
  width: auto;
}
.cid-uRREIMQkyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRREIMQkyf .navbar.collapsed {
  justify-content: center;
}
.cid-uRREIMQkyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRREIMQkyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRREIMQkyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRREIMQkyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRREIMQkyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRREIMQkyf .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-uRREIMQkyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRREIMQkyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRREIMQkyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRREIMQkyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRREIMQkyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRREIMQkyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRREIMQkyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRREIMQkyf .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-uRREIMQkyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRREIMQkyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRREIMQkyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRREIMQkyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRREIMQkyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRREIMQkyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRREIMQkyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRREIMQkyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRREIMQkyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRREIMQkyf .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRREIMQkyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRREIMQkyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRREIMQkyf .dropdown-item.active,
.cid-uRREIMQkyf .dropdown-item:active {
  background-color: transparent;
}
.cid-uRREIMQkyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRREIMQkyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRREIMQkyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRREIMQkyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRREIMQkyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRREIMQkyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRREIMQkyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRREIMQkyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRREIMQkyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRREIMQkyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRREIMQkyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRREIMQkyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREIMQkyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREIMQkyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRREIMQkyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREIMQkyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRREIMQkyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRREIMQkyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREIMQkyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRREIMQkyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRREIMQkyf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRREIMQkyf .navbar {
    height: 70px;
  }
  .cid-uRREIMQkyf .navbar.opened {
    height: auto;
  }
  .cid-uRREIMQkyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRREIO0sP4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRREIO0sP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIO0sP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREIO0sP4 .text2 {
  line-height: 1.5;
}
.cid-uRREIO0sP4 .btn {
  border-radius: 0px;
}
.cid-uRREIO0sP4 .btn-black-outline:hover,
.cid-uRREIO0sP4 .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRREIO0sP4 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRREIO0sP4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRREIO0sP4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRREIO0sP4 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRREIO0sP4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRREIOiwS2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRREIOiwS2 {
    align-items: flex-start;
  }
  .cid-uRREIOiwS2 .row {
    justify-content: flex-start;
  }
}
.cid-uRREIOiwS2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRREIOiwS2 .mbr-text,
.cid-uRREIOiwS2 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRREIOiwS2 .mbr-section-title,
.cid-uRREIOiwS2 .line {
  color: #232323;
}
.cid-uRREIOiwS2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRREIOiwS2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRREIOiwS2 .mbr-section-subtitle,
.cid-uRREIOiwS2 .align {
  text-align: left;
  color: #232323;
}
.cid-uRREIOiwS2 .mbr-text2 {
  color: #808080;
}
.cid-uRREIOwIKq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRREIOwIKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIOwIKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREIOwIKq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRREIOwIKq .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRREIOwIKq .container {
    padding: 0 15px;
  }
}
.cid-uRREIOwIKq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREIOwIKq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREIOwIKq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREIOwIKq .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRREIOwIKq .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREIOwIKq .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREIOwIKq .mbr-section-title {
  color: #131c28;
}
.cid-uRREIOwIKq .mbr-desc {
  color: #fafafa;
}
.cid-uRREIOwIKq .mbr-text {
  color: #e1e5f0;
}
.cid-uRREIOwIKq .mbr-section-title,
.cid-uRREIOwIKq .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRREIOPR7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRREIOPR7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIOPR7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREIOPR7a .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRREIOPR7a .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRREIOPR7a .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRREIOPR7a .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRREIOPR7a .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRREIOPR7a .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRREIOPR7a .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRREIOPR7a .panel-title-edit {
  color: #000000;
}
.cid-uRREIOPR7a .panel-text {
  color: #d7d2d2;
}
.cid-uRREIOPR7a .panel-text,
.cid-uRREIOPR7a .panel-body {
  color: #353535;
}
.cid-uRREIOPR7a .mbr-section-title,
.cid-uRREIOPR7a .mbr-section-btn,
.cid-uRREIOPR7a .title-wrapper {
  color: #0070c0;
}
.cid-uRREIPcyhz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRREIPcyhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIPcyhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRREIPcyhz .container {
    padding: 0 15px;
  }
}
.cid-uRREIPcyhz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREIPcyhz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREIPcyhz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREIPcyhz .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRREIPcyhz .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREIPcyhz .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREIPcyhz .mbr-section-title {
  color: #131c28;
}
.cid-uRREIPcyhz .mbr-desc {
  color: #131c28;
}
.cid-uRREIPcyhz .mbr-text {
  text-align: center;
}
.cid-uRREIPsaRp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRREIPsaRp::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRREIPsaRp::before {
    opacity: .4;
  }
}
.cid-uRREIPsaRp::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRREIPsaRp::after {
    opacity: .4;
  }
}
.cid-uRREIPsaRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIPsaRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREIPsaRp .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRREIPsaRp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREIPsaRp .container {
    padding: 0 16px;
  }
}
.cid-uRREIPsaRp .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRREIPsaRp .row .card {
  justify-content: flex-end;
}
.cid-uRREIPsaRp .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRREIPsaRp .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRREIPsaRp .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRREIPsaRp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRREIPsaRp .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRREIPsaRp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRREIPsaRp .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREIPsaRp .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRREIPsaRp .mbr-section-title {
  color: #000000;
}
.cid-uRREIPsaRp .mbr-text {
  color: #000000;
}
.cid-uRREIPsaRp .mbr-section-title,
.cid-uRREIPsaRp .mbr-section-btn-main {
  text-align: right;
}
.cid-uRREIPKv1T {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRREIPKv1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREIPKv1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREIPKv1T .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRREIPKv1T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREIPKv1T .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRREIPKv1T .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREIPKv1T .container {
    padding: 0 14px;
  }
}
.cid-uRREIPKv1T .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRREIPKv1T .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRREIPKv1T .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRREIPKv1T .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRREIPKv1T .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRREIPKv1T .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRREIPKv1T .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRREIQ31Y5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRREIQ31Y5 .container-fluid,
.cid-uRREIQ31Y5 .container {
  position: relative;
}
.cid-uRREIQ31Y5 .container-fluid::before,
.cid-uRREIQ31Y5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRREIQ31Y5 .container-fluid::before,
  .cid-uRREIQ31Y5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .container-fluid::before,
  .cid-uRREIQ31Y5 .container::before {
    display: none;
  }
}
.cid-uRREIQ31Y5 .media-wrap {
  height: 300px;
}
.cid-uRREIQ31Y5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRREIQ31Y5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRREIQ31Y5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRREIQ31Y5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRREIQ31Y5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRREIQ31Y5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRREIQ31Y5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRREIQ31Y5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRREIQ31Y5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRREIQ31Y5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRREIQ31Y5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRREIQ31Y5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRREIQ31Y5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRREIQ31Y5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREIQ31Y5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRREIQ31Y5 .mbr-text {
  color: #bcbfca;
}
.cid-uRREIQ31Y5 .mbr-desc {
  color: #fafafa;
}
.cid-uRREIQ31Y5 .mbr-link {
  color: #353535;
}
.cid-uRREIQ31Y5 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRREIQ31Y5 .mbr-text,
.cid-uRREIQ31Y5 .icon-wrapper {
  color: #fafafa;
}
.cid-uRREuthOAe {
  z-index: 1000;
  width: 100%;
}
.cid-uRREuthOAe nav.navbar {
  position: fixed;
}
.cid-uRREuthOAe .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRREuthOAe .btn-padding span {
  line-height: 10px;
}
.cid-uRREuthOAe .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-uRREuthOAe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRREuthOAe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRREuthOAe .dropdown-item:hover,
.cid-uRREuthOAe .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRREuthOAe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRREuthOAe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRREuthOAe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRREuthOAe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRREuthOAe .nav-link {
  position: relative;
}
.cid-uRREuthOAe .container {
  display: flex;
  margin: auto;
}
.cid-uRREuthOAe .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRREuthOAe .dropdown-menu,
.cid-uRREuthOAe .navbar.opened {
  background: #ffffff !important;
}
.cid-uRREuthOAe .nav-item:focus,
.cid-uRREuthOAe .nav-link:focus {
  outline: none;
}
.cid-uRREuthOAe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRREuthOAe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRREuthOAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRREuthOAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRREuthOAe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRREuthOAe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRREuthOAe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRREuthOAe .navbar.opened {
  transition: all 0.3s;
}
.cid-uRREuthOAe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRREuthOAe .navbar .navbar-logo img {
  width: auto;
}
.cid-uRREuthOAe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRREuthOAe .navbar.collapsed {
  justify-content: center;
}
.cid-uRREuthOAe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRREuthOAe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRREuthOAe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRREuthOAe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRREuthOAe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRREuthOAe .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-uRREuthOAe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRREuthOAe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRREuthOAe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRREuthOAe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRREuthOAe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRREuthOAe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRREuthOAe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRREuthOAe .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-uRREuthOAe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRREuthOAe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRREuthOAe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRREuthOAe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRREuthOAe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRREuthOAe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRREuthOAe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRREuthOAe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRREuthOAe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRREuthOAe .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRREuthOAe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRREuthOAe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRREuthOAe .dropdown-item.active,
.cid-uRREuthOAe .dropdown-item:active {
  background-color: transparent;
}
.cid-uRREuthOAe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRREuthOAe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRREuthOAe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRREuthOAe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRREuthOAe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRREuthOAe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRREuthOAe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRREuthOAe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRREuthOAe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRREuthOAe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRREuthOAe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRREuthOAe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREuthOAe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRREuthOAe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRREuthOAe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREuthOAe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRREuthOAe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRREuthOAe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRREuthOAe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRREuthOAe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRREuthOAe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRREuthOAe .navbar {
    height: 70px;
  }
  .cid-uRREuthOAe .navbar.opened {
    height: auto;
  }
  .cid-uRREuthOAe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRREuujpOD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRREuujpOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuujpOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREuujpOD .text2 {
  line-height: 1.5;
}
.cid-uRREuujpOD .btn {
  border-radius: 0px;
}
.cid-uRREuujpOD .btn-black-outline:hover,
.cid-uRREuujpOD .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRREuujpOD .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRREuujpOD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRREuujpOD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRREuujpOD .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRREuujpOD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRREuuCWc8 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRREuuCWc8 {
    align-items: flex-start;
  }
  .cid-uRREuuCWc8 .row {
    justify-content: flex-start;
  }
}
.cid-uRREuuCWc8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRREuuCWc8 .mbr-text,
.cid-uRREuuCWc8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRREuuCWc8 .mbr-section-title,
.cid-uRREuuCWc8 .line {
  color: #232323;
}
.cid-uRREuuCWc8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRREuuCWc8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRREuuCWc8 .mbr-section-subtitle,
.cid-uRREuuCWc8 .align {
  text-align: left;
  color: #232323;
}
.cid-uRREuuCWc8 .mbr-text2 {
  color: #808080;
}
.cid-uRREuuPFJi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRREuuPFJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuuPFJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREuuPFJi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRREuuPFJi .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRREuuPFJi .container {
    padding: 0 15px;
  }
}
.cid-uRREuuPFJi .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREuuPFJi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREuuPFJi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREuuPFJi .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRREuuPFJi .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREuuPFJi .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREuuPFJi .mbr-section-title {
  color: #131c28;
}
.cid-uRREuuPFJi .mbr-desc {
  color: #fafafa;
}
.cid-uRREuuPFJi .mbr-text {
  color: #e1e5f0;
}
.cid-uRREuuPFJi .mbr-section-title,
.cid-uRREuuPFJi .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRREuv4BGW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRREuv4BGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuv4BGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREuv4BGW .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRREuv4BGW .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRREuv4BGW .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRREuv4BGW .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRREuv4BGW .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRREuv4BGW .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRREuv4BGW .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRREuv4BGW .panel-title-edit {
  color: #000000;
}
.cid-uRREuv4BGW .panel-text {
  color: #d7d2d2;
}
.cid-uRREuv4BGW .panel-text,
.cid-uRREuv4BGW .panel-body {
  color: #353535;
}
.cid-uRREuv4BGW .mbr-section-title,
.cid-uRREuv4BGW .mbr-section-btn,
.cid-uRREuv4BGW .title-wrapper {
  color: #0070c0;
}
.cid-uRREuvpsLA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRREuvpsLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuvpsLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRREuvpsLA .container {
    padding: 0 15px;
  }
}
.cid-uRREuvpsLA .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRREuvpsLA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRREuvpsLA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRREuvpsLA .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRREuvpsLA .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRREuvpsLA .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRREuvpsLA .mbr-section-title {
  color: #131c28;
}
.cid-uRREuvpsLA .mbr-desc {
  color: #131c28;
}
.cid-uRREuvpsLA .mbr-text {
  text-align: center;
}
.cid-uRREuvESEo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRREuvESEo::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRREuvESEo::before {
    opacity: .4;
  }
}
.cid-uRREuvESEo::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRREuvESEo::after {
    opacity: .4;
  }
}
.cid-uRREuvESEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuvESEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREuvESEo .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRREuvESEo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREuvESEo .container {
    padding: 0 16px;
  }
}
.cid-uRREuvESEo .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRREuvESEo .row .card {
  justify-content: flex-end;
}
.cid-uRREuvESEo .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRREuvESEo .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRREuvESEo .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRREuvESEo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRREuvESEo .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRREuvESEo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRREuvESEo .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRREuvESEo .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRREuvESEo .mbr-section-title {
  color: #000000;
}
.cid-uRREuvESEo .mbr-text {
  color: #000000;
}
.cid-uRREuvESEo .mbr-section-title,
.cid-uRREuvESEo .mbr-section-btn-main {
  text-align: right;
}
.cid-uRREuvYtZH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRREuvYtZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRREuvYtZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRREuvYtZH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRREuvYtZH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREuvYtZH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRREuvYtZH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRREuvYtZH .container {
    padding: 0 14px;
  }
}
.cid-uRREuvYtZH .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRREuvYtZH .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRREuvYtZH .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRREuvYtZH .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRREuvYtZH .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRREuvYtZH .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRREuvYtZH .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRREuwdFFZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRREuwdFFZ .container-fluid,
.cid-uRREuwdFFZ .container {
  position: relative;
}
.cid-uRREuwdFFZ .container-fluid::before,
.cid-uRREuwdFFZ .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRREuwdFFZ .container-fluid::before,
  .cid-uRREuwdFFZ .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .container-fluid::before,
  .cid-uRREuwdFFZ .container::before {
    display: none;
  }
}
.cid-uRREuwdFFZ .media-wrap {
  height: 300px;
}
.cid-uRREuwdFFZ .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRREuwdFFZ .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRREuwdFFZ .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRREuwdFFZ .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRREuwdFFZ .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRREuwdFFZ .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRREuwdFFZ .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRREuwdFFZ .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRREuwdFFZ .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRREuwdFFZ .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRREuwdFFZ .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRREuwdFFZ .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRREuwdFFZ .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRREuwdFFZ .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRREuwdFFZ .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRREuwdFFZ .mbr-text {
  color: #bcbfca;
}
.cid-uRREuwdFFZ .mbr-desc {
  color: #fafafa;
}
.cid-uRREuwdFFZ .mbr-link {
  color: #353535;
}
.cid-uRREuwdFFZ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRREuwdFFZ .mbr-text,
.cid-uRREuwdFFZ .icon-wrapper {
  color: #fafafa;
}
.cid-uRRFhqtivI {
  z-index: 1000;
  width: 100%;
}
.cid-uRRFhqtivI nav.navbar {
  position: fixed;
}
.cid-uRRFhqtivI .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRFhqtivI .btn-padding span {
  line-height: 10px;
}
.cid-uRRFhqtivI .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-uRRFhqtivI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRFhqtivI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRFhqtivI .dropdown-item:hover,
.cid-uRRFhqtivI .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRFhqtivI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRFhqtivI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRFhqtivI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRFhqtivI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRFhqtivI .nav-link {
  position: relative;
}
.cid-uRRFhqtivI .container {
  display: flex;
  margin: auto;
}
.cid-uRRFhqtivI .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRFhqtivI .dropdown-menu,
.cid-uRRFhqtivI .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRFhqtivI .nav-item:focus,
.cid-uRRFhqtivI .nav-link:focus {
  outline: none;
}
.cid-uRRFhqtivI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRFhqtivI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRFhqtivI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRFhqtivI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRFhqtivI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRFhqtivI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRFhqtivI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRFhqtivI .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRFhqtivI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRFhqtivI .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRFhqtivI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRFhqtivI .navbar.collapsed {
  justify-content: center;
}
.cid-uRRFhqtivI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRFhqtivI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRFhqtivI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRFhqtivI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRFhqtivI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRFhqtivI .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-uRRFhqtivI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRFhqtivI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRFhqtivI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRFhqtivI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRFhqtivI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRFhqtivI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRFhqtivI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRFhqtivI .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-uRRFhqtivI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRFhqtivI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRFhqtivI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRFhqtivI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRFhqtivI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRFhqtivI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRFhqtivI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRFhqtivI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRFhqtivI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRFhqtivI .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRFhqtivI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRFhqtivI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRFhqtivI .dropdown-item.active,
.cid-uRRFhqtivI .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRFhqtivI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRFhqtivI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRFhqtivI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRFhqtivI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRFhqtivI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRFhqtivI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRFhqtivI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRFhqtivI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRFhqtivI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRFhqtivI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRFhqtivI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRFhqtivI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRFhqtivI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRFhqtivI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRFhqtivI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRFhqtivI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRFhqtivI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRFhqtivI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRFhqtivI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRFhqtivI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRFhqtivI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRFhqtivI .navbar {
    height: 70px;
  }
  .cid-uRRFhqtivI .navbar.opened {
    height: auto;
  }
  .cid-uRRFhqtivI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRFhrxNUB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRFhrxNUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhrxNUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFhrxNUB .text2 {
  line-height: 1.5;
}
.cid-uRRFhrxNUB .btn {
  border-radius: 0px;
}
.cid-uRRFhrxNUB .btn-black-outline:hover,
.cid-uRRFhrxNUB .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRFhrxNUB .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRFhrxNUB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRFhrxNUB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRFhrxNUB .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRFhrxNUB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRFhrQKq2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRFhrQKq2 {
    align-items: flex-start;
  }
  .cid-uRRFhrQKq2 .row {
    justify-content: flex-start;
  }
}
.cid-uRRFhrQKq2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRFhrQKq2 .mbr-text,
.cid-uRRFhrQKq2 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRFhrQKq2 .mbr-section-title,
.cid-uRRFhrQKq2 .line {
  color: #232323;
}
.cid-uRRFhrQKq2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRFhrQKq2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRFhrQKq2 .mbr-section-subtitle,
.cid-uRRFhrQKq2 .align {
  text-align: left;
  color: #232323;
}
.cid-uRRFhrQKq2 .mbr-text2 {
  color: #808080;
}
.cid-uRRFhs2PXf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRFhs2PXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhs2PXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFhs2PXf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRFhs2PXf .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRFhs2PXf .container {
    padding: 0 15px;
  }
}
.cid-uRRFhs2PXf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRFhs2PXf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRFhs2PXf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRFhs2PXf .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRFhs2PXf .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRFhs2PXf .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRFhs2PXf .mbr-section-title {
  color: #131c28;
}
.cid-uRRFhs2PXf .mbr-desc {
  color: #fafafa;
}
.cid-uRRFhs2PXf .mbr-text {
  color: #e1e5f0;
}
.cid-uRRFhs2PXf .mbr-section-title,
.cid-uRRFhs2PXf .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRFhshRXi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRFhshRXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhshRXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFhshRXi .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRFhshRXi .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRFhshRXi .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRFhshRXi .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRFhshRXi .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRFhshRXi .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRFhshRXi .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRFhshRXi .panel-title-edit {
  color: #000000;
}
.cid-uRRFhshRXi .panel-text {
  color: #d7d2d2;
}
.cid-uRRFhshRXi .panel-text,
.cid-uRRFhshRXi .panel-body {
  color: #353535;
}
.cid-uRRFhshRXi .mbr-section-title,
.cid-uRRFhshRXi .mbr-section-btn,
.cid-uRRFhshRXi .title-wrapper {
  color: #0070c0;
}
.cid-uRRFhsBOWE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRFhsBOWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhsBOWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRFhsBOWE .container {
    padding: 0 15px;
  }
}
.cid-uRRFhsBOWE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRFhsBOWE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRFhsBOWE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRFhsBOWE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRFhsBOWE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRFhsBOWE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRFhsBOWE .mbr-section-title {
  color: #131c28;
}
.cid-uRRFhsBOWE .mbr-desc {
  color: #131c28;
}
.cid-uRRFhsBOWE .mbr-text {
  text-align: center;
}
.cid-uRRFhsUnvB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRFhsUnvB::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRFhsUnvB::before {
    opacity: .4;
  }
}
.cid-uRRFhsUnvB::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRFhsUnvB::after {
    opacity: .4;
  }
}
.cid-uRRFhsUnvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhsUnvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFhsUnvB .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRFhsUnvB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRFhsUnvB .container {
    padding: 0 16px;
  }
}
.cid-uRRFhsUnvB .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRFhsUnvB .row .card {
  justify-content: flex-end;
}
.cid-uRRFhsUnvB .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRFhsUnvB .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRFhsUnvB .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRFhsUnvB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRFhsUnvB .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRFhsUnvB .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRFhsUnvB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRFhsUnvB .mbr-section-title {
  color: #000000;
}
.cid-uRRFhsUnvB .mbr-text {
  color: #000000;
}
.cid-uRRFhsUnvB .mbr-section-title,
.cid-uRRFhsUnvB .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRFhtbXzQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRFhtbXzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRFhtbXzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRFhtbXzQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRFhtbXzQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRFhtbXzQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRFhtbXzQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRFhtbXzQ .container {
    padding: 0 14px;
  }
}
.cid-uRRFhtbXzQ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRFhtbXzQ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRFhtbXzQ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRFhtbXzQ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRFhtbXzQ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRFhtbXzQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRFhtbXzQ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRFhtqBey {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRFhtqBey .container-fluid,
.cid-uRRFhtqBey .container {
  position: relative;
}
.cid-uRRFhtqBey .container-fluid::before,
.cid-uRRFhtqBey .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRFhtqBey .container-fluid::before,
  .cid-uRRFhtqBey .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .container-fluid::before,
  .cid-uRRFhtqBey .container::before {
    display: none;
  }
}
.cid-uRRFhtqBey .media-wrap {
  height: 300px;
}
.cid-uRRFhtqBey .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRFhtqBey .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRFhtqBey .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRFhtqBey .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRFhtqBey .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRFhtqBey .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRFhtqBey .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRFhtqBey .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRFhtqBey .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRFhtqBey .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRFhtqBey .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRFhtqBey .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRFhtqBey .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRFhtqBey .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRFhtqBey .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRFhtqBey .mbr-text {
  color: #bcbfca;
}
.cid-uRRFhtqBey .mbr-desc {
  color: #fafafa;
}
.cid-uRRFhtqBey .mbr-link {
  color: #353535;
}
.cid-uRRFhtqBey .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRFhtqBey .mbr-text,
.cid-uRRFhtqBey .icon-wrapper {
  color: #fafafa;
}
.cid-uRRG1nRFKl {
  z-index: 1000;
  width: 100%;
}
.cid-uRRG1nRFKl nav.navbar {
  position: fixed;
}
.cid-uRRG1nRFKl .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRG1nRFKl .btn-padding span {
  line-height: 10px;
}
.cid-uRRG1nRFKl .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-uRRG1nRFKl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRG1nRFKl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRG1nRFKl .dropdown-item:hover,
.cid-uRRG1nRFKl .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRG1nRFKl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRG1nRFKl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRG1nRFKl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRG1nRFKl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRG1nRFKl .nav-link {
  position: relative;
}
.cid-uRRG1nRFKl .container {
  display: flex;
  margin: auto;
}
.cid-uRRG1nRFKl .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRG1nRFKl .dropdown-menu,
.cid-uRRG1nRFKl .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRG1nRFKl .nav-item:focus,
.cid-uRRG1nRFKl .nav-link:focus {
  outline: none;
}
.cid-uRRG1nRFKl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRG1nRFKl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRG1nRFKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRG1nRFKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRG1nRFKl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRG1nRFKl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRG1nRFKl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRG1nRFKl .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRG1nRFKl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRG1nRFKl .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRG1nRFKl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRG1nRFKl .navbar.collapsed {
  justify-content: center;
}
.cid-uRRG1nRFKl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRG1nRFKl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRG1nRFKl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRG1nRFKl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRG1nRFKl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRG1nRFKl .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-uRRG1nRFKl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRG1nRFKl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRG1nRFKl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRG1nRFKl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRG1nRFKl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRG1nRFKl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRG1nRFKl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRG1nRFKl .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-uRRG1nRFKl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRG1nRFKl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRG1nRFKl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRG1nRFKl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRG1nRFKl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRG1nRFKl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRG1nRFKl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRG1nRFKl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRG1nRFKl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRG1nRFKl .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRG1nRFKl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRG1nRFKl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRG1nRFKl .dropdown-item.active,
.cid-uRRG1nRFKl .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRG1nRFKl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRG1nRFKl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRG1nRFKl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRG1nRFKl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRG1nRFKl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRG1nRFKl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRG1nRFKl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRG1nRFKl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRG1nRFKl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRG1nRFKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRG1nRFKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRG1nRFKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRG1nRFKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRG1nRFKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRG1nRFKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRG1nRFKl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRG1nRFKl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRG1nRFKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRG1nRFKl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRG1nRFKl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRG1nRFKl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRG1nRFKl .navbar {
    height: 70px;
  }
  .cid-uRRG1nRFKl .navbar.opened {
    height: auto;
  }
  .cid-uRRG1nRFKl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRG1qaUpE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRG1qaUpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1qaUpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRG1qaUpE .text2 {
  line-height: 1.5;
}
.cid-uRRG1qaUpE .btn {
  border-radius: 0px;
}
.cid-uRRG1qaUpE .btn-black-outline:hover,
.cid-uRRG1qaUpE .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRG1qaUpE .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRG1qaUpE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRG1qaUpE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRG1qaUpE .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRG1qaUpE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRG1qHfHe {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRG1qHfHe {
    align-items: flex-start;
  }
  .cid-uRRG1qHfHe .row {
    justify-content: flex-start;
  }
}
.cid-uRRG1qHfHe .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRG1qHfHe .mbr-text,
.cid-uRRG1qHfHe .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRG1qHfHe .mbr-section-title,
.cid-uRRG1qHfHe .line {
  color: #232323;
}
.cid-uRRG1qHfHe h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRG1qHfHe h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRG1qHfHe .mbr-section-subtitle,
.cid-uRRG1qHfHe .align {
  text-align: left;
  color: #232323;
}
.cid-uRRG1qHfHe .mbr-text2 {
  color: #808080;
}
.cid-uRRG1r7nnN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRG1r7nnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1r7nnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRG1r7nnN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRG1r7nnN .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRG1r7nnN .container {
    padding: 0 15px;
  }
}
.cid-uRRG1r7nnN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRG1r7nnN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRG1r7nnN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRG1r7nnN .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRG1r7nnN .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRG1r7nnN .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRG1r7nnN .mbr-section-title {
  color: #131c28;
}
.cid-uRRG1r7nnN .mbr-desc {
  color: #fafafa;
}
.cid-uRRG1r7nnN .mbr-text {
  color: #e1e5f0;
}
.cid-uRRG1r7nnN .mbr-section-title,
.cid-uRRG1r7nnN .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRG1rzKhH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRG1rzKhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1rzKhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRG1rzKhH .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRG1rzKhH .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRG1rzKhH .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRG1rzKhH .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRG1rzKhH .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRG1rzKhH .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRG1rzKhH .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRG1rzKhH .panel-title-edit {
  color: #000000;
}
.cid-uRRG1rzKhH .panel-text {
  color: #d7d2d2;
}
.cid-uRRG1rzKhH .panel-text,
.cid-uRRG1rzKhH .panel-body {
  color: #353535;
}
.cid-uRRG1rzKhH .mbr-section-title,
.cid-uRRG1rzKhH .mbr-section-btn,
.cid-uRRG1rzKhH .title-wrapper {
  color: #0070c0;
}
.cid-uRRG1sSP0z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRG1sSP0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1sSP0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRG1sSP0z .container {
    padding: 0 15px;
  }
}
.cid-uRRG1sSP0z .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRG1sSP0z .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRG1sSP0z .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRG1sSP0z .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRG1sSP0z .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRG1sSP0z .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRG1sSP0z .mbr-section-title {
  color: #131c28;
}
.cid-uRRG1sSP0z .mbr-desc {
  color: #131c28;
}
.cid-uRRG1sSP0z .mbr-text {
  text-align: center;
}
.cid-uRRG1tpaye {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRG1tpaye::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRG1tpaye::before {
    opacity: .4;
  }
}
.cid-uRRG1tpaye::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRG1tpaye::after {
    opacity: .4;
  }
}
.cid-uRRG1tpaye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1tpaye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRG1tpaye .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRG1tpaye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRG1tpaye .container {
    padding: 0 16px;
  }
}
.cid-uRRG1tpaye .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRG1tpaye .row .card {
  justify-content: flex-end;
}
.cid-uRRG1tpaye .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRG1tpaye .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRG1tpaye .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRG1tpaye .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRG1tpaye .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRG1tpaye .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRG1tpaye .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRG1tpaye .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRG1tpaye .mbr-section-title {
  color: #000000;
}
.cid-uRRG1tpaye .mbr-text {
  color: #000000;
}
.cid-uRRG1tpaye .mbr-section-title,
.cid-uRRG1tpaye .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRG1tER7x {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRG1tER7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRG1tER7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRG1tER7x .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRG1tER7x .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRG1tER7x .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRG1tER7x .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRG1tER7x .container {
    padding: 0 14px;
  }
}
.cid-uRRG1tER7x .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRG1tER7x .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRG1tER7x .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRG1tER7x .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRG1tER7x .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRG1tER7x .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRG1tER7x .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRG1tSdWG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRG1tSdWG .container-fluid,
.cid-uRRG1tSdWG .container {
  position: relative;
}
.cid-uRRG1tSdWG .container-fluid::before,
.cid-uRRG1tSdWG .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRG1tSdWG .container-fluid::before,
  .cid-uRRG1tSdWG .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .container-fluid::before,
  .cid-uRRG1tSdWG .container::before {
    display: none;
  }
}
.cid-uRRG1tSdWG .media-wrap {
  height: 300px;
}
.cid-uRRG1tSdWG .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRG1tSdWG .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRG1tSdWG .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRG1tSdWG .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRG1tSdWG .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRG1tSdWG .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRG1tSdWG .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRG1tSdWG .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRG1tSdWG .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRG1tSdWG .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRG1tSdWG .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRG1tSdWG .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRG1tSdWG .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRG1tSdWG .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRG1tSdWG .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRG1tSdWG .mbr-text {
  color: #bcbfca;
}
.cid-uRRG1tSdWG .mbr-desc {
  color: #fafafa;
}
.cid-uRRG1tSdWG .mbr-link {
  color: #353535;
}
.cid-uRRG1tSdWG .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRG1tSdWG .mbr-text,
.cid-uRRG1tSdWG .icon-wrapper {
  color: #fafafa;
}
.cid-uRRGZojvA8 {
  z-index: 1000;
  width: 100%;
}
.cid-uRRGZojvA8 nav.navbar {
  position: fixed;
}
.cid-uRRGZojvA8 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRGZojvA8 .btn-padding span {
  line-height: 10px;
}
.cid-uRRGZojvA8 .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-uRRGZojvA8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRGZojvA8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRGZojvA8 .dropdown-item:hover,
.cid-uRRGZojvA8 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRGZojvA8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRGZojvA8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRGZojvA8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRGZojvA8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRGZojvA8 .nav-link {
  position: relative;
}
.cid-uRRGZojvA8 .container {
  display: flex;
  margin: auto;
}
.cid-uRRGZojvA8 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRGZojvA8 .dropdown-menu,
.cid-uRRGZojvA8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRGZojvA8 .nav-item:focus,
.cid-uRRGZojvA8 .nav-link:focus {
  outline: none;
}
.cid-uRRGZojvA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRGZojvA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRGZojvA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRGZojvA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRGZojvA8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRGZojvA8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRGZojvA8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRGZojvA8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRGZojvA8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRGZojvA8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRGZojvA8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRGZojvA8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRRGZojvA8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRGZojvA8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRGZojvA8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRGZojvA8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRGZojvA8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRGZojvA8 .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-uRRGZojvA8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRGZojvA8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRGZojvA8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRGZojvA8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRGZojvA8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRGZojvA8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRGZojvA8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRGZojvA8 .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-uRRGZojvA8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRGZojvA8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRGZojvA8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRGZojvA8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRGZojvA8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRGZojvA8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRGZojvA8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRGZojvA8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRGZojvA8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRGZojvA8 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRGZojvA8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRGZojvA8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRGZojvA8 .dropdown-item.active,
.cid-uRRGZojvA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRGZojvA8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRGZojvA8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRGZojvA8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRGZojvA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRGZojvA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRGZojvA8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRGZojvA8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRGZojvA8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRGZojvA8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRGZojvA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRGZojvA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRGZojvA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRGZojvA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRGZojvA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRGZojvA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRGZojvA8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRGZojvA8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRGZojvA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRGZojvA8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRGZojvA8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRGZojvA8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRGZojvA8 .navbar {
    height: 70px;
  }
  .cid-uRRGZojvA8 .navbar.opened {
    height: auto;
  }
  .cid-uRRGZojvA8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRGZps8to {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRGZps8to .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZps8to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGZps8to .text2 {
  line-height: 1.5;
}
.cid-uRRGZps8to .btn {
  border-radius: 0px;
}
.cid-uRRGZps8to .btn-black-outline:hover,
.cid-uRRGZps8to .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRGZps8to .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRGZps8to .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRGZps8to .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRGZps8to .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRGZps8to .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRGZpL7uJ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRGZpL7uJ {
    align-items: flex-start;
  }
  .cid-uRRGZpL7uJ .row {
    justify-content: flex-start;
  }
}
.cid-uRRGZpL7uJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRGZpL7uJ .mbr-text,
.cid-uRRGZpL7uJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRGZpL7uJ .mbr-section-title,
.cid-uRRGZpL7uJ .line {
  color: #232323;
}
.cid-uRRGZpL7uJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRGZpL7uJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRGZpL7uJ .mbr-section-subtitle,
.cid-uRRGZpL7uJ .align {
  text-align: left;
  color: #232323;
}
.cid-uRRGZpL7uJ .mbr-text2 {
  color: #808080;
}
.cid-uRRGZq0Z4h {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRGZq0Z4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZq0Z4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGZq0Z4h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRGZq0Z4h .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRGZq0Z4h .container {
    padding: 0 15px;
  }
}
.cid-uRRGZq0Z4h .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRGZq0Z4h .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRGZq0Z4h .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRGZq0Z4h .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRGZq0Z4h .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRGZq0Z4h .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRGZq0Z4h .mbr-section-title {
  color: #131c28;
}
.cid-uRRGZq0Z4h .mbr-desc {
  color: #fafafa;
}
.cid-uRRGZq0Z4h .mbr-text {
  color: #e1e5f0;
}
.cid-uRRGZq0Z4h .mbr-section-title,
.cid-uRRGZq0Z4h .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRGZqjidU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRGZqjidU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZqjidU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGZqjidU .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRGZqjidU .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRGZqjidU .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRGZqjidU .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRGZqjidU .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRGZqjidU .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRGZqjidU .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRGZqjidU .panel-title-edit {
  color: #000000;
}
.cid-uRRGZqjidU .panel-text {
  color: #d7d2d2;
}
.cid-uRRGZqjidU .panel-text,
.cid-uRRGZqjidU .panel-body {
  color: #353535;
}
.cid-uRRGZqjidU .mbr-section-title,
.cid-uRRGZqjidU .mbr-section-btn,
.cid-uRRGZqjidU .title-wrapper {
  color: #0070c0;
}
.cid-uRRGZqEYHm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRGZqEYHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZqEYHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRGZqEYHm .container {
    padding: 0 15px;
  }
}
.cid-uRRGZqEYHm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRGZqEYHm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRGZqEYHm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRGZqEYHm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRGZqEYHm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRGZqEYHm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRGZqEYHm .mbr-section-title {
  color: #131c28;
}
.cid-uRRGZqEYHm .mbr-desc {
  color: #131c28;
}
.cid-uRRGZqEYHm .mbr-text {
  text-align: center;
}
.cid-uRRGZqUFy3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRGZqUFy3::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRGZqUFy3::before {
    opacity: .4;
  }
}
.cid-uRRGZqUFy3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRGZqUFy3::after {
    opacity: .4;
  }
}
.cid-uRRGZqUFy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZqUFy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGZqUFy3 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRGZqUFy3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRGZqUFy3 .container {
    padding: 0 16px;
  }
}
.cid-uRRGZqUFy3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRGZqUFy3 .row .card {
  justify-content: flex-end;
}
.cid-uRRGZqUFy3 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRGZqUFy3 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRGZqUFy3 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRGZqUFy3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRGZqUFy3 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRGZqUFy3 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRGZqUFy3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRGZqUFy3 .mbr-section-title {
  color: #000000;
}
.cid-uRRGZqUFy3 .mbr-text {
  color: #000000;
}
.cid-uRRGZqUFy3 .mbr-section-title,
.cid-uRRGZqUFy3 .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRGZrf86h {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRGZrf86h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRGZrf86h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRGZrf86h .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRGZrf86h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRGZrf86h .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRGZrf86h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRGZrf86h .container {
    padding: 0 14px;
  }
}
.cid-uRRGZrf86h .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRGZrf86h .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRGZrf86h .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRGZrf86h .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRGZrf86h .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRGZrf86h .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRGZrf86h .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRGZruEwm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRGZruEwm .container-fluid,
.cid-uRRGZruEwm .container {
  position: relative;
}
.cid-uRRGZruEwm .container-fluid::before,
.cid-uRRGZruEwm .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRGZruEwm .container-fluid::before,
  .cid-uRRGZruEwm .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .container-fluid::before,
  .cid-uRRGZruEwm .container::before {
    display: none;
  }
}
.cid-uRRGZruEwm .media-wrap {
  height: 300px;
}
.cid-uRRGZruEwm .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRGZruEwm .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRGZruEwm .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRGZruEwm .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRGZruEwm .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRGZruEwm .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRGZruEwm .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRGZruEwm .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRGZruEwm .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRGZruEwm .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRGZruEwm .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRGZruEwm .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRGZruEwm .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRGZruEwm .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRGZruEwm .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRGZruEwm .mbr-text {
  color: #bcbfca;
}
.cid-uRRGZruEwm .mbr-desc {
  color: #fafafa;
}
.cid-uRRGZruEwm .mbr-link {
  color: #353535;
}
.cid-uRRGZruEwm .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRGZruEwm .mbr-text,
.cid-uRRGZruEwm .icon-wrapper {
  color: #fafafa;
}
.cid-uRRHiRn4x9 {
  z-index: 1000;
  width: 100%;
}
.cid-uRRHiRn4x9 nav.navbar {
  position: fixed;
}
.cid-uRRHiRn4x9 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRHiRn4x9 .btn-padding span {
  line-height: 10px;
}
.cid-uRRHiRn4x9 .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-uRRHiRn4x9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRHiRn4x9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRHiRn4x9 .dropdown-item:hover,
.cid-uRRHiRn4x9 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRHiRn4x9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRHiRn4x9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRHiRn4x9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRHiRn4x9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRHiRn4x9 .nav-link {
  position: relative;
}
.cid-uRRHiRn4x9 .container {
  display: flex;
  margin: auto;
}
.cid-uRRHiRn4x9 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRHiRn4x9 .dropdown-menu,
.cid-uRRHiRn4x9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRHiRn4x9 .nav-item:focus,
.cid-uRRHiRn4x9 .nav-link:focus {
  outline: none;
}
.cid-uRRHiRn4x9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRHiRn4x9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRHiRn4x9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRHiRn4x9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRHiRn4x9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRHiRn4x9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRHiRn4x9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRHiRn4x9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRHiRn4x9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRHiRn4x9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRHiRn4x9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRHiRn4x9 .navbar.collapsed {
  justify-content: center;
}
.cid-uRRHiRn4x9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRHiRn4x9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRHiRn4x9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRHiRn4x9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRHiRn4x9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRHiRn4x9 .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-uRRHiRn4x9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRHiRn4x9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRHiRn4x9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRHiRn4x9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRHiRn4x9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRHiRn4x9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRHiRn4x9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRHiRn4x9 .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-uRRHiRn4x9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRHiRn4x9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRHiRn4x9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRHiRn4x9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRHiRn4x9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRHiRn4x9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRHiRn4x9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRHiRn4x9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRHiRn4x9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRHiRn4x9 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRHiRn4x9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRHiRn4x9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRHiRn4x9 .dropdown-item.active,
.cid-uRRHiRn4x9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRHiRn4x9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRHiRn4x9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRHiRn4x9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRHiRn4x9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRHiRn4x9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRHiRn4x9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRHiRn4x9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRHiRn4x9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRHiRn4x9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRHiRn4x9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRHiRn4x9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRHiRn4x9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRHiRn4x9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRHiRn4x9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRHiRn4x9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRHiRn4x9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRHiRn4x9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRHiRn4x9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRHiRn4x9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRHiRn4x9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRHiRn4x9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRHiRn4x9 .navbar {
    height: 70px;
  }
  .cid-uRRHiRn4x9 .navbar.opened {
    height: auto;
  }
  .cid-uRRHiRn4x9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRHiSsskk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRHiSsskk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiSsskk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHiSsskk .text2 {
  line-height: 1.5;
}
.cid-uRRHiSsskk .btn {
  border-radius: 0px;
}
.cid-uRRHiSsskk .btn-black-outline:hover,
.cid-uRRHiSsskk .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRHiSsskk .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRHiSsskk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRHiSsskk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRHiSsskk .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRHiSsskk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRHiSLyUG {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRHiSLyUG {
    align-items: flex-start;
  }
  .cid-uRRHiSLyUG .row {
    justify-content: flex-start;
  }
}
.cid-uRRHiSLyUG .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRHiSLyUG .mbr-text,
.cid-uRRHiSLyUG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRHiSLyUG .mbr-section-title,
.cid-uRRHiSLyUG .line {
  color: #232323;
}
.cid-uRRHiSLyUG h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRHiSLyUG h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRHiSLyUG .mbr-section-subtitle,
.cid-uRRHiSLyUG .align {
  text-align: left;
  color: #232323;
}
.cid-uRRHiSLyUG .mbr-text2 {
  color: #808080;
}
.cid-uRRHiSYDyl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRHiSYDyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiSYDyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHiSYDyl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRHiSYDyl .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHiSYDyl .container {
    padding: 0 15px;
  }
}
.cid-uRRHiSYDyl .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRHiSYDyl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRHiSYDyl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRHiSYDyl .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRHiSYDyl .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRHiSYDyl .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRHiSYDyl .mbr-section-title {
  color: #131c28;
}
.cid-uRRHiSYDyl .mbr-desc {
  color: #fafafa;
}
.cid-uRRHiSYDyl .mbr-text {
  color: #e1e5f0;
}
.cid-uRRHiSYDyl .mbr-section-title,
.cid-uRRHiSYDyl .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRHiTdE9C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRHiTdE9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiTdE9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHiTdE9C .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRHiTdE9C .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRHiTdE9C .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRHiTdE9C .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRHiTdE9C .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRHiTdE9C .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRHiTdE9C .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRHiTdE9C .panel-title-edit {
  color: #000000;
}
.cid-uRRHiTdE9C .panel-text {
  color: #d7d2d2;
}
.cid-uRRHiTdE9C .panel-text,
.cid-uRRHiTdE9C .panel-body {
  color: #353535;
}
.cid-uRRHiTdE9C .mbr-section-title,
.cid-uRRHiTdE9C .mbr-section-btn,
.cid-uRRHiTdE9C .title-wrapper {
  color: #0070c0;
}
.cid-uRRHiTxPoy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRHiTxPoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiTxPoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRHiTxPoy .container {
    padding: 0 15px;
  }
}
.cid-uRRHiTxPoy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRHiTxPoy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRHiTxPoy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRHiTxPoy .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRHiTxPoy .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRHiTxPoy .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRHiTxPoy .mbr-section-title {
  color: #131c28;
}
.cid-uRRHiTxPoy .mbr-desc {
  color: #131c28;
}
.cid-uRRHiTxPoy .mbr-text {
  text-align: center;
}
.cid-uRRHiTQbcu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRHiTQbcu::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRHiTQbcu::before {
    opacity: .4;
  }
}
.cid-uRRHiTQbcu::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRHiTQbcu::after {
    opacity: .4;
  }
}
.cid-uRRHiTQbcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiTQbcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHiTQbcu .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRHiTQbcu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHiTQbcu .container {
    padding: 0 16px;
  }
}
.cid-uRRHiTQbcu .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRHiTQbcu .row .card {
  justify-content: flex-end;
}
.cid-uRRHiTQbcu .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRHiTQbcu .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHiTQbcu .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRHiTQbcu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRHiTQbcu .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRHiTQbcu .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRHiTQbcu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRHiTQbcu .mbr-section-title {
  color: #000000;
}
.cid-uRRHiTQbcu .mbr-text {
  color: #000000;
}
.cid-uRRHiTQbcu .mbr-section-title,
.cid-uRRHiTQbcu .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRHiU6EyU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRHiU6EyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHiU6EyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHiU6EyU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRHiU6EyU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHiU6EyU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHiU6EyU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHiU6EyU .container {
    padding: 0 14px;
  }
}
.cid-uRRHiU6EyU .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRHiU6EyU .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRHiU6EyU .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRHiU6EyU .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRHiU6EyU .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRHiU6EyU .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRHiU6EyU .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRHiUl3Zv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRHiUl3Zv .container-fluid,
.cid-uRRHiUl3Zv .container {
  position: relative;
}
.cid-uRRHiUl3Zv .container-fluid::before,
.cid-uRRHiUl3Zv .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRHiUl3Zv .container-fluid::before,
  .cid-uRRHiUl3Zv .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .container-fluid::before,
  .cid-uRRHiUl3Zv .container::before {
    display: none;
  }
}
.cid-uRRHiUl3Zv .media-wrap {
  height: 300px;
}
.cid-uRRHiUl3Zv .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRHiUl3Zv .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRHiUl3Zv .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRHiUl3Zv .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRHiUl3Zv .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRHiUl3Zv .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRHiUl3Zv .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRHiUl3Zv .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRHiUl3Zv .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRHiUl3Zv .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRHiUl3Zv .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRHiUl3Zv .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRHiUl3Zv .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRHiUl3Zv .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRHiUl3Zv .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRHiUl3Zv .mbr-text {
  color: #bcbfca;
}
.cid-uRRHiUl3Zv .mbr-desc {
  color: #fafafa;
}
.cid-uRRHiUl3Zv .mbr-link {
  color: #353535;
}
.cid-uRRHiUl3Zv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRHiUl3Zv .mbr-text,
.cid-uRRHiUl3Zv .icon-wrapper {
  color: #fafafa;
}
.cid-uRRHYdTPyy {
  z-index: 1000;
  width: 100%;
}
.cid-uRRHYdTPyy nav.navbar {
  position: fixed;
}
.cid-uRRHYdTPyy .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRRHYdTPyy .btn-padding span {
  line-height: 10px;
}
.cid-uRRHYdTPyy .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-uRRHYdTPyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRRHYdTPyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRRHYdTPyy .dropdown-item:hover,
.cid-uRRHYdTPyy .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRRHYdTPyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRHYdTPyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRHYdTPyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRHYdTPyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRHYdTPyy .nav-link {
  position: relative;
}
.cid-uRRHYdTPyy .container {
  display: flex;
  margin: auto;
}
.cid-uRRHYdTPyy .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRHYdTPyy .dropdown-menu,
.cid-uRRHYdTPyy .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRHYdTPyy .nav-item:focus,
.cid-uRRHYdTPyy .nav-link:focus {
  outline: none;
}
.cid-uRRHYdTPyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRHYdTPyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRHYdTPyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRHYdTPyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRHYdTPyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRHYdTPyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRHYdTPyy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRRHYdTPyy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRHYdTPyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRHYdTPyy .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRHYdTPyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRRHYdTPyy .navbar.collapsed {
  justify-content: center;
}
.cid-uRRHYdTPyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRHYdTPyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRHYdTPyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRRHYdTPyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRHYdTPyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRHYdTPyy .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-uRRHYdTPyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRHYdTPyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRHYdTPyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRHYdTPyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRHYdTPyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRHYdTPyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRHYdTPyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRHYdTPyy .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-uRRHYdTPyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRHYdTPyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRHYdTPyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRHYdTPyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRRHYdTPyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRHYdTPyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRHYdTPyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRRHYdTPyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRRHYdTPyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRRHYdTPyy .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRHYdTPyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRHYdTPyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRHYdTPyy .dropdown-item.active,
.cid-uRRHYdTPyy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRHYdTPyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRHYdTPyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRHYdTPyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRHYdTPyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRRHYdTPyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRRHYdTPyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRHYdTPyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRHYdTPyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRRHYdTPyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRHYdTPyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRRHYdTPyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRHYdTPyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRHYdTPyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRHYdTPyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRHYdTPyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRHYdTPyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRHYdTPyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRHYdTPyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRHYdTPyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRRHYdTPyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRHYdTPyy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRHYdTPyy .navbar {
    height: 70px;
  }
  .cid-uRRHYdTPyy .navbar.opened {
    height: auto;
  }
  .cid-uRRHYdTPyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRHYf4Nmg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRRHYf4Nmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYf4Nmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHYf4Nmg .text2 {
  line-height: 1.5;
}
.cid-uRRHYf4Nmg .btn {
  border-radius: 0px;
}
.cid-uRRHYf4Nmg .btn-black-outline:hover,
.cid-uRRHYf4Nmg .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRRHYf4Nmg .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRRHYf4Nmg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRRHYf4Nmg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRRHYf4Nmg .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRHYf4Nmg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRHYfjSCm {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRRHYfjSCm {
    align-items: flex-start;
  }
  .cid-uRRHYfjSCm .row {
    justify-content: flex-start;
  }
}
.cid-uRRHYfjSCm .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRRHYfjSCm .mbr-text,
.cid-uRRHYfjSCm .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRRHYfjSCm .mbr-section-title,
.cid-uRRHYfjSCm .line {
  color: #232323;
}
.cid-uRRHYfjSCm h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRRHYfjSCm h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRRHYfjSCm .mbr-section-subtitle,
.cid-uRRHYfjSCm .align {
  text-align: left;
  color: #232323;
}
.cid-uRRHYfjSCm .mbr-text2 {
  color: #808080;
}
.cid-uRRHYfxVHh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRRHYfxVHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYfxVHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHYfxVHh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRRHYfxVHh .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHYfxVHh .container {
    padding: 0 15px;
  }
}
.cid-uRRHYfxVHh .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRHYfxVHh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRHYfxVHh .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRHYfxVHh .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRRHYfxVHh .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRHYfxVHh .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRHYfxVHh .mbr-section-title {
  color: #131c28;
}
.cid-uRRHYfxVHh .mbr-desc {
  color: #fafafa;
}
.cid-uRRHYfxVHh .mbr-text {
  color: #e1e5f0;
}
.cid-uRRHYfxVHh .mbr-section-title,
.cid-uRRHYfxVHh .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRRHYfL4ns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRRHYfL4ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYfL4ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHYfL4ns .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRRHYfL4ns .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRRHYfL4ns .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRRHYfL4ns .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRRHYfL4ns .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRRHYfL4ns .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRRHYfL4ns .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRRHYfL4ns .panel-title-edit {
  color: #000000;
}
.cid-uRRHYfL4ns .panel-text {
  color: #d7d2d2;
}
.cid-uRRHYfL4ns .panel-text,
.cid-uRRHYfL4ns .panel-body {
  color: #353535;
}
.cid-uRRHYfL4ns .mbr-section-title,
.cid-uRRHYfL4ns .mbr-section-btn,
.cid-uRRHYfL4ns .title-wrapper {
  color: #0070c0;
}
.cid-uRRHYg8S8K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRRHYg8S8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYg8S8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRHYg8S8K .container {
    padding: 0 15px;
  }
}
.cid-uRRHYg8S8K .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRRHYg8S8K .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRRHYg8S8K .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRRHYg8S8K .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRRHYg8S8K .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRRHYg8S8K .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRRHYg8S8K .mbr-section-title {
  color: #131c28;
}
.cid-uRRHYg8S8K .mbr-desc {
  color: #131c28;
}
.cid-uRRHYg8S8K .mbr-text {
  text-align: center;
}
.cid-uRRHYgneVJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRRHYgneVJ::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRRHYgneVJ::before {
    opacity: .4;
  }
}
.cid-uRRHYgneVJ::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRRHYgneVJ::after {
    opacity: .4;
  }
}
.cid-uRRHYgneVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYgneVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHYgneVJ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRRHYgneVJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHYgneVJ .container {
    padding: 0 16px;
  }
}
.cid-uRRHYgneVJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRRHYgneVJ .row .card {
  justify-content: flex-end;
}
.cid-uRRHYgneVJ .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRRHYgneVJ .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHYgneVJ .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRRHYgneVJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRRHYgneVJ .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRHYgneVJ .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRRHYgneVJ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRRHYgneVJ .mbr-section-title {
  color: #000000;
}
.cid-uRRHYgneVJ .mbr-text {
  color: #000000;
}
.cid-uRRHYgneVJ .mbr-section-title,
.cid-uRRHYgneVJ .mbr-section-btn-main {
  text-align: right;
}
.cid-uRRHYgEhBg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRRHYgEhBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRHYgEhBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRHYgEhBg .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRRHYgEhBg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHYgEhBg .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRRHYgEhBg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRRHYgEhBg .container {
    padding: 0 14px;
  }
}
.cid-uRRHYgEhBg .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRHYgEhBg .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRRHYgEhBg .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRRHYgEhBg .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRRHYgEhBg .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRHYgEhBg .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRRHYgEhBg .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRRHYgSdLF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRRHYgSdLF .container-fluid,
.cid-uRRHYgSdLF .container {
  position: relative;
}
.cid-uRRHYgSdLF .container-fluid::before,
.cid-uRRHYgSdLF .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRRHYgSdLF .container-fluid::before,
  .cid-uRRHYgSdLF .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .container-fluid::before,
  .cid-uRRHYgSdLF .container::before {
    display: none;
  }
}
.cid-uRRHYgSdLF .media-wrap {
  height: 300px;
}
.cid-uRRHYgSdLF .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRRHYgSdLF .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRRHYgSdLF .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRRHYgSdLF .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRRHYgSdLF .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRRHYgSdLF .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRRHYgSdLF .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRRHYgSdLF .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRRHYgSdLF .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRRHYgSdLF .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRRHYgSdLF .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRRHYgSdLF .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRRHYgSdLF .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRRHYgSdLF .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRRHYgSdLF .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRRHYgSdLF .mbr-text {
  color: #bcbfca;
}
.cid-uRRHYgSdLF .mbr-desc {
  color: #fafafa;
}
.cid-uRRHYgSdLF .mbr-link {
  color: #353535;
}
.cid-uRRHYgSdLF .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRRHYgSdLF .mbr-text,
.cid-uRRHYgSdLF .icon-wrapper {
  color: #fafafa;
}
.cid-uRS4mKPPUK {
  z-index: 1000;
  width: 100%;
}
.cid-uRS4mKPPUK nav.navbar {
  position: fixed;
}
.cid-uRS4mKPPUK .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS4mKPPUK .btn-padding span {
  line-height: 10px;
}
.cid-uRS4mKPPUK .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-uRS4mKPPUK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS4mKPPUK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS4mKPPUK .dropdown-item:hover,
.cid-uRS4mKPPUK .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS4mKPPUK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS4mKPPUK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS4mKPPUK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS4mKPPUK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS4mKPPUK .nav-link {
  position: relative;
}
.cid-uRS4mKPPUK .container {
  display: flex;
  margin: auto;
}
.cid-uRS4mKPPUK .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS4mKPPUK .dropdown-menu,
.cid-uRS4mKPPUK .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS4mKPPUK .nav-item:focus,
.cid-uRS4mKPPUK .nav-link:focus {
  outline: none;
}
.cid-uRS4mKPPUK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS4mKPPUK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS4mKPPUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS4mKPPUK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS4mKPPUK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS4mKPPUK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS4mKPPUK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS4mKPPUK .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS4mKPPUK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS4mKPPUK .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS4mKPPUK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS4mKPPUK .navbar.collapsed {
  justify-content: center;
}
.cid-uRS4mKPPUK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS4mKPPUK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS4mKPPUK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS4mKPPUK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS4mKPPUK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS4mKPPUK .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-uRS4mKPPUK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS4mKPPUK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS4mKPPUK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS4mKPPUK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS4mKPPUK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS4mKPPUK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS4mKPPUK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS4mKPPUK .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-uRS4mKPPUK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS4mKPPUK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS4mKPPUK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS4mKPPUK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS4mKPPUK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS4mKPPUK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS4mKPPUK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS4mKPPUK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS4mKPPUK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS4mKPPUK .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS4mKPPUK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS4mKPPUK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS4mKPPUK .dropdown-item.active,
.cid-uRS4mKPPUK .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS4mKPPUK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS4mKPPUK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS4mKPPUK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS4mKPPUK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS4mKPPUK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS4mKPPUK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS4mKPPUK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS4mKPPUK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS4mKPPUK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS4mKPPUK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS4mKPPUK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS4mKPPUK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS4mKPPUK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS4mKPPUK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS4mKPPUK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS4mKPPUK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS4mKPPUK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS4mKPPUK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS4mKPPUK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS4mKPPUK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS4mKPPUK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS4mKPPUK .navbar {
    height: 70px;
  }
  .cid-uRS4mKPPUK .navbar.opened {
    height: auto;
  }
  .cid-uRS4mKPPUK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS4mLCzbX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS4mLCzbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mLCzbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS4mLCzbX .text2 {
  line-height: 1.5;
}
.cid-uRS4mLCzbX .btn {
  border-radius: 0px;
}
.cid-uRS4mLCzbX .btn-black-outline:hover,
.cid-uRS4mLCzbX .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS4mLCzbX .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS4mLCzbX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS4mLCzbX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS4mLCzbX .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS4mLCzbX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS4mLR3Fk {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS4mLR3Fk {
    align-items: flex-start;
  }
  .cid-uRS4mLR3Fk .row {
    justify-content: flex-start;
  }
}
.cid-uRS4mLR3Fk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS4mLR3Fk .mbr-text,
.cid-uRS4mLR3Fk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS4mLR3Fk .mbr-section-title,
.cid-uRS4mLR3Fk .line {
  color: #232323;
}
.cid-uRS4mLR3Fk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS4mLR3Fk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS4mLR3Fk .mbr-section-subtitle,
.cid-uRS4mLR3Fk .align {
  text-align: left;
  color: #232323;
}
.cid-uRS4mLR3Fk .mbr-text2 {
  color: #808080;
}
.cid-uRS4mM271N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS4mM271N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mM271N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS4mM271N .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS4mM271N .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS4mM271N .container {
    padding: 0 15px;
  }
}
.cid-uRS4mM271N .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS4mM271N .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS4mM271N .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS4mM271N .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS4mM271N .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS4mM271N .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS4mM271N .mbr-section-title {
  color: #131c28;
}
.cid-uRS4mM271N .mbr-desc {
  color: #fafafa;
}
.cid-uRS4mM271N .mbr-text {
  color: #e1e5f0;
}
.cid-uRS4mM271N .mbr-section-title,
.cid-uRS4mM271N .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS4mMeqGZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS4mMeqGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mMeqGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS4mMeqGZ .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS4mMeqGZ .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS4mMeqGZ .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS4mMeqGZ .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS4mMeqGZ .panel-title-edit {
  color: #000000;
}
.cid-uRS4mMeqGZ .panel-text {
  color: #d7d2d2;
}
.cid-uRS4mMeqGZ .panel-text,
.cid-uRS4mMeqGZ .panel-body {
  color: #353535;
}
.cid-uRS4mMeqGZ .mbr-section-title,
.cid-uRS4mMeqGZ .mbr-section-btn,
.cid-uRS4mMeqGZ .title-wrapper {
  color: #0070c0;
}
.cid-uRS4mMvwfX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS4mMvwfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mMvwfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS4mMvwfX .container {
    padding: 0 15px;
  }
}
.cid-uRS4mMvwfX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS4mMvwfX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS4mMvwfX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS4mMvwfX .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS4mMvwfX .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS4mMvwfX .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS4mMvwfX .mbr-section-title {
  color: #131c28;
}
.cid-uRS4mMvwfX .mbr-desc {
  color: #131c28;
}
.cid-uRS4mMvwfX .mbr-text {
  text-align: center;
}
.cid-uRS4mMHI8J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS4mMHI8J::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS4mMHI8J::before {
    opacity: .4;
  }
}
.cid-uRS4mMHI8J::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS4mMHI8J::after {
    opacity: .4;
  }
}
.cid-uRS4mMHI8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mMHI8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS4mMHI8J .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS4mMHI8J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS4mMHI8J .container {
    padding: 0 16px;
  }
}
.cid-uRS4mMHI8J .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS4mMHI8J .row .card {
  justify-content: flex-end;
}
.cid-uRS4mMHI8J .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS4mMHI8J .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS4mMHI8J .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS4mMHI8J .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS4mMHI8J .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS4mMHI8J .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS4mMHI8J .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS4mMHI8J .mbr-section-title {
  color: #000000;
}
.cid-uRS4mMHI8J .mbr-text {
  color: #000000;
}
.cid-uRS4mMHI8J .mbr-section-title,
.cid-uRS4mMHI8J .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS4mMWhCb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS4mMWhCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS4mMWhCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS4mMWhCb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS4mMWhCb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS4mMWhCb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS4mMWhCb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS4mMWhCb .container {
    padding: 0 14px;
  }
}
.cid-uRS4mMWhCb .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS4mMWhCb .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS4mMWhCb .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS4mMWhCb .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS4mMWhCb .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS4mMWhCb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS4mMWhCb .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS4mN7MMF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS4mN7MMF .container-fluid,
.cid-uRS4mN7MMF .container {
  position: relative;
}
.cid-uRS4mN7MMF .container-fluid::before,
.cid-uRS4mN7MMF .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS4mN7MMF .container-fluid::before,
  .cid-uRS4mN7MMF .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .container-fluid::before,
  .cid-uRS4mN7MMF .container::before {
    display: none;
  }
}
.cid-uRS4mN7MMF .media-wrap {
  height: 300px;
}
.cid-uRS4mN7MMF .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS4mN7MMF .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS4mN7MMF .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS4mN7MMF .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS4mN7MMF .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS4mN7MMF .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS4mN7MMF .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS4mN7MMF .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS4mN7MMF .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS4mN7MMF .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS4mN7MMF .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS4mN7MMF .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS4mN7MMF .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS4mN7MMF .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS4mN7MMF .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS4mN7MMF .mbr-text {
  color: #bcbfca;
}
.cid-uRS4mN7MMF .mbr-desc {
  color: #fafafa;
}
.cid-uRS4mN7MMF .mbr-link {
  color: #353535;
}
.cid-uRS4mN7MMF .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS4mN7MMF .mbr-text,
.cid-uRS4mN7MMF .icon-wrapper {
  color: #fafafa;
}
.cid-uRS55YAChL {
  z-index: 1000;
  width: 100%;
}
.cid-uRS55YAChL nav.navbar {
  position: fixed;
}
.cid-uRS55YAChL .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS55YAChL .btn-padding span {
  line-height: 10px;
}
.cid-uRS55YAChL .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-uRS55YAChL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS55YAChL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS55YAChL .dropdown-item:hover,
.cid-uRS55YAChL .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS55YAChL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS55YAChL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS55YAChL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS55YAChL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS55YAChL .nav-link {
  position: relative;
}
.cid-uRS55YAChL .container {
  display: flex;
  margin: auto;
}
.cid-uRS55YAChL .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS55YAChL .dropdown-menu,
.cid-uRS55YAChL .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS55YAChL .nav-item:focus,
.cid-uRS55YAChL .nav-link:focus {
  outline: none;
}
.cid-uRS55YAChL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS55YAChL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS55YAChL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS55YAChL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS55YAChL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS55YAChL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS55YAChL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS55YAChL .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS55YAChL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS55YAChL .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS55YAChL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS55YAChL .navbar.collapsed {
  justify-content: center;
}
.cid-uRS55YAChL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS55YAChL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS55YAChL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS55YAChL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS55YAChL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS55YAChL .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-uRS55YAChL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS55YAChL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS55YAChL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS55YAChL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS55YAChL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS55YAChL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS55YAChL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS55YAChL .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-uRS55YAChL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS55YAChL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS55YAChL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS55YAChL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS55YAChL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS55YAChL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS55YAChL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS55YAChL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS55YAChL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS55YAChL .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS55YAChL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS55YAChL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS55YAChL .dropdown-item.active,
.cid-uRS55YAChL .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS55YAChL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS55YAChL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS55YAChL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS55YAChL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS55YAChL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS55YAChL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS55YAChL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS55YAChL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS55YAChL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS55YAChL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS55YAChL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS55YAChL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS55YAChL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS55YAChL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS55YAChL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS55YAChL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS55YAChL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS55YAChL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS55YAChL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS55YAChL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS55YAChL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS55YAChL .navbar {
    height: 70px;
  }
  .cid-uRS55YAChL .navbar.opened {
    height: auto;
  }
  .cid-uRS55YAChL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS55ZopMR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS55ZopMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS55ZopMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS55ZopMR .text2 {
  line-height: 1.5;
}
.cid-uRS55ZopMR .btn {
  border-radius: 0px;
}
.cid-uRS55ZopMR .btn-black-outline:hover,
.cid-uRS55ZopMR .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS55ZopMR .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS55ZopMR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS55ZopMR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS55ZopMR .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS55ZopMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS55ZCAxL {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS55ZCAxL {
    align-items: flex-start;
  }
  .cid-uRS55ZCAxL .row {
    justify-content: flex-start;
  }
}
.cid-uRS55ZCAxL .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS55ZCAxL .mbr-text,
.cid-uRS55ZCAxL .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS55ZCAxL .mbr-section-title,
.cid-uRS55ZCAxL .line {
  color: #232323;
}
.cid-uRS55ZCAxL h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS55ZCAxL h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS55ZCAxL .mbr-section-subtitle,
.cid-uRS55ZCAxL .align {
  text-align: left;
  color: #232323;
}
.cid-uRS55ZCAxL .mbr-text2 {
  color: #808080;
}
.cid-uRS55ZP6V7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS55ZP6V7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS55ZP6V7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS55ZP6V7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS55ZP6V7 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS55ZP6V7 .container {
    padding: 0 15px;
  }
}
.cid-uRS55ZP6V7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS55ZP6V7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS55ZP6V7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS55ZP6V7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS55ZP6V7 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS55ZP6V7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS55ZP6V7 .mbr-section-title {
  color: #131c28;
}
.cid-uRS55ZP6V7 .mbr-desc {
  color: #fafafa;
}
.cid-uRS55ZP6V7 .mbr-text {
  color: #e1e5f0;
}
.cid-uRS55ZP6V7 .mbr-section-title,
.cid-uRS55ZP6V7 .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5601I6L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5601I6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5601I6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5601I6L .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5601I6L .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5601I6L .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5601I6L .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5601I6L .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5601I6L .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5601I6L .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5601I6L .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5601I6L .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5601I6L .panel-title-edit {
  color: #000000;
}
.cid-uRS5601I6L .panel-text {
  color: #d7d2d2;
}
.cid-uRS5601I6L .panel-text,
.cid-uRS5601I6L .panel-body {
  color: #353535;
}
.cid-uRS5601I6L .mbr-section-title,
.cid-uRS5601I6L .mbr-section-btn,
.cid-uRS5601I6L .title-wrapper {
  color: #0070c0;
}
.cid-uRS560kCLI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS560kCLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS560kCLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS560kCLI .container {
    padding: 0 15px;
  }
}
.cid-uRS560kCLI .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS560kCLI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS560kCLI .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS560kCLI .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS560kCLI .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS560kCLI .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS560kCLI .mbr-section-title {
  color: #131c28;
}
.cid-uRS560kCLI .mbr-desc {
  color: #131c28;
}
.cid-uRS560kCLI .mbr-text {
  text-align: center;
}
.cid-uRS560wOMu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS560wOMu::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS560wOMu::before {
    opacity: .4;
  }
}
.cid-uRS560wOMu::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS560wOMu::after {
    opacity: .4;
  }
}
.cid-uRS560wOMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS560wOMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS560wOMu .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS560wOMu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS560wOMu .container {
    padding: 0 16px;
  }
}
.cid-uRS560wOMu .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS560wOMu .row .card {
  justify-content: flex-end;
}
.cid-uRS560wOMu .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS560wOMu .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS560wOMu .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS560wOMu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS560wOMu .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS560wOMu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS560wOMu .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS560wOMu .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS560wOMu .mbr-section-title {
  color: #000000;
}
.cid-uRS560wOMu .mbr-text {
  color: #000000;
}
.cid-uRS560wOMu .mbr-section-title,
.cid-uRS560wOMu .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS560JwLQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS560JwLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS560JwLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS560JwLQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS560JwLQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS560JwLQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS560JwLQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS560JwLQ .container {
    padding: 0 14px;
  }
}
.cid-uRS560JwLQ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS560JwLQ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS560JwLQ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS560JwLQ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS560JwLQ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS560JwLQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS560JwLQ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS560VG33 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS560VG33 .container-fluid,
.cid-uRS560VG33 .container {
  position: relative;
}
.cid-uRS560VG33 .container-fluid::before,
.cid-uRS560VG33 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS560VG33 .container-fluid::before,
  .cid-uRS560VG33 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .container-fluid::before,
  .cid-uRS560VG33 .container::before {
    display: none;
  }
}
.cid-uRS560VG33 .media-wrap {
  height: 300px;
}
.cid-uRS560VG33 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS560VG33 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS560VG33 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS560VG33 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS560VG33 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS560VG33 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS560VG33 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS560VG33 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS560VG33 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS560VG33 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS560VG33 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS560VG33 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS560VG33 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS560VG33 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS560VG33 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS560VG33 .mbr-text {
  color: #bcbfca;
}
.cid-uRS560VG33 .mbr-desc {
  color: #fafafa;
}
.cid-uRS560VG33 .mbr-link {
  color: #353535;
}
.cid-uRS560VG33 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS560VG33 .mbr-text,
.cid-uRS560VG33 .icon-wrapper {
  color: #fafafa;
}
.cid-uRS5juOxtW {
  z-index: 1000;
  width: 100%;
}
.cid-uRS5juOxtW nav.navbar {
  position: fixed;
}
.cid-uRS5juOxtW .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS5juOxtW .btn-padding span {
  line-height: 10px;
}
.cid-uRS5juOxtW .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-uRS5juOxtW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS5juOxtW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS5juOxtW .dropdown-item:hover,
.cid-uRS5juOxtW .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS5juOxtW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS5juOxtW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS5juOxtW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS5juOxtW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS5juOxtW .nav-link {
  position: relative;
}
.cid-uRS5juOxtW .container {
  display: flex;
  margin: auto;
}
.cid-uRS5juOxtW .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS5juOxtW .dropdown-menu,
.cid-uRS5juOxtW .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS5juOxtW .nav-item:focus,
.cid-uRS5juOxtW .nav-link:focus {
  outline: none;
}
.cid-uRS5juOxtW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS5juOxtW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS5juOxtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS5juOxtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS5juOxtW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS5juOxtW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS5juOxtW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS5juOxtW .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS5juOxtW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS5juOxtW .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS5juOxtW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS5juOxtW .navbar.collapsed {
  justify-content: center;
}
.cid-uRS5juOxtW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS5juOxtW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS5juOxtW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS5juOxtW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS5juOxtW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS5juOxtW .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-uRS5juOxtW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS5juOxtW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS5juOxtW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS5juOxtW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS5juOxtW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS5juOxtW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS5juOxtW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS5juOxtW .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-uRS5juOxtW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS5juOxtW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS5juOxtW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS5juOxtW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS5juOxtW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS5juOxtW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS5juOxtW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS5juOxtW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS5juOxtW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS5juOxtW .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS5juOxtW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS5juOxtW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS5juOxtW .dropdown-item.active,
.cid-uRS5juOxtW .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS5juOxtW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS5juOxtW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS5juOxtW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS5juOxtW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS5juOxtW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS5juOxtW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS5juOxtW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS5juOxtW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS5juOxtW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS5juOxtW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS5juOxtW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS5juOxtW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5juOxtW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5juOxtW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS5juOxtW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5juOxtW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS5juOxtW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS5juOxtW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5juOxtW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS5juOxtW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS5juOxtW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS5juOxtW .navbar {
    height: 70px;
  }
  .cid-uRS5juOxtW .navbar.opened {
    height: auto;
  }
  .cid-uRS5juOxtW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS5jvCCVg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS5jvCCVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jvCCVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5jvCCVg .text2 {
  line-height: 1.5;
}
.cid-uRS5jvCCVg .btn {
  border-radius: 0px;
}
.cid-uRS5jvCCVg .btn-black-outline:hover,
.cid-uRS5jvCCVg .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS5jvCCVg .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS5jvCCVg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS5jvCCVg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS5jvCCVg .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS5jvCCVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS5jvQanw {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS5jvQanw {
    align-items: flex-start;
  }
  .cid-uRS5jvQanw .row {
    justify-content: flex-start;
  }
}
.cid-uRS5jvQanw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS5jvQanw .mbr-text,
.cid-uRS5jvQanw .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS5jvQanw .mbr-section-title,
.cid-uRS5jvQanw .line {
  color: #232323;
}
.cid-uRS5jvQanw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS5jvQanw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS5jvQanw .mbr-section-subtitle,
.cid-uRS5jvQanw .align {
  text-align: left;
  color: #232323;
}
.cid-uRS5jvQanw .mbr-text2 {
  color: #808080;
}
.cid-uRS5jw17tb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS5jw17tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jw17tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5jw17tb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS5jw17tb .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5jw17tb .container {
    padding: 0 15px;
  }
}
.cid-uRS5jw17tb .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5jw17tb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5jw17tb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5jw17tb .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS5jw17tb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5jw17tb .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5jw17tb .mbr-section-title {
  color: #131c28;
}
.cid-uRS5jw17tb .mbr-desc {
  color: #fafafa;
}
.cid-uRS5jw17tb .mbr-text {
  color: #e1e5f0;
}
.cid-uRS5jw17tb .mbr-section-title,
.cid-uRS5jw17tb .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5jweLKg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5jweLKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jweLKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5jweLKg .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5jweLKg .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5jweLKg .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5jweLKg .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5jweLKg .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5jweLKg .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5jweLKg .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5jweLKg .panel-title-edit {
  color: #000000;
}
.cid-uRS5jweLKg .panel-text {
  color: #d7d2d2;
}
.cid-uRS5jweLKg .panel-text,
.cid-uRS5jweLKg .panel-body {
  color: #353535;
}
.cid-uRS5jweLKg .mbr-section-title,
.cid-uRS5jweLKg .mbr-section-btn,
.cid-uRS5jweLKg .title-wrapper {
  color: #0070c0;
}
.cid-uRS5jwu8rR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS5jwu8rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jwu8rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS5jwu8rR .container {
    padding: 0 15px;
  }
}
.cid-uRS5jwu8rR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5jwu8rR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5jwu8rR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5jwu8rR .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS5jwu8rR .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5jwu8rR .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5jwu8rR .mbr-section-title {
  color: #131c28;
}
.cid-uRS5jwu8rR .mbr-desc {
  color: #131c28;
}
.cid-uRS5jwu8rR .mbr-text {
  text-align: center;
}
.cid-uRS5jwGbfd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS5jwGbfd::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS5jwGbfd::before {
    opacity: .4;
  }
}
.cid-uRS5jwGbfd::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS5jwGbfd::after {
    opacity: .4;
  }
}
.cid-uRS5jwGbfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jwGbfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5jwGbfd .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS5jwGbfd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5jwGbfd .container {
    padding: 0 16px;
  }
}
.cid-uRS5jwGbfd .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS5jwGbfd .row .card {
  justify-content: flex-end;
}
.cid-uRS5jwGbfd .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS5jwGbfd .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5jwGbfd .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS5jwGbfd .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS5jwGbfd .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS5jwGbfd .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5jwGbfd .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS5jwGbfd .mbr-section-title {
  color: #000000;
}
.cid-uRS5jwGbfd .mbr-text {
  color: #000000;
}
.cid-uRS5jwGbfd .mbr-section-title,
.cid-uRS5jwGbfd .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS5jwU5df {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS5jwU5df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5jwU5df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5jwU5df .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS5jwU5df .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5jwU5df .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5jwU5df .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5jwU5df .container {
    padding: 0 14px;
  }
}
.cid-uRS5jwU5df .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS5jwU5df .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS5jwU5df .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS5jwU5df .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS5jwU5df .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS5jwU5df .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS5jwU5df .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS5jx57go {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS5jx57go .container-fluid,
.cid-uRS5jx57go .container {
  position: relative;
}
.cid-uRS5jx57go .container-fluid::before,
.cid-uRS5jx57go .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS5jx57go .container-fluid::before,
  .cid-uRS5jx57go .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .container-fluid::before,
  .cid-uRS5jx57go .container::before {
    display: none;
  }
}
.cid-uRS5jx57go .media-wrap {
  height: 300px;
}
.cid-uRS5jx57go .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS5jx57go .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS5jx57go .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS5jx57go .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS5jx57go .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS5jx57go .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS5jx57go .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS5jx57go .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS5jx57go .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS5jx57go .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS5jx57go .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS5jx57go .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS5jx57go .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS5jx57go .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5jx57go .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS5jx57go .mbr-text {
  color: #bcbfca;
}
.cid-uRS5jx57go .mbr-desc {
  color: #fafafa;
}
.cid-uRS5jx57go .mbr-link {
  color: #353535;
}
.cid-uRS5jx57go .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS5jx57go .mbr-text,
.cid-uRS5jx57go .icon-wrapper {
  color: #fafafa;
}
.cid-uRS5vvhhk1 {
  z-index: 1000;
  width: 100%;
}
.cid-uRS5vvhhk1 nav.navbar {
  position: fixed;
}
.cid-uRS5vvhhk1 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS5vvhhk1 .btn-padding span {
  line-height: 10px;
}
.cid-uRS5vvhhk1 .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-uRS5vvhhk1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS5vvhhk1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS5vvhhk1 .dropdown-item:hover,
.cid-uRS5vvhhk1 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS5vvhhk1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS5vvhhk1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS5vvhhk1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS5vvhhk1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS5vvhhk1 .nav-link {
  position: relative;
}
.cid-uRS5vvhhk1 .container {
  display: flex;
  margin: auto;
}
.cid-uRS5vvhhk1 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS5vvhhk1 .dropdown-menu,
.cid-uRS5vvhhk1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS5vvhhk1 .nav-item:focus,
.cid-uRS5vvhhk1 .nav-link:focus {
  outline: none;
}
.cid-uRS5vvhhk1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS5vvhhk1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS5vvhhk1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS5vvhhk1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS5vvhhk1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS5vvhhk1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS5vvhhk1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS5vvhhk1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS5vvhhk1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS5vvhhk1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS5vvhhk1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS5vvhhk1 .navbar.collapsed {
  justify-content: center;
}
.cid-uRS5vvhhk1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS5vvhhk1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS5vvhhk1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS5vvhhk1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS5vvhhk1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS5vvhhk1 .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-uRS5vvhhk1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS5vvhhk1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS5vvhhk1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS5vvhhk1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS5vvhhk1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS5vvhhk1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS5vvhhk1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS5vvhhk1 .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-uRS5vvhhk1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS5vvhhk1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS5vvhhk1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS5vvhhk1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS5vvhhk1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS5vvhhk1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS5vvhhk1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS5vvhhk1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS5vvhhk1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS5vvhhk1 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS5vvhhk1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS5vvhhk1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS5vvhhk1 .dropdown-item.active,
.cid-uRS5vvhhk1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS5vvhhk1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS5vvhhk1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS5vvhhk1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS5vvhhk1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS5vvhhk1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS5vvhhk1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS5vvhhk1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS5vvhhk1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS5vvhhk1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS5vvhhk1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS5vvhhk1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS5vvhhk1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5vvhhk1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5vvhhk1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS5vvhhk1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5vvhhk1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS5vvhhk1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS5vvhhk1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5vvhhk1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS5vvhhk1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS5vvhhk1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS5vvhhk1 .navbar {
    height: 70px;
  }
  .cid-uRS5vvhhk1 .navbar.opened {
    height: auto;
  }
  .cid-uRS5vvhhk1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS5vw5jmy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS5vw5jmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vw5jmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5vw5jmy .text2 {
  line-height: 1.5;
}
.cid-uRS5vw5jmy .btn {
  border-radius: 0px;
}
.cid-uRS5vw5jmy .btn-black-outline:hover,
.cid-uRS5vw5jmy .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS5vw5jmy .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS5vw5jmy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS5vw5jmy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS5vw5jmy .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS5vw5jmy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS5vwiBAv {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS5vwiBAv {
    align-items: flex-start;
  }
  .cid-uRS5vwiBAv .row {
    justify-content: flex-start;
  }
}
.cid-uRS5vwiBAv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS5vwiBAv .mbr-text,
.cid-uRS5vwiBAv .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS5vwiBAv .mbr-section-title,
.cid-uRS5vwiBAv .line {
  color: #232323;
}
.cid-uRS5vwiBAv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS5vwiBAv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS5vwiBAv .mbr-section-subtitle,
.cid-uRS5vwiBAv .align {
  text-align: left;
  color: #232323;
}
.cid-uRS5vwiBAv .mbr-text2 {
  color: #808080;
}
.cid-uRS5vwusQR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS5vwusQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vwusQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5vwusQR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS5vwusQR .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5vwusQR .container {
    padding: 0 15px;
  }
}
.cid-uRS5vwusQR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5vwusQR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5vwusQR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5vwusQR .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS5vwusQR .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5vwusQR .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5vwusQR .mbr-section-title {
  color: #131c28;
}
.cid-uRS5vwusQR .mbr-desc {
  color: #fafafa;
}
.cid-uRS5vwusQR .mbr-text {
  color: #e1e5f0;
}
.cid-uRS5vwusQR .mbr-section-title,
.cid-uRS5vwusQR .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5vwFkLL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5vwFkLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vwFkLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5vwFkLL .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5vwFkLL .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5vwFkLL .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5vwFkLL .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5vwFkLL .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5vwFkLL .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5vwFkLL .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5vwFkLL .panel-title-edit {
  color: #000000;
}
.cid-uRS5vwFkLL .panel-text {
  color: #d7d2d2;
}
.cid-uRS5vwFkLL .panel-text,
.cid-uRS5vwFkLL .panel-body {
  color: #353535;
}
.cid-uRS5vwFkLL .mbr-section-title,
.cid-uRS5vwFkLL .mbr-section-btn,
.cid-uRS5vwFkLL .title-wrapper {
  color: #0070c0;
}
.cid-uRS5vwY3Tm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS5vwY3Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vwY3Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS5vwY3Tm .container {
    padding: 0 15px;
  }
}
.cid-uRS5vwY3Tm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5vwY3Tm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5vwY3Tm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5vwY3Tm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS5vwY3Tm .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5vwY3Tm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5vwY3Tm .mbr-section-title {
  color: #131c28;
}
.cid-uRS5vwY3Tm .mbr-desc {
  color: #131c28;
}
.cid-uRS5vwY3Tm .mbr-text {
  text-align: center;
}
.cid-uRS5vxay6y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS5vxay6y::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS5vxay6y::before {
    opacity: .4;
  }
}
.cid-uRS5vxay6y::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS5vxay6y::after {
    opacity: .4;
  }
}
.cid-uRS5vxay6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vxay6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5vxay6y .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS5vxay6y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5vxay6y .container {
    padding: 0 16px;
  }
}
.cid-uRS5vxay6y .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS5vxay6y .row .card {
  justify-content: flex-end;
}
.cid-uRS5vxay6y .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS5vxay6y .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5vxay6y .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS5vxay6y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS5vxay6y .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS5vxay6y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS5vxay6y .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5vxay6y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS5vxay6y .mbr-section-title {
  color: #000000;
}
.cid-uRS5vxay6y .mbr-text {
  color: #000000;
}
.cid-uRS5vxay6y .mbr-section-title,
.cid-uRS5vxay6y .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS5vxmPk2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS5vxmPk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5vxmPk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5vxmPk2 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS5vxmPk2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5vxmPk2 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5vxmPk2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5vxmPk2 .container {
    padding: 0 14px;
  }
}
.cid-uRS5vxmPk2 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS5vxmPk2 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS5vxmPk2 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS5vxmPk2 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS5vxmPk2 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS5vxmPk2 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS5vxmPk2 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS5vxxzAx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS5vxxzAx .container-fluid,
.cid-uRS5vxxzAx .container {
  position: relative;
}
.cid-uRS5vxxzAx .container-fluid::before,
.cid-uRS5vxxzAx .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS5vxxzAx .container-fluid::before,
  .cid-uRS5vxxzAx .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .container-fluid::before,
  .cid-uRS5vxxzAx .container::before {
    display: none;
  }
}
.cid-uRS5vxxzAx .media-wrap {
  height: 300px;
}
.cid-uRS5vxxzAx .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS5vxxzAx .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS5vxxzAx .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS5vxxzAx .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS5vxxzAx .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS5vxxzAx .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS5vxxzAx .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS5vxxzAx .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS5vxxzAx .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS5vxxzAx .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS5vxxzAx .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS5vxxzAx .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS5vxxzAx .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS5vxxzAx .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5vxxzAx .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS5vxxzAx .mbr-text {
  color: #bcbfca;
}
.cid-uRS5vxxzAx .mbr-desc {
  color: #fafafa;
}
.cid-uRS5vxxzAx .mbr-link {
  color: #353535;
}
.cid-uRS5vxxzAx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS5vxxzAx .mbr-text,
.cid-uRS5vxxzAx .icon-wrapper {
  color: #fafafa;
}
.cid-uRS5FxlvTc {
  z-index: 1000;
  width: 100%;
}
.cid-uRS5FxlvTc nav.navbar {
  position: fixed;
}
.cid-uRS5FxlvTc .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS5FxlvTc .btn-padding span {
  line-height: 10px;
}
.cid-uRS5FxlvTc .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-uRS5FxlvTc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS5FxlvTc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS5FxlvTc .dropdown-item:hover,
.cid-uRS5FxlvTc .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS5FxlvTc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS5FxlvTc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS5FxlvTc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS5FxlvTc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS5FxlvTc .nav-link {
  position: relative;
}
.cid-uRS5FxlvTc .container {
  display: flex;
  margin: auto;
}
.cid-uRS5FxlvTc .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS5FxlvTc .dropdown-menu,
.cid-uRS5FxlvTc .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS5FxlvTc .nav-item:focus,
.cid-uRS5FxlvTc .nav-link:focus {
  outline: none;
}
.cid-uRS5FxlvTc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS5FxlvTc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS5FxlvTc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS5FxlvTc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS5FxlvTc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS5FxlvTc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS5FxlvTc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS5FxlvTc .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS5FxlvTc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS5FxlvTc .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS5FxlvTc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS5FxlvTc .navbar.collapsed {
  justify-content: center;
}
.cid-uRS5FxlvTc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS5FxlvTc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS5FxlvTc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS5FxlvTc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS5FxlvTc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS5FxlvTc .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-uRS5FxlvTc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS5FxlvTc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS5FxlvTc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS5FxlvTc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS5FxlvTc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS5FxlvTc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS5FxlvTc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS5FxlvTc .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-uRS5FxlvTc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS5FxlvTc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS5FxlvTc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS5FxlvTc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS5FxlvTc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS5FxlvTc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS5FxlvTc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS5FxlvTc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS5FxlvTc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS5FxlvTc .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS5FxlvTc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS5FxlvTc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS5FxlvTc .dropdown-item.active,
.cid-uRS5FxlvTc .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS5FxlvTc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS5FxlvTc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS5FxlvTc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS5FxlvTc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS5FxlvTc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS5FxlvTc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS5FxlvTc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS5FxlvTc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS5FxlvTc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS5FxlvTc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS5FxlvTc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS5FxlvTc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5FxlvTc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5FxlvTc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS5FxlvTc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5FxlvTc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS5FxlvTc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS5FxlvTc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5FxlvTc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS5FxlvTc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS5FxlvTc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS5FxlvTc .navbar {
    height: 70px;
  }
  .cid-uRS5FxlvTc .navbar.opened {
    height: auto;
  }
  .cid-uRS5FxlvTc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS5Fybf5D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS5Fybf5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5Fybf5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5Fybf5D .text2 {
  line-height: 1.5;
}
.cid-uRS5Fybf5D .btn {
  border-radius: 0px;
}
.cid-uRS5Fybf5D .btn-black-outline:hover,
.cid-uRS5Fybf5D .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS5Fybf5D .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS5Fybf5D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS5Fybf5D .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS5Fybf5D .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS5Fybf5D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS5FyqcTk {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS5FyqcTk {
    align-items: flex-start;
  }
  .cid-uRS5FyqcTk .row {
    justify-content: flex-start;
  }
}
.cid-uRS5FyqcTk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS5FyqcTk .mbr-text,
.cid-uRS5FyqcTk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS5FyqcTk .mbr-section-title,
.cid-uRS5FyqcTk .line {
  color: #232323;
}
.cid-uRS5FyqcTk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS5FyqcTk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS5FyqcTk .mbr-section-subtitle,
.cid-uRS5FyqcTk .align {
  text-align: left;
  color: #232323;
}
.cid-uRS5FyqcTk .mbr-text2 {
  color: #808080;
}
.cid-uRS5FyCcSt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS5FyCcSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5FyCcSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5FyCcSt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS5FyCcSt .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5FyCcSt .container {
    padding: 0 15px;
  }
}
.cid-uRS5FyCcSt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5FyCcSt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5FyCcSt .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5FyCcSt .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS5FyCcSt .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5FyCcSt .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5FyCcSt .mbr-section-title {
  color: #131c28;
}
.cid-uRS5FyCcSt .mbr-desc {
  color: #fafafa;
}
.cid-uRS5FyCcSt .mbr-text {
  color: #e1e5f0;
}
.cid-uRS5FyCcSt .mbr-section-title,
.cid-uRS5FyCcSt .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5FyNUa3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5FyNUa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5FyNUa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5FyNUa3 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5FyNUa3 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5FyNUa3 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5FyNUa3 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5FyNUa3 .panel-title-edit {
  color: #000000;
}
.cid-uRS5FyNUa3 .panel-text {
  color: #d7d2d2;
}
.cid-uRS5FyNUa3 .panel-text,
.cid-uRS5FyNUa3 .panel-body {
  color: #353535;
}
.cid-uRS5FyNUa3 .mbr-section-title,
.cid-uRS5FyNUa3 .mbr-section-btn,
.cid-uRS5FyNUa3 .title-wrapper {
  color: #0070c0;
}
.cid-uRS5Fz4po9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS5Fz4po9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5Fz4po9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS5Fz4po9 .container {
    padding: 0 15px;
  }
}
.cid-uRS5Fz4po9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5Fz4po9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5Fz4po9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5Fz4po9 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS5Fz4po9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5Fz4po9 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5Fz4po9 .mbr-section-title {
  color: #131c28;
}
.cid-uRS5Fz4po9 .mbr-desc {
  color: #131c28;
}
.cid-uRS5Fz4po9 .mbr-text {
  text-align: center;
}
.cid-uRS5Fzgibe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS5Fzgibe::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS5Fzgibe::before {
    opacity: .4;
  }
}
.cid-uRS5Fzgibe::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS5Fzgibe::after {
    opacity: .4;
  }
}
.cid-uRS5Fzgibe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5Fzgibe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5Fzgibe .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS5Fzgibe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5Fzgibe .container {
    padding: 0 16px;
  }
}
.cid-uRS5Fzgibe .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS5Fzgibe .row .card {
  justify-content: flex-end;
}
.cid-uRS5Fzgibe .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS5Fzgibe .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5Fzgibe .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS5Fzgibe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS5Fzgibe .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS5Fzgibe .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5Fzgibe .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS5Fzgibe .mbr-section-title {
  color: #000000;
}
.cid-uRS5Fzgibe .mbr-text {
  color: #000000;
}
.cid-uRS5Fzgibe .mbr-section-title,
.cid-uRS5Fzgibe .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS5Fzu3qL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS5Fzu3qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5Fzu3qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5Fzu3qL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS5Fzu3qL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5Fzu3qL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5Fzu3qL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5Fzu3qL .container {
    padding: 0 14px;
  }
}
.cid-uRS5Fzu3qL .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS5Fzu3qL .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS5Fzu3qL .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS5Fzu3qL .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS5Fzu3qL .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS5Fzu3qL .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS5Fzu3qL .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS5FzI5fc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS5FzI5fc .container-fluid,
.cid-uRS5FzI5fc .container {
  position: relative;
}
.cid-uRS5FzI5fc .container-fluid::before,
.cid-uRS5FzI5fc .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS5FzI5fc .container-fluid::before,
  .cid-uRS5FzI5fc .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .container-fluid::before,
  .cid-uRS5FzI5fc .container::before {
    display: none;
  }
}
.cid-uRS5FzI5fc .media-wrap {
  height: 300px;
}
.cid-uRS5FzI5fc .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS5FzI5fc .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS5FzI5fc .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS5FzI5fc .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS5FzI5fc .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS5FzI5fc .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS5FzI5fc .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS5FzI5fc .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS5FzI5fc .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS5FzI5fc .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS5FzI5fc .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS5FzI5fc .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS5FzI5fc .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS5FzI5fc .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5FzI5fc .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS5FzI5fc .mbr-text {
  color: #bcbfca;
}
.cid-uRS5FzI5fc .mbr-desc {
  color: #fafafa;
}
.cid-uRS5FzI5fc .mbr-link {
  color: #353535;
}
.cid-uRS5FzI5fc .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS5FzI5fc .mbr-text,
.cid-uRS5FzI5fc .icon-wrapper {
  color: #fafafa;
}
.cid-uRS5P4bVFW {
  z-index: 1000;
  width: 100%;
}
.cid-uRS5P4bVFW nav.navbar {
  position: fixed;
}
.cid-uRS5P4bVFW .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS5P4bVFW .btn-padding span {
  line-height: 10px;
}
.cid-uRS5P4bVFW .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-uRS5P4bVFW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS5P4bVFW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS5P4bVFW .dropdown-item:hover,
.cid-uRS5P4bVFW .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS5P4bVFW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS5P4bVFW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS5P4bVFW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS5P4bVFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS5P4bVFW .nav-link {
  position: relative;
}
.cid-uRS5P4bVFW .container {
  display: flex;
  margin: auto;
}
.cid-uRS5P4bVFW .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS5P4bVFW .dropdown-menu,
.cid-uRS5P4bVFW .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS5P4bVFW .nav-item:focus,
.cid-uRS5P4bVFW .nav-link:focus {
  outline: none;
}
.cid-uRS5P4bVFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS5P4bVFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS5P4bVFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS5P4bVFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS5P4bVFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS5P4bVFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS5P4bVFW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS5P4bVFW .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS5P4bVFW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS5P4bVFW .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS5P4bVFW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS5P4bVFW .navbar.collapsed {
  justify-content: center;
}
.cid-uRS5P4bVFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS5P4bVFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS5P4bVFW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS5P4bVFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS5P4bVFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS5P4bVFW .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-uRS5P4bVFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS5P4bVFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS5P4bVFW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS5P4bVFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS5P4bVFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS5P4bVFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS5P4bVFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS5P4bVFW .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-uRS5P4bVFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS5P4bVFW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS5P4bVFW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS5P4bVFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS5P4bVFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS5P4bVFW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS5P4bVFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS5P4bVFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS5P4bVFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS5P4bVFW .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS5P4bVFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS5P4bVFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS5P4bVFW .dropdown-item.active,
.cid-uRS5P4bVFW .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS5P4bVFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS5P4bVFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS5P4bVFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS5P4bVFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS5P4bVFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS5P4bVFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS5P4bVFW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS5P4bVFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS5P4bVFW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS5P4bVFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS5P4bVFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS5P4bVFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5P4bVFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5P4bVFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS5P4bVFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5P4bVFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS5P4bVFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS5P4bVFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5P4bVFW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS5P4bVFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS5P4bVFW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS5P4bVFW .navbar {
    height: 70px;
  }
  .cid-uRS5P4bVFW .navbar.opened {
    height: auto;
  }
  .cid-uRS5P4bVFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS5P4ZAAH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS5P4ZAAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P4ZAAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5P4ZAAH .text2 {
  line-height: 1.5;
}
.cid-uRS5P4ZAAH .btn {
  border-radius: 0px;
}
.cid-uRS5P4ZAAH .btn-black-outline:hover,
.cid-uRS5P4ZAAH .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS5P4ZAAH .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS5P4ZAAH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS5P4ZAAH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS5P4ZAAH .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS5P4ZAAH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS5P5b6gX {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS5P5b6gX {
    align-items: flex-start;
  }
  .cid-uRS5P5b6gX .row {
    justify-content: flex-start;
  }
}
.cid-uRS5P5b6gX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS5P5b6gX .mbr-text,
.cid-uRS5P5b6gX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS5P5b6gX .mbr-section-title,
.cid-uRS5P5b6gX .line {
  color: #232323;
}
.cid-uRS5P5b6gX h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS5P5b6gX h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS5P5b6gX .mbr-section-subtitle,
.cid-uRS5P5b6gX .align {
  text-align: left;
  color: #232323;
}
.cid-uRS5P5b6gX .mbr-text2 {
  color: #808080;
}
.cid-uRS5P5n6Cg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS5P5n6Cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P5n6Cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5P5n6Cg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS5P5n6Cg .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5P5n6Cg .container {
    padding: 0 15px;
  }
}
.cid-uRS5P5n6Cg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5P5n6Cg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5P5n6Cg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5P5n6Cg .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS5P5n6Cg .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5P5n6Cg .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5P5n6Cg .mbr-section-title {
  color: #131c28;
}
.cid-uRS5P5n6Cg .mbr-desc {
  color: #fafafa;
}
.cid-uRS5P5n6Cg .mbr-text {
  color: #e1e5f0;
}
.cid-uRS5P5n6Cg .mbr-section-title,
.cid-uRS5P5n6Cg .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5P5zze6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5P5zze6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P5zze6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5P5zze6 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5P5zze6 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5P5zze6 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5P5zze6 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5P5zze6 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5P5zze6 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5P5zze6 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5P5zze6 .panel-title-edit {
  color: #000000;
}
.cid-uRS5P5zze6 .panel-text {
  color: #d7d2d2;
}
.cid-uRS5P5zze6 .panel-text,
.cid-uRS5P5zze6 .panel-body {
  color: #353535;
}
.cid-uRS5P5zze6 .mbr-section-title,
.cid-uRS5P5zze6 .mbr-section-btn,
.cid-uRS5P5zze6 .title-wrapper {
  color: #0070c0;
}
.cid-uRS5P5QdUQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS5P5QdUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P5QdUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS5P5QdUQ .container {
    padding: 0 15px;
  }
}
.cid-uRS5P5QdUQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5P5QdUQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5P5QdUQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5P5QdUQ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS5P5QdUQ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5P5QdUQ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5P5QdUQ .mbr-section-title {
  color: #131c28;
}
.cid-uRS5P5QdUQ .mbr-desc {
  color: #131c28;
}
.cid-uRS5P5QdUQ .mbr-text {
  text-align: center;
}
.cid-uRS5P62ujr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS5P62ujr::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS5P62ujr::before {
    opacity: .4;
  }
}
.cid-uRS5P62ujr::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS5P62ujr::after {
    opacity: .4;
  }
}
.cid-uRS5P62ujr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P62ujr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5P62ujr .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS5P62ujr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5P62ujr .container {
    padding: 0 16px;
  }
}
.cid-uRS5P62ujr .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS5P62ujr .row .card {
  justify-content: flex-end;
}
.cid-uRS5P62ujr .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS5P62ujr .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5P62ujr .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS5P62ujr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS5P62ujr .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS5P62ujr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS5P62ujr .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5P62ujr .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS5P62ujr .mbr-section-title {
  color: #000000;
}
.cid-uRS5P62ujr .mbr-text {
  color: #000000;
}
.cid-uRS5P62ujr .mbr-section-title,
.cid-uRS5P62ujr .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS5P6fZFf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS5P6fZFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5P6fZFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5P6fZFf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS5P6fZFf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5P6fZFf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5P6fZFf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5P6fZFf .container {
    padding: 0 14px;
  }
}
.cid-uRS5P6fZFf .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS5P6fZFf .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS5P6fZFf .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS5P6fZFf .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS5P6fZFf .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS5P6fZFf .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS5P6fZFf .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS5P6tUtO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS5P6tUtO .container-fluid,
.cid-uRS5P6tUtO .container {
  position: relative;
}
.cid-uRS5P6tUtO .container-fluid::before,
.cid-uRS5P6tUtO .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS5P6tUtO .container-fluid::before,
  .cid-uRS5P6tUtO .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .container-fluid::before,
  .cid-uRS5P6tUtO .container::before {
    display: none;
  }
}
.cid-uRS5P6tUtO .media-wrap {
  height: 300px;
}
.cid-uRS5P6tUtO .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS5P6tUtO .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS5P6tUtO .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS5P6tUtO .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS5P6tUtO .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS5P6tUtO .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS5P6tUtO .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS5P6tUtO .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS5P6tUtO .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS5P6tUtO .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS5P6tUtO .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS5P6tUtO .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS5P6tUtO .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS5P6tUtO .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5P6tUtO .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS5P6tUtO .mbr-text {
  color: #bcbfca;
}
.cid-uRS5P6tUtO .mbr-desc {
  color: #fafafa;
}
.cid-uRS5P6tUtO .mbr-link {
  color: #353535;
}
.cid-uRS5P6tUtO .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS5P6tUtO .mbr-text,
.cid-uRS5P6tUtO .icon-wrapper {
  color: #fafafa;
}
.cid-uRS5TVRpWU {
  z-index: 1000;
  width: 100%;
}
.cid-uRS5TVRpWU nav.navbar {
  position: fixed;
}
.cid-uRS5TVRpWU .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS5TVRpWU .btn-padding span {
  line-height: 10px;
}
.cid-uRS5TVRpWU .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-uRS5TVRpWU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS5TVRpWU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS5TVRpWU .dropdown-item:hover,
.cid-uRS5TVRpWU .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS5TVRpWU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS5TVRpWU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS5TVRpWU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS5TVRpWU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS5TVRpWU .nav-link {
  position: relative;
}
.cid-uRS5TVRpWU .container {
  display: flex;
  margin: auto;
}
.cid-uRS5TVRpWU .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS5TVRpWU .dropdown-menu,
.cid-uRS5TVRpWU .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS5TVRpWU .nav-item:focus,
.cid-uRS5TVRpWU .nav-link:focus {
  outline: none;
}
.cid-uRS5TVRpWU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS5TVRpWU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS5TVRpWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS5TVRpWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS5TVRpWU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS5TVRpWU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS5TVRpWU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS5TVRpWU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS5TVRpWU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS5TVRpWU .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS5TVRpWU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS5TVRpWU .navbar.collapsed {
  justify-content: center;
}
.cid-uRS5TVRpWU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS5TVRpWU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS5TVRpWU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS5TVRpWU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS5TVRpWU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS5TVRpWU .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-uRS5TVRpWU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS5TVRpWU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS5TVRpWU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS5TVRpWU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS5TVRpWU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS5TVRpWU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS5TVRpWU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS5TVRpWU .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-uRS5TVRpWU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS5TVRpWU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS5TVRpWU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS5TVRpWU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS5TVRpWU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS5TVRpWU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS5TVRpWU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS5TVRpWU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS5TVRpWU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS5TVRpWU .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS5TVRpWU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS5TVRpWU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS5TVRpWU .dropdown-item.active,
.cid-uRS5TVRpWU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS5TVRpWU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS5TVRpWU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS5TVRpWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS5TVRpWU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS5TVRpWU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS5TVRpWU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS5TVRpWU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS5TVRpWU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS5TVRpWU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS5TVRpWU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS5TVRpWU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS5TVRpWU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5TVRpWU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS5TVRpWU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS5TVRpWU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5TVRpWU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS5TVRpWU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS5TVRpWU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS5TVRpWU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS5TVRpWU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS5TVRpWU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS5TVRpWU .navbar {
    height: 70px;
  }
  .cid-uRS5TVRpWU .navbar.opened {
    height: auto;
  }
  .cid-uRS5TVRpWU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS5TWB8r2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS5TWB8r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TWB8r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5TWB8r2 .text2 {
  line-height: 1.5;
}
.cid-uRS5TWB8r2 .btn {
  border-radius: 0px;
}
.cid-uRS5TWB8r2 .btn-black-outline:hover,
.cid-uRS5TWB8r2 .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS5TWB8r2 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS5TWB8r2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS5TWB8r2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS5TWB8r2 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS5TWB8r2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS5TWMlfc {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS5TWMlfc {
    align-items: flex-start;
  }
  .cid-uRS5TWMlfc .row {
    justify-content: flex-start;
  }
}
.cid-uRS5TWMlfc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS5TWMlfc .mbr-text,
.cid-uRS5TWMlfc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS5TWMlfc .mbr-section-title,
.cid-uRS5TWMlfc .line {
  color: #232323;
}
.cid-uRS5TWMlfc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS5TWMlfc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS5TWMlfc .mbr-section-subtitle,
.cid-uRS5TWMlfc .align {
  text-align: left;
  color: #232323;
}
.cid-uRS5TWMlfc .mbr-text2 {
  color: #808080;
}
.cid-uRS5TWVnds {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS5TWVnds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TWVnds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5TWVnds .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS5TWVnds .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5TWVnds .container {
    padding: 0 15px;
  }
}
.cid-uRS5TWVnds .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5TWVnds .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5TWVnds .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5TWVnds .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS5TWVnds .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5TWVnds .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5TWVnds .mbr-section-title {
  color: #131c28;
}
.cid-uRS5TWVnds .mbr-desc {
  color: #fafafa;
}
.cid-uRS5TWVnds .mbr-text {
  color: #e1e5f0;
}
.cid-uRS5TWVnds .mbr-section-title,
.cid-uRS5TWVnds .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS5TXcjlK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS5TXcjlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TXcjlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5TXcjlK .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS5TXcjlK .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS5TXcjlK .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS5TXcjlK .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS5TXcjlK .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS5TXcjlK .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS5TXcjlK .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS5TXcjlK .panel-title-edit {
  color: #000000;
}
.cid-uRS5TXcjlK .panel-text {
  color: #d7d2d2;
}
.cid-uRS5TXcjlK .panel-text,
.cid-uRS5TXcjlK .panel-body {
  color: #353535;
}
.cid-uRS5TXcjlK .mbr-section-title,
.cid-uRS5TXcjlK .mbr-section-btn,
.cid-uRS5TXcjlK .title-wrapper {
  color: #0070c0;
}
.cid-uRS5TXsr7t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS5TXsr7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TXsr7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS5TXsr7t .container {
    padding: 0 15px;
  }
}
.cid-uRS5TXsr7t .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS5TXsr7t .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS5TXsr7t .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS5TXsr7t .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS5TXsr7t .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS5TXsr7t .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS5TXsr7t .mbr-section-title {
  color: #131c28;
}
.cid-uRS5TXsr7t .mbr-desc {
  color: #131c28;
}
.cid-uRS5TXsr7t .mbr-text {
  text-align: center;
}
.cid-uRS5TXCcKD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS5TXCcKD::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS5TXCcKD::before {
    opacity: .4;
  }
}
.cid-uRS5TXCcKD::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS5TXCcKD::after {
    opacity: .4;
  }
}
.cid-uRS5TXCcKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TXCcKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5TXCcKD .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS5TXCcKD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5TXCcKD .container {
    padding: 0 16px;
  }
}
.cid-uRS5TXCcKD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS5TXCcKD .row .card {
  justify-content: flex-end;
}
.cid-uRS5TXCcKD .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS5TXCcKD .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5TXCcKD .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS5TXCcKD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS5TXCcKD .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS5TXCcKD .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS5TXCcKD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS5TXCcKD .mbr-section-title {
  color: #000000;
}
.cid-uRS5TXCcKD .mbr-text {
  color: #000000;
}
.cid-uRS5TXCcKD .mbr-section-title,
.cid-uRS5TXCcKD .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS5TXPrG8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS5TXPrG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS5TXPrG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS5TXPrG8 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS5TXPrG8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5TXPrG8 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS5TXPrG8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS5TXPrG8 .container {
    padding: 0 14px;
  }
}
.cid-uRS5TXPrG8 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS5TXPrG8 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS5TXPrG8 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS5TXPrG8 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS5TXPrG8 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS5TXPrG8 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS5TXPrG8 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS5TY0hc8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS5TY0hc8 .container-fluid,
.cid-uRS5TY0hc8 .container {
  position: relative;
}
.cid-uRS5TY0hc8 .container-fluid::before,
.cid-uRS5TY0hc8 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS5TY0hc8 .container-fluid::before,
  .cid-uRS5TY0hc8 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .container-fluid::before,
  .cid-uRS5TY0hc8 .container::before {
    display: none;
  }
}
.cid-uRS5TY0hc8 .media-wrap {
  height: 300px;
}
.cid-uRS5TY0hc8 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS5TY0hc8 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS5TY0hc8 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS5TY0hc8 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS5TY0hc8 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS5TY0hc8 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS5TY0hc8 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS5TY0hc8 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS5TY0hc8 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS5TY0hc8 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS5TY0hc8 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS5TY0hc8 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS5TY0hc8 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS5TY0hc8 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS5TY0hc8 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS5TY0hc8 .mbr-text {
  color: #bcbfca;
}
.cid-uRS5TY0hc8 .mbr-desc {
  color: #fafafa;
}
.cid-uRS5TY0hc8 .mbr-link {
  color: #353535;
}
.cid-uRS5TY0hc8 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS5TY0hc8 .mbr-text,
.cid-uRS5TY0hc8 .icon-wrapper {
  color: #fafafa;
}
.cid-uRS63sKyLp {
  z-index: 1000;
  width: 100%;
}
.cid-uRS63sKyLp nav.navbar {
  position: fixed;
}
.cid-uRS63sKyLp .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS63sKyLp .btn-padding span {
  line-height: 10px;
}
.cid-uRS63sKyLp .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-uRS63sKyLp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS63sKyLp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS63sKyLp .dropdown-item:hover,
.cid-uRS63sKyLp .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS63sKyLp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS63sKyLp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS63sKyLp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS63sKyLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS63sKyLp .nav-link {
  position: relative;
}
.cid-uRS63sKyLp .container {
  display: flex;
  margin: auto;
}
.cid-uRS63sKyLp .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS63sKyLp .dropdown-menu,
.cid-uRS63sKyLp .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS63sKyLp .nav-item:focus,
.cid-uRS63sKyLp .nav-link:focus {
  outline: none;
}
.cid-uRS63sKyLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS63sKyLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS63sKyLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS63sKyLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS63sKyLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS63sKyLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS63sKyLp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS63sKyLp .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS63sKyLp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS63sKyLp .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS63sKyLp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS63sKyLp .navbar.collapsed {
  justify-content: center;
}
.cid-uRS63sKyLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS63sKyLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS63sKyLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS63sKyLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS63sKyLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS63sKyLp .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-uRS63sKyLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS63sKyLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS63sKyLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS63sKyLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS63sKyLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS63sKyLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS63sKyLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS63sKyLp .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-uRS63sKyLp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS63sKyLp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS63sKyLp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS63sKyLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS63sKyLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS63sKyLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS63sKyLp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS63sKyLp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS63sKyLp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS63sKyLp .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS63sKyLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS63sKyLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS63sKyLp .dropdown-item.active,
.cid-uRS63sKyLp .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS63sKyLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS63sKyLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS63sKyLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS63sKyLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS63sKyLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS63sKyLp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS63sKyLp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS63sKyLp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS63sKyLp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS63sKyLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS63sKyLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS63sKyLp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS63sKyLp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS63sKyLp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS63sKyLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS63sKyLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS63sKyLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS63sKyLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS63sKyLp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS63sKyLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS63sKyLp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS63sKyLp .navbar {
    height: 70px;
  }
  .cid-uRS63sKyLp .navbar.opened {
    height: auto;
  }
  .cid-uRS63sKyLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS63txZDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS63txZDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63txZDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS63txZDV .text2 {
  line-height: 1.5;
}
.cid-uRS63txZDV .btn {
  border-radius: 0px;
}
.cid-uRS63txZDV .btn-black-outline:hover,
.cid-uRS63txZDV .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS63txZDV .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS63txZDV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS63txZDV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS63txZDV .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS63txZDV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS63tKazQ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS63tKazQ {
    align-items: flex-start;
  }
  .cid-uRS63tKazQ .row {
    justify-content: flex-start;
  }
}
.cid-uRS63tKazQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS63tKazQ .mbr-text,
.cid-uRS63tKazQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS63tKazQ .mbr-section-title,
.cid-uRS63tKazQ .line {
  color: #232323;
}
.cid-uRS63tKazQ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS63tKazQ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS63tKazQ .mbr-section-subtitle,
.cid-uRS63tKazQ .align {
  text-align: left;
  color: #232323;
}
.cid-uRS63tKazQ .mbr-text2 {
  color: #808080;
}
.cid-uRS63tVIf4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS63tVIf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63tVIf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS63tVIf4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS63tVIf4 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS63tVIf4 .container {
    padding: 0 15px;
  }
}
.cid-uRS63tVIf4 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS63tVIf4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS63tVIf4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS63tVIf4 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS63tVIf4 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS63tVIf4 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS63tVIf4 .mbr-section-title {
  color: #131c28;
}
.cid-uRS63tVIf4 .mbr-desc {
  color: #fafafa;
}
.cid-uRS63tVIf4 .mbr-text {
  color: #e1e5f0;
}
.cid-uRS63tVIf4 .mbr-section-title,
.cid-uRS63tVIf4 .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS63u6RJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS63u6RJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63u6RJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS63u6RJL .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS63u6RJL .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS63u6RJL .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS63u6RJL .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS63u6RJL .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS63u6RJL .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS63u6RJL .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS63u6RJL .panel-title-edit {
  color: #000000;
}
.cid-uRS63u6RJL .panel-text {
  color: #d7d2d2;
}
.cid-uRS63u6RJL .panel-text,
.cid-uRS63u6RJL .panel-body {
  color: #353535;
}
.cid-uRS63u6RJL .mbr-section-title,
.cid-uRS63u6RJL .mbr-section-btn,
.cid-uRS63u6RJL .title-wrapper {
  color: #0070c0;
}
.cid-uRS63uovQb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS63uovQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63uovQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS63uovQb .container {
    padding: 0 15px;
  }
}
.cid-uRS63uovQb .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS63uovQb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS63uovQb .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS63uovQb .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS63uovQb .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS63uovQb .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS63uovQb .mbr-section-title {
  color: #131c28;
}
.cid-uRS63uovQb .mbr-desc {
  color: #131c28;
}
.cid-uRS63uovQb .mbr-text {
  text-align: center;
}
.cid-uRS63uAOEB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS63uAOEB::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS63uAOEB::before {
    opacity: .4;
  }
}
.cid-uRS63uAOEB::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS63uAOEB::after {
    opacity: .4;
  }
}
.cid-uRS63uAOEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63uAOEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS63uAOEB .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS63uAOEB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS63uAOEB .container {
    padding: 0 16px;
  }
}
.cid-uRS63uAOEB .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS63uAOEB .row .card {
  justify-content: flex-end;
}
.cid-uRS63uAOEB .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS63uAOEB .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS63uAOEB .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS63uAOEB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS63uAOEB .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS63uAOEB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS63uAOEB .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS63uAOEB .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS63uAOEB .mbr-section-title {
  color: #000000;
}
.cid-uRS63uAOEB .mbr-text {
  color: #000000;
}
.cid-uRS63uAOEB .mbr-section-title,
.cid-uRS63uAOEB .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS63uMNzr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS63uMNzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS63uMNzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS63uMNzr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS63uMNzr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS63uMNzr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS63uMNzr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS63uMNzr .container {
    padding: 0 14px;
  }
}
.cid-uRS63uMNzr .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS63uMNzr .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS63uMNzr .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS63uMNzr .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS63uMNzr .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS63uMNzr .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS63uMNzr .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS63uYB9y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS63uYB9y .container-fluid,
.cid-uRS63uYB9y .container {
  position: relative;
}
.cid-uRS63uYB9y .container-fluid::before,
.cid-uRS63uYB9y .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS63uYB9y .container-fluid::before,
  .cid-uRS63uYB9y .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .container-fluid::before,
  .cid-uRS63uYB9y .container::before {
    display: none;
  }
}
.cid-uRS63uYB9y .media-wrap {
  height: 300px;
}
.cid-uRS63uYB9y .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS63uYB9y .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS63uYB9y .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS63uYB9y .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS63uYB9y .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS63uYB9y .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS63uYB9y .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS63uYB9y .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS63uYB9y .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS63uYB9y .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS63uYB9y .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS63uYB9y .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS63uYB9y .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS63uYB9y .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS63uYB9y .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS63uYB9y .mbr-text {
  color: #bcbfca;
}
.cid-uRS63uYB9y .mbr-desc {
  color: #fafafa;
}
.cid-uRS63uYB9y .mbr-link {
  color: #353535;
}
.cid-uRS63uYB9y .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS63uYB9y .mbr-text,
.cid-uRS63uYB9y .icon-wrapper {
  color: #fafafa;
}
.cid-uRS6aPrtzY {
  z-index: 1000;
  width: 100%;
}
.cid-uRS6aPrtzY nav.navbar {
  position: fixed;
}
.cid-uRS6aPrtzY .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS6aPrtzY .btn-padding span {
  line-height: 10px;
}
.cid-uRS6aPrtzY .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-uRS6aPrtzY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS6aPrtzY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS6aPrtzY .dropdown-item:hover,
.cid-uRS6aPrtzY .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS6aPrtzY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS6aPrtzY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS6aPrtzY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS6aPrtzY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS6aPrtzY .nav-link {
  position: relative;
}
.cid-uRS6aPrtzY .container {
  display: flex;
  margin: auto;
}
.cid-uRS6aPrtzY .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS6aPrtzY .dropdown-menu,
.cid-uRS6aPrtzY .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS6aPrtzY .nav-item:focus,
.cid-uRS6aPrtzY .nav-link:focus {
  outline: none;
}
.cid-uRS6aPrtzY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS6aPrtzY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS6aPrtzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS6aPrtzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS6aPrtzY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS6aPrtzY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS6aPrtzY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS6aPrtzY .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS6aPrtzY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS6aPrtzY .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS6aPrtzY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS6aPrtzY .navbar.collapsed {
  justify-content: center;
}
.cid-uRS6aPrtzY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS6aPrtzY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS6aPrtzY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS6aPrtzY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS6aPrtzY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS6aPrtzY .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-uRS6aPrtzY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS6aPrtzY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS6aPrtzY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS6aPrtzY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS6aPrtzY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS6aPrtzY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS6aPrtzY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS6aPrtzY .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-uRS6aPrtzY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS6aPrtzY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS6aPrtzY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS6aPrtzY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS6aPrtzY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS6aPrtzY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS6aPrtzY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS6aPrtzY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS6aPrtzY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS6aPrtzY .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS6aPrtzY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS6aPrtzY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS6aPrtzY .dropdown-item.active,
.cid-uRS6aPrtzY .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS6aPrtzY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS6aPrtzY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS6aPrtzY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS6aPrtzY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS6aPrtzY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS6aPrtzY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS6aPrtzY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS6aPrtzY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS6aPrtzY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS6aPrtzY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS6aPrtzY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS6aPrtzY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6aPrtzY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6aPrtzY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS6aPrtzY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6aPrtzY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS6aPrtzY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS6aPrtzY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6aPrtzY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS6aPrtzY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS6aPrtzY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS6aPrtzY .navbar {
    height: 70px;
  }
  .cid-uRS6aPrtzY .navbar.opened {
    height: auto;
  }
  .cid-uRS6aPrtzY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS6aQjhwu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS6aQjhwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aQjhwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6aQjhwu .text2 {
  line-height: 1.5;
}
.cid-uRS6aQjhwu .btn {
  border-radius: 0px;
}
.cid-uRS6aQjhwu .btn-black-outline:hover,
.cid-uRS6aQjhwu .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS6aQjhwu .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS6aQjhwu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS6aQjhwu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS6aQjhwu .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS6aQjhwu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS6aQwI4B {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS6aQwI4B {
    align-items: flex-start;
  }
  .cid-uRS6aQwI4B .row {
    justify-content: flex-start;
  }
}
.cid-uRS6aQwI4B .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS6aQwI4B .mbr-text,
.cid-uRS6aQwI4B .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS6aQwI4B .mbr-section-title,
.cid-uRS6aQwI4B .line {
  color: #232323;
}
.cid-uRS6aQwI4B h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS6aQwI4B h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS6aQwI4B .mbr-section-subtitle,
.cid-uRS6aQwI4B .align {
  text-align: left;
  color: #232323;
}
.cid-uRS6aQwI4B .mbr-text2 {
  color: #808080;
}
.cid-uRS6aQHum8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS6aQHum8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aQHum8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6aQHum8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS6aQHum8 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6aQHum8 .container {
    padding: 0 15px;
  }
}
.cid-uRS6aQHum8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6aQHum8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6aQHum8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6aQHum8 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS6aQHum8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6aQHum8 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6aQHum8 .mbr-section-title {
  color: #131c28;
}
.cid-uRS6aQHum8 .mbr-desc {
  color: #fafafa;
}
.cid-uRS6aQHum8 .mbr-text {
  color: #e1e5f0;
}
.cid-uRS6aQHum8 .mbr-section-title,
.cid-uRS6aQHum8 .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS6aQShcx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS6aQShcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aQShcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6aQShcx .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS6aQShcx .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS6aQShcx .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS6aQShcx .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS6aQShcx .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS6aQShcx .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS6aQShcx .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS6aQShcx .panel-title-edit {
  color: #000000;
}
.cid-uRS6aQShcx .panel-text {
  color: #d7d2d2;
}
.cid-uRS6aQShcx .panel-text,
.cid-uRS6aQShcx .panel-body {
  color: #353535;
}
.cid-uRS6aQShcx .mbr-section-title,
.cid-uRS6aQShcx .mbr-section-btn,
.cid-uRS6aQShcx .title-wrapper {
  color: #0070c0;
}
.cid-uRS6aR8zAE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS6aR8zAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aR8zAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS6aR8zAE .container {
    padding: 0 15px;
  }
}
.cid-uRS6aR8zAE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6aR8zAE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6aR8zAE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6aR8zAE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS6aR8zAE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6aR8zAE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6aR8zAE .mbr-section-title {
  color: #131c28;
}
.cid-uRS6aR8zAE .mbr-desc {
  color: #131c28;
}
.cid-uRS6aR8zAE .mbr-text {
  text-align: center;
}
.cid-uRS6aRkOki {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS6aRkOki::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS6aRkOki::before {
    opacity: .4;
  }
}
.cid-uRS6aRkOki::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS6aRkOki::after {
    opacity: .4;
  }
}
.cid-uRS6aRkOki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aRkOki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6aRkOki .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS6aRkOki .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6aRkOki .container {
    padding: 0 16px;
  }
}
.cid-uRS6aRkOki .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS6aRkOki .row .card {
  justify-content: flex-end;
}
.cid-uRS6aRkOki .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS6aRkOki .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6aRkOki .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS6aRkOki .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS6aRkOki .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS6aRkOki .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS6aRkOki .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6aRkOki .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS6aRkOki .mbr-section-title {
  color: #000000;
}
.cid-uRS6aRkOki .mbr-text {
  color: #000000;
}
.cid-uRS6aRkOki .mbr-section-title,
.cid-uRS6aRkOki .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS6aRA7Jb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS6aRA7Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6aRA7Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6aRA7Jb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS6aRA7Jb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6aRA7Jb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6aRA7Jb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6aRA7Jb .container {
    padding: 0 14px;
  }
}
.cid-uRS6aRA7Jb .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS6aRA7Jb .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS6aRA7Jb .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS6aRA7Jb .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS6aRA7Jb .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS6aRA7Jb .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS6aRA7Jb .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS6aRLn5R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS6aRLn5R .container-fluid,
.cid-uRS6aRLn5R .container {
  position: relative;
}
.cid-uRS6aRLn5R .container-fluid::before,
.cid-uRS6aRLn5R .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS6aRLn5R .container-fluid::before,
  .cid-uRS6aRLn5R .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .container-fluid::before,
  .cid-uRS6aRLn5R .container::before {
    display: none;
  }
}
.cid-uRS6aRLn5R .media-wrap {
  height: 300px;
}
.cid-uRS6aRLn5R .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS6aRLn5R .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS6aRLn5R .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS6aRLn5R .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS6aRLn5R .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS6aRLn5R .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS6aRLn5R .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS6aRLn5R .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS6aRLn5R .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS6aRLn5R .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS6aRLn5R .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS6aRLn5R .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS6aRLn5R .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS6aRLn5R .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6aRLn5R .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS6aRLn5R .mbr-text {
  color: #bcbfca;
}
.cid-uRS6aRLn5R .mbr-desc {
  color: #fafafa;
}
.cid-uRS6aRLn5R .mbr-link {
  color: #353535;
}
.cid-uRS6aRLn5R .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS6aRLn5R .mbr-text,
.cid-uRS6aRLn5R .icon-wrapper {
  color: #fafafa;
}
.cid-uRS6gYnmWe {
  z-index: 1000;
  width: 100%;
}
.cid-uRS6gYnmWe nav.navbar {
  position: fixed;
}
.cid-uRS6gYnmWe .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS6gYnmWe .btn-padding span {
  line-height: 10px;
}
.cid-uRS6gYnmWe .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-uRS6gYnmWe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS6gYnmWe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS6gYnmWe .dropdown-item:hover,
.cid-uRS6gYnmWe .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS6gYnmWe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS6gYnmWe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS6gYnmWe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS6gYnmWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS6gYnmWe .nav-link {
  position: relative;
}
.cid-uRS6gYnmWe .container {
  display: flex;
  margin: auto;
}
.cid-uRS6gYnmWe .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS6gYnmWe .dropdown-menu,
.cid-uRS6gYnmWe .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS6gYnmWe .nav-item:focus,
.cid-uRS6gYnmWe .nav-link:focus {
  outline: none;
}
.cid-uRS6gYnmWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS6gYnmWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS6gYnmWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS6gYnmWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS6gYnmWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS6gYnmWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS6gYnmWe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS6gYnmWe .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS6gYnmWe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS6gYnmWe .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS6gYnmWe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS6gYnmWe .navbar.collapsed {
  justify-content: center;
}
.cid-uRS6gYnmWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS6gYnmWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS6gYnmWe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS6gYnmWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS6gYnmWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS6gYnmWe .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-uRS6gYnmWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS6gYnmWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS6gYnmWe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS6gYnmWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS6gYnmWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS6gYnmWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS6gYnmWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS6gYnmWe .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-uRS6gYnmWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS6gYnmWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS6gYnmWe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS6gYnmWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS6gYnmWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS6gYnmWe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS6gYnmWe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS6gYnmWe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS6gYnmWe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS6gYnmWe .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS6gYnmWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS6gYnmWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS6gYnmWe .dropdown-item.active,
.cid-uRS6gYnmWe .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS6gYnmWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS6gYnmWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS6gYnmWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS6gYnmWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS6gYnmWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS6gYnmWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS6gYnmWe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS6gYnmWe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS6gYnmWe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS6gYnmWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS6gYnmWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS6gYnmWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6gYnmWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6gYnmWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS6gYnmWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6gYnmWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS6gYnmWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS6gYnmWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6gYnmWe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS6gYnmWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS6gYnmWe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS6gYnmWe .navbar {
    height: 70px;
  }
  .cid-uRS6gYnmWe .navbar.opened {
    height: auto;
  }
  .cid-uRS6gYnmWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS6gZc4VI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS6gZc4VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6gZc4VI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6gZc4VI .text2 {
  line-height: 1.5;
}
.cid-uRS6gZc4VI .btn {
  border-radius: 0px;
}
.cid-uRS6gZc4VI .btn-black-outline:hover,
.cid-uRS6gZc4VI .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS6gZc4VI .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS6gZc4VI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS6gZc4VI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS6gZc4VI .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS6gZc4VI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS6gZoVJl {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS6gZoVJl {
    align-items: flex-start;
  }
  .cid-uRS6gZoVJl .row {
    justify-content: flex-start;
  }
}
.cid-uRS6gZoVJl .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS6gZoVJl .mbr-text,
.cid-uRS6gZoVJl .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS6gZoVJl .mbr-section-title,
.cid-uRS6gZoVJl .line {
  color: #232323;
}
.cid-uRS6gZoVJl h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS6gZoVJl h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS6gZoVJl .mbr-section-subtitle,
.cid-uRS6gZoVJl .align {
  text-align: left;
  color: #232323;
}
.cid-uRS6gZoVJl .mbr-text2 {
  color: #808080;
}
.cid-uRS6gZByxa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS6gZByxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6gZByxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6gZByxa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS6gZByxa .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6gZByxa .container {
    padding: 0 15px;
  }
}
.cid-uRS6gZByxa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6gZByxa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6gZByxa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6gZByxa .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS6gZByxa .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6gZByxa .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6gZByxa .mbr-section-title {
  color: #131c28;
}
.cid-uRS6gZByxa .mbr-desc {
  color: #fafafa;
}
.cid-uRS6gZByxa .mbr-text {
  color: #e1e5f0;
}
.cid-uRS6gZByxa .mbr-section-title,
.cid-uRS6gZByxa .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS6gZLbY7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS6gZLbY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6gZLbY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6gZLbY7 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS6gZLbY7 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS6gZLbY7 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS6gZLbY7 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS6gZLbY7 .panel-title-edit {
  color: #000000;
}
.cid-uRS6gZLbY7 .panel-text {
  color: #d7d2d2;
}
.cid-uRS6gZLbY7 .panel-text,
.cid-uRS6gZLbY7 .panel-body {
  color: #353535;
}
.cid-uRS6gZLbY7 .mbr-section-title,
.cid-uRS6gZLbY7 .mbr-section-btn,
.cid-uRS6gZLbY7 .title-wrapper {
  color: #0070c0;
}
.cid-uRS6h01jAD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS6h01jAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6h01jAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS6h01jAD .container {
    padding: 0 15px;
  }
}
.cid-uRS6h01jAD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6h01jAD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6h01jAD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6h01jAD .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS6h01jAD .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6h01jAD .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6h01jAD .mbr-section-title {
  color: #131c28;
}
.cid-uRS6h01jAD .mbr-desc {
  color: #131c28;
}
.cid-uRS6h01jAD .mbr-text {
  text-align: center;
}
.cid-uRS6h0cVTx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS6h0cVTx::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS6h0cVTx::before {
    opacity: .4;
  }
}
.cid-uRS6h0cVTx::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS6h0cVTx::after {
    opacity: .4;
  }
}
.cid-uRS6h0cVTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6h0cVTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6h0cVTx .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS6h0cVTx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6h0cVTx .container {
    padding: 0 16px;
  }
}
.cid-uRS6h0cVTx .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS6h0cVTx .row .card {
  justify-content: flex-end;
}
.cid-uRS6h0cVTx .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS6h0cVTx .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6h0cVTx .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS6h0cVTx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS6h0cVTx .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS6h0cVTx .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6h0cVTx .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS6h0cVTx .mbr-section-title {
  color: #000000;
}
.cid-uRS6h0cVTx .mbr-text {
  color: #000000;
}
.cid-uRS6h0cVTx .mbr-section-title,
.cid-uRS6h0cVTx .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS6h0q9bN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS6h0q9bN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6h0q9bN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6h0q9bN .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS6h0q9bN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6h0q9bN .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6h0q9bN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6h0q9bN .container {
    padding: 0 14px;
  }
}
.cid-uRS6h0q9bN .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS6h0q9bN .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS6h0q9bN .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS6h0q9bN .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS6h0q9bN .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS6h0q9bN .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS6h0q9bN .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS6h0EC8g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS6h0EC8g .container-fluid,
.cid-uRS6h0EC8g .container {
  position: relative;
}
.cid-uRS6h0EC8g .container-fluid::before,
.cid-uRS6h0EC8g .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS6h0EC8g .container-fluid::before,
  .cid-uRS6h0EC8g .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .container-fluid::before,
  .cid-uRS6h0EC8g .container::before {
    display: none;
  }
}
.cid-uRS6h0EC8g .media-wrap {
  height: 300px;
}
.cid-uRS6h0EC8g .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS6h0EC8g .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS6h0EC8g .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS6h0EC8g .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS6h0EC8g .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS6h0EC8g .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS6h0EC8g .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS6h0EC8g .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS6h0EC8g .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS6h0EC8g .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS6h0EC8g .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS6h0EC8g .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS6h0EC8g .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS6h0EC8g .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6h0EC8g .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS6h0EC8g .mbr-text {
  color: #bcbfca;
}
.cid-uRS6h0EC8g .mbr-desc {
  color: #fafafa;
}
.cid-uRS6h0EC8g .mbr-link {
  color: #353535;
}
.cid-uRS6h0EC8g .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS6h0EC8g .mbr-text,
.cid-uRS6h0EC8g .icon-wrapper {
  color: #fafafa;
}
.cid-uRS6oodcT3 {
  z-index: 1000;
  width: 100%;
}
.cid-uRS6oodcT3 nav.navbar {
  position: fixed;
}
.cid-uRS6oodcT3 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS6oodcT3 .btn-padding span {
  line-height: 10px;
}
.cid-uRS6oodcT3 .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-uRS6oodcT3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS6oodcT3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS6oodcT3 .dropdown-item:hover,
.cid-uRS6oodcT3 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS6oodcT3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS6oodcT3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS6oodcT3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS6oodcT3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS6oodcT3 .nav-link {
  position: relative;
}
.cid-uRS6oodcT3 .container {
  display: flex;
  margin: auto;
}
.cid-uRS6oodcT3 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS6oodcT3 .dropdown-menu,
.cid-uRS6oodcT3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS6oodcT3 .nav-item:focus,
.cid-uRS6oodcT3 .nav-link:focus {
  outline: none;
}
.cid-uRS6oodcT3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS6oodcT3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS6oodcT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS6oodcT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS6oodcT3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS6oodcT3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS6oodcT3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS6oodcT3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS6oodcT3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS6oodcT3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS6oodcT3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS6oodcT3 .navbar.collapsed {
  justify-content: center;
}
.cid-uRS6oodcT3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS6oodcT3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS6oodcT3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS6oodcT3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS6oodcT3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS6oodcT3 .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-uRS6oodcT3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS6oodcT3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS6oodcT3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS6oodcT3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS6oodcT3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS6oodcT3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS6oodcT3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS6oodcT3 .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-uRS6oodcT3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS6oodcT3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS6oodcT3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS6oodcT3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS6oodcT3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS6oodcT3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS6oodcT3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS6oodcT3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS6oodcT3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS6oodcT3 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS6oodcT3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS6oodcT3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS6oodcT3 .dropdown-item.active,
.cid-uRS6oodcT3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS6oodcT3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS6oodcT3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS6oodcT3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS6oodcT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS6oodcT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS6oodcT3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS6oodcT3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS6oodcT3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS6oodcT3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS6oodcT3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS6oodcT3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS6oodcT3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6oodcT3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6oodcT3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS6oodcT3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6oodcT3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS6oodcT3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS6oodcT3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6oodcT3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS6oodcT3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS6oodcT3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS6oodcT3 .navbar {
    height: 70px;
  }
  .cid-uRS6oodcT3 .navbar.opened {
    height: auto;
  }
  .cid-uRS6oodcT3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS6ooZndG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS6ooZndG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6ooZndG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6ooZndG .text2 {
  line-height: 1.5;
}
.cid-uRS6ooZndG .btn {
  border-radius: 0px;
}
.cid-uRS6ooZndG .btn-black-outline:hover,
.cid-uRS6ooZndG .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS6ooZndG .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS6ooZndG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS6ooZndG .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS6ooZndG .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS6ooZndG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS6opavj4 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS6opavj4 {
    align-items: flex-start;
  }
  .cid-uRS6opavj4 .row {
    justify-content: flex-start;
  }
}
.cid-uRS6opavj4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS6opavj4 .mbr-text,
.cid-uRS6opavj4 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS6opavj4 .mbr-section-title,
.cid-uRS6opavj4 .line {
  color: #232323;
}
.cid-uRS6opavj4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS6opavj4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS6opavj4 .mbr-section-subtitle,
.cid-uRS6opavj4 .align {
  text-align: left;
  color: #232323;
}
.cid-uRS6opavj4 .mbr-text2 {
  color: #808080;
}
.cid-uRS6opk9iW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS6opk9iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6opk9iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6opk9iW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS6opk9iW .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6opk9iW .container {
    padding: 0 15px;
  }
}
.cid-uRS6opk9iW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6opk9iW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6opk9iW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6opk9iW .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS6opk9iW .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6opk9iW .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6opk9iW .mbr-section-title {
  color: #131c28;
}
.cid-uRS6opk9iW .mbr-desc {
  color: #fafafa;
}
.cid-uRS6opk9iW .mbr-text {
  color: #e1e5f0;
}
.cid-uRS6opk9iW .mbr-section-title,
.cid-uRS6opk9iW .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS6opvfvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS6opvfvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6opvfvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6opvfvd .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS6opvfvd .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS6opvfvd .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS6opvfvd .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS6opvfvd .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS6opvfvd .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS6opvfvd .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS6opvfvd .panel-title-edit {
  color: #000000;
}
.cid-uRS6opvfvd .panel-text {
  color: #d7d2d2;
}
.cid-uRS6opvfvd .panel-text,
.cid-uRS6opvfvd .panel-body {
  color: #353535;
}
.cid-uRS6opvfvd .mbr-section-title,
.cid-uRS6opvfvd .mbr-section-btn,
.cid-uRS6opvfvd .title-wrapper {
  color: #0070c0;
}
.cid-uRS6opNys3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS6opNys3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6opNys3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS6opNys3 .container {
    padding: 0 15px;
  }
}
.cid-uRS6opNys3 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6opNys3 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6opNys3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6opNys3 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS6opNys3 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6opNys3 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6opNys3 .mbr-section-title {
  color: #131c28;
}
.cid-uRS6opNys3 .mbr-desc {
  color: #131c28;
}
.cid-uRS6opNys3 .mbr-text {
  text-align: center;
}
.cid-uRS6opYLoL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS6opYLoL::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS6opYLoL::before {
    opacity: .4;
  }
}
.cid-uRS6opYLoL::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS6opYLoL::after {
    opacity: .4;
  }
}
.cid-uRS6opYLoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6opYLoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6opYLoL .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS6opYLoL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6opYLoL .container {
    padding: 0 16px;
  }
}
.cid-uRS6opYLoL .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS6opYLoL .row .card {
  justify-content: flex-end;
}
.cid-uRS6opYLoL .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS6opYLoL .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6opYLoL .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS6opYLoL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS6opYLoL .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS6opYLoL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS6opYLoL .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6opYLoL .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS6opYLoL .mbr-section-title {
  color: #000000;
}
.cid-uRS6opYLoL .mbr-text {
  color: #000000;
}
.cid-uRS6opYLoL .mbr-section-title,
.cid-uRS6opYLoL .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS6oqcmDS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS6oqcmDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6oqcmDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6oqcmDS .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS6oqcmDS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6oqcmDS .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6oqcmDS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6oqcmDS .container {
    padding: 0 14px;
  }
}
.cid-uRS6oqcmDS .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS6oqcmDS .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS6oqcmDS .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS6oqcmDS .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS6oqcmDS .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS6oqcmDS .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS6oqcmDS .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS6oqnjvy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS6oqnjvy .container-fluid,
.cid-uRS6oqnjvy .container {
  position: relative;
}
.cid-uRS6oqnjvy .container-fluid::before,
.cid-uRS6oqnjvy .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS6oqnjvy .container-fluid::before,
  .cid-uRS6oqnjvy .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .container-fluid::before,
  .cid-uRS6oqnjvy .container::before {
    display: none;
  }
}
.cid-uRS6oqnjvy .media-wrap {
  height: 300px;
}
.cid-uRS6oqnjvy .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS6oqnjvy .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS6oqnjvy .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS6oqnjvy .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS6oqnjvy .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS6oqnjvy .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS6oqnjvy .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS6oqnjvy .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS6oqnjvy .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS6oqnjvy .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS6oqnjvy .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS6oqnjvy .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS6oqnjvy .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS6oqnjvy .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6oqnjvy .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS6oqnjvy .mbr-text {
  color: #bcbfca;
}
.cid-uRS6oqnjvy .mbr-desc {
  color: #fafafa;
}
.cid-uRS6oqnjvy .mbr-link {
  color: #353535;
}
.cid-uRS6oqnjvy .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS6oqnjvy .mbr-text,
.cid-uRS6oqnjvy .icon-wrapper {
  color: #fafafa;
}
.cid-uRS6OaKRyu {
  z-index: 1000;
  width: 100%;
}
.cid-uRS6OaKRyu nav.navbar {
  position: fixed;
}
.cid-uRS6OaKRyu .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS6OaKRyu .btn-padding span {
  line-height: 10px;
}
.cid-uRS6OaKRyu .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-uRS6OaKRyu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS6OaKRyu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS6OaKRyu .dropdown-item:hover,
.cid-uRS6OaKRyu .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS6OaKRyu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS6OaKRyu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS6OaKRyu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS6OaKRyu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS6OaKRyu .nav-link {
  position: relative;
}
.cid-uRS6OaKRyu .container {
  display: flex;
  margin: auto;
}
.cid-uRS6OaKRyu .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS6OaKRyu .dropdown-menu,
.cid-uRS6OaKRyu .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS6OaKRyu .nav-item:focus,
.cid-uRS6OaKRyu .nav-link:focus {
  outline: none;
}
.cid-uRS6OaKRyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS6OaKRyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS6OaKRyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS6OaKRyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS6OaKRyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS6OaKRyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS6OaKRyu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS6OaKRyu .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS6OaKRyu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS6OaKRyu .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS6OaKRyu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS6OaKRyu .navbar.collapsed {
  justify-content: center;
}
.cid-uRS6OaKRyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS6OaKRyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS6OaKRyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS6OaKRyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS6OaKRyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS6OaKRyu .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-uRS6OaKRyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS6OaKRyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS6OaKRyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS6OaKRyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS6OaKRyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS6OaKRyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS6OaKRyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS6OaKRyu .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-uRS6OaKRyu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS6OaKRyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS6OaKRyu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS6OaKRyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS6OaKRyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS6OaKRyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS6OaKRyu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS6OaKRyu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS6OaKRyu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS6OaKRyu .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS6OaKRyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS6OaKRyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS6OaKRyu .dropdown-item.active,
.cid-uRS6OaKRyu .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS6OaKRyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS6OaKRyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS6OaKRyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS6OaKRyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS6OaKRyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS6OaKRyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS6OaKRyu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS6OaKRyu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS6OaKRyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS6OaKRyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS6OaKRyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS6OaKRyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6OaKRyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS6OaKRyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS6OaKRyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6OaKRyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS6OaKRyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS6OaKRyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS6OaKRyu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS6OaKRyu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS6OaKRyu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS6OaKRyu .navbar {
    height: 70px;
  }
  .cid-uRS6OaKRyu .navbar.opened {
    height: auto;
  }
  .cid-uRS6OaKRyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS6ObE6xj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS6ObE6xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6ObE6xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6ObE6xj .text2 {
  line-height: 1.5;
}
.cid-uRS6ObE6xj .btn {
  border-radius: 0px;
}
.cid-uRS6ObE6xj .btn-black-outline:hover,
.cid-uRS6ObE6xj .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS6ObE6xj .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS6ObE6xj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS6ObE6xj .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS6ObE6xj .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS6ObE6xj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS6ObWRyz {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS6ObWRyz {
    align-items: flex-start;
  }
  .cid-uRS6ObWRyz .row {
    justify-content: flex-start;
  }
}
.cid-uRS6ObWRyz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS6ObWRyz .mbr-text,
.cid-uRS6ObWRyz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS6ObWRyz .mbr-section-title,
.cid-uRS6ObWRyz .line {
  color: #232323;
}
.cid-uRS6ObWRyz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS6ObWRyz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS6ObWRyz .mbr-section-subtitle,
.cid-uRS6ObWRyz .align {
  text-align: left;
  color: #232323;
}
.cid-uRS6ObWRyz .mbr-text2 {
  color: #808080;
}
.cid-uRS6Oc99DT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS6Oc99DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6Oc99DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6Oc99DT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS6Oc99DT .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6Oc99DT .container {
    padding: 0 15px;
  }
}
.cid-uRS6Oc99DT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6Oc99DT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6Oc99DT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6Oc99DT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS6Oc99DT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6Oc99DT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6Oc99DT .mbr-section-title {
  color: #131c28;
}
.cid-uRS6Oc99DT .mbr-desc {
  color: #fafafa;
}
.cid-uRS6Oc99DT .mbr-text {
  color: #e1e5f0;
}
.cid-uRS6Oc99DT .mbr-section-title,
.cid-uRS6Oc99DT .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS6OckIpb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS6OckIpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6OckIpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6OckIpb .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS6OckIpb .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS6OckIpb .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS6OckIpb .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS6OckIpb .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS6OckIpb .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS6OckIpb .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS6OckIpb .panel-title-edit {
  color: #000000;
}
.cid-uRS6OckIpb .panel-text {
  color: #d7d2d2;
}
.cid-uRS6OckIpb .panel-text,
.cid-uRS6OckIpb .panel-body {
  color: #353535;
}
.cid-uRS6OckIpb .mbr-section-title,
.cid-uRS6OckIpb .mbr-section-btn,
.cid-uRS6OckIpb .title-wrapper {
  color: #0070c0;
}
.cid-uRS6OcBrvr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS6OcBrvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6OcBrvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS6OcBrvr .container {
    padding: 0 15px;
  }
}
.cid-uRS6OcBrvr .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS6OcBrvr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS6OcBrvr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS6OcBrvr .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS6OcBrvr .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS6OcBrvr .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS6OcBrvr .mbr-section-title {
  color: #131c28;
}
.cid-uRS6OcBrvr .mbr-desc {
  color: #131c28;
}
.cid-uRS6OcBrvr .mbr-text {
  text-align: center;
}
.cid-uRS6OcRyXs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS6OcRyXs::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS6OcRyXs::before {
    opacity: .4;
  }
}
.cid-uRS6OcRyXs::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS6OcRyXs::after {
    opacity: .4;
  }
}
.cid-uRS6OcRyXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6OcRyXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6OcRyXs .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS6OcRyXs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6OcRyXs .container {
    padding: 0 16px;
  }
}
.cid-uRS6OcRyXs .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS6OcRyXs .row .card {
  justify-content: flex-end;
}
.cid-uRS6OcRyXs .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS6OcRyXs .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6OcRyXs .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS6OcRyXs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS6OcRyXs .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS6OcRyXs .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS6OcRyXs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS6OcRyXs .mbr-section-title {
  color: #000000;
}
.cid-uRS6OcRyXs .mbr-text {
  color: #000000;
}
.cid-uRS6OcRyXs .mbr-section-title,
.cid-uRS6OcRyXs .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS6OdaaVk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS6OdaaVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS6OdaaVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS6OdaaVk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS6OdaaVk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6OdaaVk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS6OdaaVk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS6OdaaVk .container {
    padding: 0 14px;
  }
}
.cid-uRS6OdaaVk .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS6OdaaVk .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS6OdaaVk .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS6OdaaVk .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS6OdaaVk .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS6OdaaVk .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS6OdaaVk .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS6OdnPRx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS6OdnPRx .container-fluid,
.cid-uRS6OdnPRx .container {
  position: relative;
}
.cid-uRS6OdnPRx .container-fluid::before,
.cid-uRS6OdnPRx .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS6OdnPRx .container-fluid::before,
  .cid-uRS6OdnPRx .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .container-fluid::before,
  .cid-uRS6OdnPRx .container::before {
    display: none;
  }
}
.cid-uRS6OdnPRx .media-wrap {
  height: 300px;
}
.cid-uRS6OdnPRx .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS6OdnPRx .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS6OdnPRx .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS6OdnPRx .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS6OdnPRx .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS6OdnPRx .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS6OdnPRx .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS6OdnPRx .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS6OdnPRx .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS6OdnPRx .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS6OdnPRx .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS6OdnPRx .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS6OdnPRx .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS6OdnPRx .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS6OdnPRx .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS6OdnPRx .mbr-text {
  color: #bcbfca;
}
.cid-uRS6OdnPRx .mbr-desc {
  color: #fafafa;
}
.cid-uRS6OdnPRx .mbr-link {
  color: #353535;
}
.cid-uRS6OdnPRx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS6OdnPRx .mbr-text,
.cid-uRS6OdnPRx .icon-wrapper {
  color: #fafafa;
}
.cid-uRS77qxLAi {
  z-index: 1000;
  width: 100%;
}
.cid-uRS77qxLAi nav.navbar {
  position: fixed;
}
.cid-uRS77qxLAi .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS77qxLAi .btn-padding span {
  line-height: 10px;
}
.cid-uRS77qxLAi .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-uRS77qxLAi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS77qxLAi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS77qxLAi .dropdown-item:hover,
.cid-uRS77qxLAi .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS77qxLAi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS77qxLAi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS77qxLAi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS77qxLAi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS77qxLAi .nav-link {
  position: relative;
}
.cid-uRS77qxLAi .container {
  display: flex;
  margin: auto;
}
.cid-uRS77qxLAi .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS77qxLAi .dropdown-menu,
.cid-uRS77qxLAi .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS77qxLAi .nav-item:focus,
.cid-uRS77qxLAi .nav-link:focus {
  outline: none;
}
.cid-uRS77qxLAi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS77qxLAi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS77qxLAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS77qxLAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS77qxLAi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS77qxLAi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS77qxLAi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS77qxLAi .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS77qxLAi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS77qxLAi .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS77qxLAi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS77qxLAi .navbar.collapsed {
  justify-content: center;
}
.cid-uRS77qxLAi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS77qxLAi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS77qxLAi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS77qxLAi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS77qxLAi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS77qxLAi .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-uRS77qxLAi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS77qxLAi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS77qxLAi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS77qxLAi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS77qxLAi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS77qxLAi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS77qxLAi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS77qxLAi .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-uRS77qxLAi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS77qxLAi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS77qxLAi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS77qxLAi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS77qxLAi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS77qxLAi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS77qxLAi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS77qxLAi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS77qxLAi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS77qxLAi .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS77qxLAi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS77qxLAi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS77qxLAi .dropdown-item.active,
.cid-uRS77qxLAi .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS77qxLAi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS77qxLAi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS77qxLAi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS77qxLAi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS77qxLAi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS77qxLAi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS77qxLAi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS77qxLAi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS77qxLAi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS77qxLAi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS77qxLAi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS77qxLAi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS77qxLAi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS77qxLAi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS77qxLAi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS77qxLAi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS77qxLAi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS77qxLAi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS77qxLAi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS77qxLAi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS77qxLAi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS77qxLAi .navbar {
    height: 70px;
  }
  .cid-uRS77qxLAi .navbar.opened {
    height: auto;
  }
  .cid-uRS77qxLAi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS77rtwsN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS77rtwsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77rtwsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS77rtwsN .text2 {
  line-height: 1.5;
}
.cid-uRS77rtwsN .btn {
  border-radius: 0px;
}
.cid-uRS77rtwsN .btn-black-outline:hover,
.cid-uRS77rtwsN .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS77rtwsN .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS77rtwsN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS77rtwsN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS77rtwsN .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS77rtwsN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS77rGGcw {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS77rGGcw {
    align-items: flex-start;
  }
  .cid-uRS77rGGcw .row {
    justify-content: flex-start;
  }
}
.cid-uRS77rGGcw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS77rGGcw .mbr-text,
.cid-uRS77rGGcw .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS77rGGcw .mbr-section-title,
.cid-uRS77rGGcw .line {
  color: #232323;
}
.cid-uRS77rGGcw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS77rGGcw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS77rGGcw .mbr-section-subtitle,
.cid-uRS77rGGcw .align {
  text-align: left;
  color: #232323;
}
.cid-uRS77rGGcw .mbr-text2 {
  color: #808080;
}
.cid-uRS77rPrgV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS77rPrgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77rPrgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS77rPrgV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS77rPrgV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS77rPrgV .container {
    padding: 0 15px;
  }
}
.cid-uRS77rPrgV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS77rPrgV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS77rPrgV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS77rPrgV .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS77rPrgV .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS77rPrgV .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS77rPrgV .mbr-section-title {
  color: #131c28;
}
.cid-uRS77rPrgV .mbr-desc {
  color: #fafafa;
}
.cid-uRS77rPrgV .mbr-text {
  color: #e1e5f0;
}
.cid-uRS77rPrgV .mbr-section-title,
.cid-uRS77rPrgV .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS77rZLwC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS77rZLwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77rZLwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS77rZLwC .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS77rZLwC .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS77rZLwC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS77rZLwC .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS77rZLwC .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS77rZLwC .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS77rZLwC .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS77rZLwC .panel-title-edit {
  color: #000000;
}
.cid-uRS77rZLwC .panel-text {
  color: #d7d2d2;
}
.cid-uRS77rZLwC .panel-text,
.cid-uRS77rZLwC .panel-body {
  color: #353535;
}
.cid-uRS77rZLwC .mbr-section-title,
.cid-uRS77rZLwC .mbr-section-btn,
.cid-uRS77rZLwC .title-wrapper {
  color: #0070c0;
}
.cid-uRS77sega8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS77sega8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77sega8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS77sega8 .container {
    padding: 0 15px;
  }
}
.cid-uRS77sega8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS77sega8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS77sega8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS77sega8 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS77sega8 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS77sega8 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS77sega8 .mbr-section-title {
  color: #131c28;
}
.cid-uRS77sega8 .mbr-desc {
  color: #131c28;
}
.cid-uRS77sega8 .mbr-text {
  text-align: center;
}
.cid-uRS77sqx8w {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS77sqx8w::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS77sqx8w::before {
    opacity: .4;
  }
}
.cid-uRS77sqx8w::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS77sqx8w::after {
    opacity: .4;
  }
}
.cid-uRS77sqx8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77sqx8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS77sqx8w .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS77sqx8w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS77sqx8w .container {
    padding: 0 16px;
  }
}
.cid-uRS77sqx8w .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS77sqx8w .row .card {
  justify-content: flex-end;
}
.cid-uRS77sqx8w .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS77sqx8w .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS77sqx8w .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS77sqx8w .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS77sqx8w .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS77sqx8w .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS77sqx8w .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS77sqx8w .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS77sqx8w .mbr-section-title {
  color: #000000;
}
.cid-uRS77sqx8w .mbr-text {
  color: #000000;
}
.cid-uRS77sqx8w .mbr-section-title,
.cid-uRS77sqx8w .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS77sFzkQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS77sFzkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS77sFzkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS77sFzkQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS77sFzkQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS77sFzkQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS77sFzkQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS77sFzkQ .container {
    padding: 0 14px;
  }
}
.cid-uRS77sFzkQ .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS77sFzkQ .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS77sFzkQ .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS77sFzkQ .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS77sFzkQ .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS77sFzkQ .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS77sFzkQ .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS77sQ5fg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS77sQ5fg .container-fluid,
.cid-uRS77sQ5fg .container {
  position: relative;
}
.cid-uRS77sQ5fg .container-fluid::before,
.cid-uRS77sQ5fg .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS77sQ5fg .container-fluid::before,
  .cid-uRS77sQ5fg .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .container-fluid::before,
  .cid-uRS77sQ5fg .container::before {
    display: none;
  }
}
.cid-uRS77sQ5fg .media-wrap {
  height: 300px;
}
.cid-uRS77sQ5fg .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS77sQ5fg .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS77sQ5fg .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS77sQ5fg .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS77sQ5fg .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS77sQ5fg .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS77sQ5fg .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS77sQ5fg .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS77sQ5fg .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS77sQ5fg .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS77sQ5fg .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS77sQ5fg .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS77sQ5fg .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS77sQ5fg .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS77sQ5fg .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS77sQ5fg .mbr-text {
  color: #bcbfca;
}
.cid-uRS77sQ5fg .mbr-desc {
  color: #fafafa;
}
.cid-uRS77sQ5fg .mbr-link {
  color: #353535;
}
.cid-uRS77sQ5fg .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS77sQ5fg .mbr-text,
.cid-uRS77sQ5fg .icon-wrapper {
  color: #fafafa;
}
.cid-uRS7hJPCYe {
  z-index: 1000;
  width: 100%;
}
.cid-uRS7hJPCYe nav.navbar {
  position: fixed;
}
.cid-uRS7hJPCYe .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS7hJPCYe .btn-padding span {
  line-height: 10px;
}
.cid-uRS7hJPCYe .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-uRS7hJPCYe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS7hJPCYe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS7hJPCYe .dropdown-item:hover,
.cid-uRS7hJPCYe .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS7hJPCYe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS7hJPCYe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS7hJPCYe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS7hJPCYe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS7hJPCYe .nav-link {
  position: relative;
}
.cid-uRS7hJPCYe .container {
  display: flex;
  margin: auto;
}
.cid-uRS7hJPCYe .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS7hJPCYe .dropdown-menu,
.cid-uRS7hJPCYe .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS7hJPCYe .nav-item:focus,
.cid-uRS7hJPCYe .nav-link:focus {
  outline: none;
}
.cid-uRS7hJPCYe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS7hJPCYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS7hJPCYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS7hJPCYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS7hJPCYe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS7hJPCYe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS7hJPCYe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS7hJPCYe .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS7hJPCYe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS7hJPCYe .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS7hJPCYe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS7hJPCYe .navbar.collapsed {
  justify-content: center;
}
.cid-uRS7hJPCYe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS7hJPCYe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS7hJPCYe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS7hJPCYe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS7hJPCYe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS7hJPCYe .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-uRS7hJPCYe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS7hJPCYe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS7hJPCYe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS7hJPCYe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS7hJPCYe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS7hJPCYe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS7hJPCYe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS7hJPCYe .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-uRS7hJPCYe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS7hJPCYe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS7hJPCYe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS7hJPCYe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS7hJPCYe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS7hJPCYe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS7hJPCYe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS7hJPCYe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS7hJPCYe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS7hJPCYe .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS7hJPCYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS7hJPCYe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS7hJPCYe .dropdown-item.active,
.cid-uRS7hJPCYe .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS7hJPCYe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS7hJPCYe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS7hJPCYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS7hJPCYe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS7hJPCYe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS7hJPCYe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS7hJPCYe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS7hJPCYe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS7hJPCYe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS7hJPCYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS7hJPCYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS7hJPCYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS7hJPCYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS7hJPCYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS7hJPCYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS7hJPCYe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS7hJPCYe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS7hJPCYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS7hJPCYe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS7hJPCYe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS7hJPCYe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS7hJPCYe .navbar {
    height: 70px;
  }
  .cid-uRS7hJPCYe .navbar.opened {
    height: auto;
  }
  .cid-uRS7hJPCYe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS7hKFonD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS7hKFonD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hKFonD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7hKFonD .text2 {
  line-height: 1.5;
}
.cid-uRS7hKFonD .btn {
  border-radius: 0px;
}
.cid-uRS7hKFonD .btn-black-outline:hover,
.cid-uRS7hKFonD .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS7hKFonD .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS7hKFonD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS7hKFonD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS7hKFonD .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS7hKFonD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS7hKVJLK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS7hKVJLK {
    align-items: flex-start;
  }
  .cid-uRS7hKVJLK .row {
    justify-content: flex-start;
  }
}
.cid-uRS7hKVJLK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS7hKVJLK .mbr-text,
.cid-uRS7hKVJLK .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS7hKVJLK .mbr-section-title,
.cid-uRS7hKVJLK .line {
  color: #232323;
}
.cid-uRS7hKVJLK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS7hKVJLK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS7hKVJLK .mbr-section-subtitle,
.cid-uRS7hKVJLK .align {
  text-align: left;
  color: #232323;
}
.cid-uRS7hKVJLK .mbr-text2 {
  color: #808080;
}
.cid-uRS7hL6aJq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS7hL6aJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hL6aJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7hL6aJq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS7hL6aJq .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7hL6aJq .container {
    padding: 0 15px;
  }
}
.cid-uRS7hL6aJq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS7hL6aJq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS7hL6aJq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS7hL6aJq .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS7hL6aJq .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS7hL6aJq .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS7hL6aJq .mbr-section-title {
  color: #131c28;
}
.cid-uRS7hL6aJq .mbr-desc {
  color: #fafafa;
}
.cid-uRS7hL6aJq .mbr-text {
  color: #e1e5f0;
}
.cid-uRS7hL6aJq .mbr-section-title,
.cid-uRS7hL6aJq .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS7hLjBNP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS7hLjBNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hLjBNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7hLjBNP .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS7hLjBNP .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS7hLjBNP .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS7hLjBNP .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS7hLjBNP .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS7hLjBNP .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS7hLjBNP .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS7hLjBNP .panel-title-edit {
  color: #000000;
}
.cid-uRS7hLjBNP .panel-text {
  color: #d7d2d2;
}
.cid-uRS7hLjBNP .panel-text,
.cid-uRS7hLjBNP .panel-body {
  color: #353535;
}
.cid-uRS7hLjBNP .mbr-section-title,
.cid-uRS7hLjBNP .mbr-section-btn,
.cid-uRS7hLjBNP .title-wrapper {
  color: #0070c0;
}
.cid-uRS7hLzz54 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS7hLzz54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hLzz54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS7hLzz54 .container {
    padding: 0 15px;
  }
}
.cid-uRS7hLzz54 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS7hLzz54 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS7hLzz54 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS7hLzz54 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS7hLzz54 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS7hLzz54 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS7hLzz54 .mbr-section-title {
  color: #131c28;
}
.cid-uRS7hLzz54 .mbr-desc {
  color: #131c28;
}
.cid-uRS7hLzz54 .mbr-text {
  text-align: center;
}
.cid-uRS7hLLL9T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS7hLLL9T::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS7hLLL9T::before {
    opacity: .4;
  }
}
.cid-uRS7hLLL9T::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS7hLLL9T::after {
    opacity: .4;
  }
}
.cid-uRS7hLLL9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hLLL9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7hLLL9T .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS7hLLL9T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7hLLL9T .container {
    padding: 0 16px;
  }
}
.cid-uRS7hLLL9T .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS7hLLL9T .row .card {
  justify-content: flex-end;
}
.cid-uRS7hLLL9T .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS7hLLL9T .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7hLLL9T .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS7hLLL9T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS7hLLL9T .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS7hLLL9T .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS7hLLL9T .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS7hLLL9T .mbr-section-title {
  color: #000000;
}
.cid-uRS7hLLL9T .mbr-text {
  color: #000000;
}
.cid-uRS7hLLL9T .mbr-section-title,
.cid-uRS7hLLL9T .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS7hLYMXX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS7hLYMXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7hLYMXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7hLYMXX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS7hLYMXX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7hLYMXX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7hLYMXX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7hLYMXX .container {
    padding: 0 14px;
  }
}
.cid-uRS7hLYMXX .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS7hLYMXX .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS7hLYMXX .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS7hLYMXX .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS7hLYMXX .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS7hLYMXX .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS7hLYMXX .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS7hMaD80 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS7hMaD80 .container-fluid,
.cid-uRS7hMaD80 .container {
  position: relative;
}
.cid-uRS7hMaD80 .container-fluid::before,
.cid-uRS7hMaD80 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS7hMaD80 .container-fluid::before,
  .cid-uRS7hMaD80 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .container-fluid::before,
  .cid-uRS7hMaD80 .container::before {
    display: none;
  }
}
.cid-uRS7hMaD80 .media-wrap {
  height: 300px;
}
.cid-uRS7hMaD80 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS7hMaD80 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS7hMaD80 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS7hMaD80 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS7hMaD80 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS7hMaD80 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS7hMaD80 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS7hMaD80 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS7hMaD80 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS7hMaD80 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS7hMaD80 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS7hMaD80 .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS7hMaD80 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS7hMaD80 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS7hMaD80 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS7hMaD80 .mbr-text {
  color: #bcbfca;
}
.cid-uRS7hMaD80 .mbr-desc {
  color: #fafafa;
}
.cid-uRS7hMaD80 .mbr-link {
  color: #353535;
}
.cid-uRS7hMaD80 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS7hMaD80 .mbr-text,
.cid-uRS7hMaD80 .icon-wrapper {
  color: #fafafa;
}
.cid-uRS7wVGsn8 {
  z-index: 1000;
  width: 100%;
}
.cid-uRS7wVGsn8 nav.navbar {
  position: fixed;
}
.cid-uRS7wVGsn8 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRS7wVGsn8 .btn-padding span {
  line-height: 10px;
}
.cid-uRS7wVGsn8 .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-uRS7wVGsn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRS7wVGsn8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRS7wVGsn8 .dropdown-item:hover,
.cid-uRS7wVGsn8 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRS7wVGsn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRS7wVGsn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRS7wVGsn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRS7wVGsn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRS7wVGsn8 .nav-link {
  position: relative;
}
.cid-uRS7wVGsn8 .container {
  display: flex;
  margin: auto;
}
.cid-uRS7wVGsn8 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRS7wVGsn8 .dropdown-menu,
.cid-uRS7wVGsn8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRS7wVGsn8 .nav-item:focus,
.cid-uRS7wVGsn8 .nav-link:focus {
  outline: none;
}
.cid-uRS7wVGsn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRS7wVGsn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRS7wVGsn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRS7wVGsn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRS7wVGsn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRS7wVGsn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRS7wVGsn8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRS7wVGsn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRS7wVGsn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRS7wVGsn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRS7wVGsn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRS7wVGsn8 .navbar.collapsed {
  justify-content: center;
}
.cid-uRS7wVGsn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRS7wVGsn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRS7wVGsn8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRS7wVGsn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRS7wVGsn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRS7wVGsn8 .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-uRS7wVGsn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRS7wVGsn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRS7wVGsn8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRS7wVGsn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRS7wVGsn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRS7wVGsn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRS7wVGsn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRS7wVGsn8 .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-uRS7wVGsn8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRS7wVGsn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRS7wVGsn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRS7wVGsn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRS7wVGsn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRS7wVGsn8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRS7wVGsn8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRS7wVGsn8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRS7wVGsn8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRS7wVGsn8 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRS7wVGsn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRS7wVGsn8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRS7wVGsn8 .dropdown-item.active,
.cid-uRS7wVGsn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRS7wVGsn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRS7wVGsn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRS7wVGsn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRS7wVGsn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRS7wVGsn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRS7wVGsn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRS7wVGsn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRS7wVGsn8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRS7wVGsn8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRS7wVGsn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRS7wVGsn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRS7wVGsn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS7wVGsn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRS7wVGsn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRS7wVGsn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS7wVGsn8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRS7wVGsn8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRS7wVGsn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRS7wVGsn8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRS7wVGsn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRS7wVGsn8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRS7wVGsn8 .navbar {
    height: 70px;
  }
  .cid-uRS7wVGsn8 .navbar.opened {
    height: auto;
  }
  .cid-uRS7wVGsn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRS7wWBLLl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRS7wWBLLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wWBLLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7wWBLLl .text2 {
  line-height: 1.5;
}
.cid-uRS7wWBLLl .btn {
  border-radius: 0px;
}
.cid-uRS7wWBLLl .btn-black-outline:hover,
.cid-uRS7wWBLLl .btn-black-outline:focus {
  background: #212121 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .cid-uRS7wWBLLl .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uRS7wWBLLl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRS7wWBLLl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRS7wWBLLl .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRS7wWBLLl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRS7wWO14v {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #0070c0);
}
@media (min-width: 768px) {
  .cid-uRS7wWO14v {
    align-items: flex-start;
  }
  .cid-uRS7wWO14v .row {
    justify-content: flex-start;
  }
}
.cid-uRS7wWO14v .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRS7wWO14v .mbr-text,
.cid-uRS7wWO14v .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRS7wWO14v .mbr-section-title,
.cid-uRS7wWO14v .line {
  color: #232323;
}
.cid-uRS7wWO14v h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRS7wWO14v h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRS7wWO14v .mbr-section-subtitle,
.cid-uRS7wWO14v .align {
  text-align: left;
  color: #232323;
}
.cid-uRS7wWO14v .mbr-text2 {
  color: #808080;
}
.cid-uRS7wWYe6v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0070c0;
}
.cid-uRS7wWYe6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wWYe6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7wWYe6v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRS7wWYe6v .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7wWYe6v .container {
    padding: 0 15px;
  }
}
.cid-uRS7wWYe6v .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS7wWYe6v .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS7wWYe6v .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS7wWYe6v .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #fafafa;
}
.cid-uRS7wWYe6v .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fafafa;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS7wWYe6v .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS7wWYe6v .mbr-section-title {
  color: #131c28;
}
.cid-uRS7wWYe6v .mbr-desc {
  color: #fafafa;
}
.cid-uRS7wWYe6v .mbr-text {
  color: #e1e5f0;
}
.cid-uRS7wWYe6v .mbr-section-title,
.cid-uRS7wWYe6v .mbr-section-btn {
  color: #ff8e01;
}
.cid-uRS7wXbcCu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uRS7wXbcCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wXbcCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7wXbcCu .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uRS7wXbcCu .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uRS7wXbcCu .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRS7wXbcCu .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ff8e01;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ff8e01;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #0070c0;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #0070c0;
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uRS7wXbcCu .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uRS7wXbcCu .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRS7wXbcCu .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRS7wXbcCu .panel-title-edit {
  color: #000000;
}
.cid-uRS7wXbcCu .panel-text {
  color: #d7d2d2;
}
.cid-uRS7wXbcCu .panel-text,
.cid-uRS7wXbcCu .panel-body {
  color: #353535;
}
.cid-uRS7wXbcCu .mbr-section-title,
.cid-uRS7wXbcCu .mbr-section-btn,
.cid-uRS7wXbcCu .title-wrapper {
  color: #0070c0;
}
.cid-uRS7wXuSyF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRS7wXuSyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wXuSyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRS7wXuSyF .container {
    padding: 0 15px;
  }
}
.cid-uRS7wXuSyF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRS7wXuSyF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRS7wXuSyF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRS7wXuSyF .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uRS7wXuSyF .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRS7wXuSyF .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRS7wXuSyF .mbr-section-title {
  color: #131c28;
}
.cid-uRS7wXuSyF .mbr-desc {
  color: #131c28;
}
.cid-uRS7wXuSyF .mbr-text {
  text-align: center;
}
.cid-uRS7wXGxc0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRS7wXGxc0::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#ff8e01 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRS7wXGxc0::before {
    opacity: .4;
  }
}
.cid-uRS7wXGxc0::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRS7wXGxc0::after {
    opacity: .4;
  }
}
.cid-uRS7wXGxc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wXGxc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7wXGxc0 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRS7wXGxc0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7wXGxc0 .container {
    padding: 0 16px;
  }
}
.cid-uRS7wXGxc0 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRS7wXGxc0 .row .card {
  justify-content: flex-end;
}
.cid-uRS7wXGxc0 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRS7wXGxc0 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7wXGxc0 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRS7wXGxc0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS7wXGxc0 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRS7wXGxc0 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRS7wXGxc0 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRS7wXGxc0 .mbr-section-title {
  color: #000000;
}
.cid-uRS7wXGxc0 .mbr-text {
  color: #000000;
}
.cid-uRS7wXGxc0 .mbr-section-title,
.cid-uRS7wXGxc0 .mbr-section-btn-main {
  text-align: right;
}
.cid-uRS7wXT4aX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRS7wXT4aX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS7wXT4aX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS7wXT4aX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRS7wXT4aX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7wXT4aX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRS7wXT4aX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRS7wXT4aX .container {
    padding: 0 14px;
  }
}
.cid-uRS7wXT4aX .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRS7wXT4aX .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRS7wXT4aX .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRS7wXT4aX .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRS7wXT4aX .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS7wXT4aX .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRS7wXT4aX .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRS7wY561H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRS7wY561H .container-fluid,
.cid-uRS7wY561H .container {
  position: relative;
}
.cid-uRS7wY561H .container-fluid::before,
.cid-uRS7wY561H .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRS7wY561H .container-fluid::before,
  .cid-uRS7wY561H .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .container-fluid::before,
  .cid-uRS7wY561H .container::before {
    display: none;
  }
}
.cid-uRS7wY561H .media-wrap {
  height: 300px;
}
.cid-uRS7wY561H .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRS7wY561H .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRS7wY561H .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRS7wY561H .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRS7wY561H .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRS7wY561H .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRS7wY561H .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRS7wY561H .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRS7wY561H .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRS7wY561H .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRS7wY561H .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRS7wY561H .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRS7wY561H .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRS7wY561H .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRS7wY561H .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRS7wY561H .mbr-text {
  color: #bcbfca;
}
.cid-uRS7wY561H .mbr-desc {
  color: #fafafa;
}
.cid-uRS7wY561H .mbr-link {
  color: #353535;
}
.cid-uRS7wY561H .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRS7wY561H .mbr-text,
.cid-uRS7wY561H .icon-wrapper {
  color: #fafafa;
}
.cid-uRXqCN4R86 {
  z-index: 1000;
  width: 100%;
}
.cid-uRXqCN4R86 nav.navbar {
  position: fixed;
}
.cid-uRXqCN4R86 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uRXqCN4R86 .btn-padding span {
  line-height: 10px;
}
.cid-uRXqCN4R86 .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-uRXqCN4R86 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRXqCN4R86 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRXqCN4R86 .dropdown-item:hover,
.cid-uRXqCN4R86 .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uRXqCN4R86 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRXqCN4R86 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRXqCN4R86 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRXqCN4R86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRXqCN4R86 .nav-link {
  position: relative;
}
.cid-uRXqCN4R86 .container {
  display: flex;
  margin: auto;
}
.cid-uRXqCN4R86 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRXqCN4R86 .dropdown-menu,
.cid-uRXqCN4R86 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRXqCN4R86 .nav-item:focus,
.cid-uRXqCN4R86 .nav-link:focus {
  outline: none;
}
.cid-uRXqCN4R86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRXqCN4R86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRXqCN4R86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRXqCN4R86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRXqCN4R86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRXqCN4R86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRXqCN4R86 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uRXqCN4R86 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRXqCN4R86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRXqCN4R86 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRXqCN4R86 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRXqCN4R86 .navbar.collapsed {
  justify-content: center;
}
.cid-uRXqCN4R86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRXqCN4R86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRXqCN4R86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRXqCN4R86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRXqCN4R86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRXqCN4R86 .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-uRXqCN4R86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRXqCN4R86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRXqCN4R86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRXqCN4R86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRXqCN4R86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRXqCN4R86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRXqCN4R86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRXqCN4R86 .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-uRXqCN4R86 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRXqCN4R86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRXqCN4R86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRXqCN4R86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRXqCN4R86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRXqCN4R86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRXqCN4R86 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRXqCN4R86 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRXqCN4R86 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRXqCN4R86 .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRXqCN4R86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRXqCN4R86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRXqCN4R86 .dropdown-item.active,
.cid-uRXqCN4R86 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRXqCN4R86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRXqCN4R86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRXqCN4R86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRXqCN4R86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRXqCN4R86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRXqCN4R86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRXqCN4R86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRXqCN4R86 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRXqCN4R86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRXqCN4R86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uRXqCN4R86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRXqCN4R86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXqCN4R86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRXqCN4R86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRXqCN4R86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXqCN4R86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRXqCN4R86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRXqCN4R86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRXqCN4R86 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRXqCN4R86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRXqCN4R86 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRXqCN4R86 .navbar {
    height: 70px;
  }
  .cid-uRXqCN4R86 .navbar.opened {
    height: auto;
  }
  .cid-uRXqCN4R86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRXqCOmm3G {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ff8e01, #e1e5f0);
}
@media (min-width: 768px) {
  .cid-uRXqCOmm3G {
    align-items: flex-start;
  }
  .cid-uRXqCOmm3G .row {
    justify-content: flex-start;
  }
}
.cid-uRXqCOmm3G .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRXqCOmm3G .mbr-text,
.cid-uRXqCOmm3G .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRXqCOmm3G .mbr-section-title,
.cid-uRXqCOmm3G .line {
  color: #232323;
}
.cid-uRXqCOmm3G h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRXqCOmm3G h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRXqCOmm3G .mbr-section-subtitle,
.cid-uRXqCOmm3G .align {
  text-align: left;
  color: #232323;
}
.cid-uRXqCOmm3G .mbr-text2 {
  color: #808080;
}
.cid-uRXqCOxWc9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e1e5f0;
}
.cid-uRXqCOxWc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXqCOxWc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRXqCOxWc9 .container {
    padding: 0 15px;
  }
}
.cid-uRXqCOxWc9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXqCOxWc9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXqCOxWc9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXqCOxWc9 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #0070c0;
}
.cid-uRXqCOxWc9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #0070c0;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXqCOxWc9 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXqCOxWc9 .mbr-section-title {
  color: #131c28;
}
.cid-uRXqCOxWc9 .mbr-desc {
  color: #131c28;
}
.cid-uRXqCOxWc9 .mbr-text {
  text-align: center;
}
.cid-uRXqCOKMDX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fon-boya-pompa-makinalari-yazisiz-1600x800.jpg");
}
.cid-uRXqCOKMDX h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uRXqCOKMDX .card-box {
  padding-top: 3rem;
}
.cid-uRXqCOKMDX .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uRXqCOKMDX .btn-md {
  padding: 1rem;
}
.cid-uRXqCOKMDX .btn-primary-outline,
.cid-uRXqCOKMDX .btn-secondary-outline,
.cid-uRXqCOKMDX .btn-info-outline,
.cid-uRXqCOKMDX .btn-success-outline,
.cid-uRXqCOKMDX .btn-warning-outline,
.cid-uRXqCOKMDX .btn-danger-outline,
.cid-uRXqCOKMDX .btn-black-outline,
.cid-uRXqCOKMDX .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uRXqCOKMDX .btn-primary-outline span,
.cid-uRXqCOKMDX .btn-secondary-outline span,
.cid-uRXqCOKMDX .btn-info-outline span,
.cid-uRXqCOKMDX .btn-success-outline span,
.cid-uRXqCOKMDX .btn-warning-outline span,
.cid-uRXqCOKMDX .btn-danger-outline span,
.cid-uRXqCOKMDX .btn-black-outline span,
.cid-uRXqCOKMDX .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uRXqCOKMDX .btn-primary-outline:hover span,
.cid-uRXqCOKMDX .btn-secondary-outline:hover span,
.cid-uRXqCOKMDX .btn-info-outline:hover span,
.cid-uRXqCOKMDX .btn-success-outline:hover span,
.cid-uRXqCOKMDX .btn-warning-outline:hover span,
.cid-uRXqCOKMDX .btn-danger-outline:hover span,
.cid-uRXqCOKMDX .btn-black-outline:hover span,
.cid-uRXqCOKMDX .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uRXqCOKMDX .btn-primary-outline:hover,
.cid-uRXqCOKMDX .btn-secondary-outline:hover,
.cid-uRXqCOKMDX .btn-info-outline:hover,
.cid-uRXqCOKMDX .btn-success-outline:hover,
.cid-uRXqCOKMDX .btn-warning-outline:hover,
.cid-uRXqCOKMDX .btn-danger-outline:hover,
.cid-uRXqCOKMDX .btn-black-outline:hover,
.cid-uRXqCOKMDX .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uRXqCOKMDX .btn-primary-outline:active,
.cid-uRXqCOKMDX .btn-secondary-outline:active,
.cid-uRXqCOKMDX .btn-info-outline:active,
.cid-uRXqCOKMDX .btn-success-outline:active,
.cid-uRXqCOKMDX .btn-warning-outline:active,
.cid-uRXqCOKMDX .btn-danger-outline:active,
.cid-uRXqCOKMDX .btn-black-outline:active,
.cid-uRXqCOKMDX .btn-white-outline:active,
.cid-uRXqCOKMDX .btn-primary-outline:focus,
.cid-uRXqCOKMDX .btn-secondary-outline:focus,
.cid-uRXqCOKMDX .btn-info-outline:focus,
.cid-uRXqCOKMDX .btn-success-outline:focus,
.cid-uRXqCOKMDX .btn-warning-outline:focus,
.cid-uRXqCOKMDX .btn-danger-outline:focus,
.cid-uRXqCOKMDX .btn-black-outline:focus,
.cid-uRXqCOKMDX .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uRXqCOKMDX .btn-primary-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-secondary-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-info-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-success-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-warning-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-danger-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-black-outline .mbr-iconfont,
.cid-uRXqCOKMDX .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uRXqCOKMDX .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ff8e01;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uRXqCOKMDX .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uRXqCOKMDX .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uRXqCOKMDX .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uRXqCOKMDX .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uRXqCOKMDX .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uRXqCOKMDX img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uRXqCOKMDX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRXqCOKMDX .row {
  justify-content: center;
}
.cid-uRXqCOKMDX .main-title {
  text-align: center;
  color: #fafafa;
}
.cid-uRXqCOKMDX P {
  text-align: center;
}
.cid-uRXqCOKMDX .mbr-text,
.cid-uRXqCOKMDX .link {
  text-align: center;
  color: #fafafa;
}
@media (max-width: 576px) {
  .cid-uRXqCOKMDX .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uRXqCP3YsN {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #0070c0, #ff8e01);
}
@media (min-width: 768px) {
  .cid-uRXqCP3YsN {
    align-items: flex-start;
  }
  .cid-uRXqCP3YsN .row {
    justify-content: flex-start;
  }
}
.cid-uRXqCP3YsN .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRXqCP3YsN .mbr-text,
.cid-uRXqCP3YsN .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRXqCP3YsN .mbr-section-title,
.cid-uRXqCP3YsN .line {
  color: #232323;
}
.cid-uRXqCP3YsN h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRXqCP3YsN h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRXqCP3YsN .mbr-section-subtitle,
.cid-uRXqCP3YsN .align {
  text-align: left;
  color: #232323;
}
.cid-uRXqCP3YsN .mbr-text2 {
  color: #808080;
}
.cid-uRXqCPftxc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fon-zimpara-makinalari-yazisiz-1600x800.jpg");
}
.cid-uRXqCPftxc h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uRXqCPftxc .card-box {
  padding-top: 3rem;
}
.cid-uRXqCPftxc .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uRXqCPftxc .btn-md {
  padding: 1rem;
}
.cid-uRXqCPftxc .btn-primary-outline,
.cid-uRXqCPftxc .btn-secondary-outline,
.cid-uRXqCPftxc .btn-info-outline,
.cid-uRXqCPftxc .btn-success-outline,
.cid-uRXqCPftxc .btn-warning-outline,
.cid-uRXqCPftxc .btn-danger-outline,
.cid-uRXqCPftxc .btn-black-outline,
.cid-uRXqCPftxc .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uRXqCPftxc .btn-primary-outline span,
.cid-uRXqCPftxc .btn-secondary-outline span,
.cid-uRXqCPftxc .btn-info-outline span,
.cid-uRXqCPftxc .btn-success-outline span,
.cid-uRXqCPftxc .btn-warning-outline span,
.cid-uRXqCPftxc .btn-danger-outline span,
.cid-uRXqCPftxc .btn-black-outline span,
.cid-uRXqCPftxc .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uRXqCPftxc .btn-primary-outline:hover span,
.cid-uRXqCPftxc .btn-secondary-outline:hover span,
.cid-uRXqCPftxc .btn-info-outline:hover span,
.cid-uRXqCPftxc .btn-success-outline:hover span,
.cid-uRXqCPftxc .btn-warning-outline:hover span,
.cid-uRXqCPftxc .btn-danger-outline:hover span,
.cid-uRXqCPftxc .btn-black-outline:hover span,
.cid-uRXqCPftxc .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uRXqCPftxc .btn-primary-outline:hover,
.cid-uRXqCPftxc .btn-secondary-outline:hover,
.cid-uRXqCPftxc .btn-info-outline:hover,
.cid-uRXqCPftxc .btn-success-outline:hover,
.cid-uRXqCPftxc .btn-warning-outline:hover,
.cid-uRXqCPftxc .btn-danger-outline:hover,
.cid-uRXqCPftxc .btn-black-outline:hover,
.cid-uRXqCPftxc .btn-white-outline:hover {
  background-color: transparent!important;
  color: #0070c0 !important;
  box-shadow: none!important;
}
.cid-uRXqCPftxc .btn-primary-outline:active,
.cid-uRXqCPftxc .btn-secondary-outline:active,
.cid-uRXqCPftxc .btn-info-outline:active,
.cid-uRXqCPftxc .btn-success-outline:active,
.cid-uRXqCPftxc .btn-warning-outline:active,
.cid-uRXqCPftxc .btn-danger-outline:active,
.cid-uRXqCPftxc .btn-black-outline:active,
.cid-uRXqCPftxc .btn-white-outline:active,
.cid-uRXqCPftxc .btn-primary-outline:focus,
.cid-uRXqCPftxc .btn-secondary-outline:focus,
.cid-uRXqCPftxc .btn-info-outline:focus,
.cid-uRXqCPftxc .btn-success-outline:focus,
.cid-uRXqCPftxc .btn-warning-outline:focus,
.cid-uRXqCPftxc .btn-danger-outline:focus,
.cid-uRXqCPftxc .btn-black-outline:focus,
.cid-uRXqCPftxc .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uRXqCPftxc .btn-primary-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-secondary-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-info-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-success-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-warning-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-danger-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-black-outline .mbr-iconfont,
.cid-uRXqCPftxc .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uRXqCPftxc .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #0070c0;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uRXqCPftxc .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 165, 52, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uRXqCPftxc .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uRXqCPftxc .link-wrap:hover {
  color: #0070c0 !important;
}
.cid-uRXqCPftxc .link-wrap:hover:hover .link-ico {
  color: #0070c0 !important;
}
.cid-uRXqCPftxc .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uRXqCPftxc img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uRXqCPftxc .card-title {
  color: #fafafa;
  text-align: center;
}
.cid-uRXqCPftxc .row {
  justify-content: center;
}
.cid-uRXqCPftxc .main-title {
  text-align: center;
  color: #fafafa;
}
.cid-uRXqCPftxc P {
  text-align: center;
}
.cid-uRXqCPftxc .mbr-text,
.cid-uRXqCPftxc .link {
  text-align: center;
  color: #fafafa;
}
@media (max-width: 576px) {
  .cid-uRXqCPftxc .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uRXqCPyo2k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uRXqCPyo2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXqCPyo2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXqCPyo2k .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRXqCPyo2k .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRXqCPyo2k .container {
    padding: 0 15px;
  }
}
.cid-uRXqCPyo2k .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRXqCPyo2k .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRXqCPyo2k .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uRXqCPyo2k .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #e1e5f0;
}
.cid-uRXqCPyo2k .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #e1e5f0;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uRXqCPyo2k .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uRXqCPyo2k .mbr-section-title {
  color: #131c28;
}
.cid-uRXqCPyo2k .mbr-desc {
  color: #000000;
}
.cid-uRXqCPyo2k .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-uRXqCPyo2k .mbr-section-title,
.cid-uRXqCPyo2k .mbr-section-btn {
  color: #0070c0;
  text-align: left;
}
.cid-uRXqCPKeEX {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #e1e5f0, #e1e5f0);
}
@media (min-width: 768px) {
  .cid-uRXqCPKeEX {
    align-items: flex-start;
  }
  .cid-uRXqCPKeEX .row {
    justify-content: flex-start;
  }
}
.cid-uRXqCPKeEX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRXqCPKeEX .mbr-text,
.cid-uRXqCPKeEX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRXqCPKeEX .mbr-section-title,
.cid-uRXqCPKeEX .line {
  color: #232323;
}
.cid-uRXqCPKeEX h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRXqCPKeEX h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRXqCPKeEX .mbr-section-subtitle,
.cid-uRXqCPKeEX .align {
  text-align: left;
  color: #232323;
}
.cid-uRXqCPKeEX .mbr-text2 {
  color: #808080;
}
.cid-uRXqCPXzCG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/hakkimizda1-570x335-ilker-muhendislik-570x335.jpg");
}
.cid-uRXqCPXzCG::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#e1e5f0 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRXqCPXzCG::before {
    opacity: .4;
  }
}
.cid-uRXqCPXzCG::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0070c0 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uRXqCPXzCG::after {
    opacity: .4;
  }
}
.cid-uRXqCPXzCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXqCPXzCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXqCPXzCG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uRXqCPXzCG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXqCPXzCG .container {
    padding: 0 16px;
  }
}
.cid-uRXqCPXzCG .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uRXqCPXzCG .row .card {
  justify-content: flex-end;
}
.cid-uRXqCPXzCG .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uRXqCPXzCG .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uRXqCPXzCG .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uRXqCPXzCG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRXqCPXzCG .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRXqCPXzCG .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #0070c0 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e01 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #10c200 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #b200c2 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e43f3f !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRXqCPXzCG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uRXqCPXzCG .mbr-section-title {
  color: #000000;
}
.cid-uRXqCPXzCG .mbr-text {
  color: #000000;
}
.cid-uRXqCPXzCG .mbr-section-title,
.cid-uRXqCPXzCG .mbr-section-btn-main {
  text-align: right;
}
.cid-uRXqCQcffn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uRXqCQcffn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXqCQcffn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXqCQcffn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRXqCQcffn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXqCQcffn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRXqCQcffn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRXqCQcffn .container {
    padding: 0 14px;
  }
}
.cid-uRXqCQcffn .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRXqCQcffn .content-wrapper .link-wrapper {
  display: block;
}
.cid-uRXqCQcffn .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uRXqCQcffn .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uRXqCQcffn .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRXqCQcffn .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uRXqCQcffn .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uRXqCQptPs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRXqCQptPs .container-fluid,
.cid-uRXqCQptPs .container {
  position: relative;
}
.cid-uRXqCQptPs .container-fluid::before,
.cid-uRXqCQptPs .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRXqCQptPs .container-fluid::before,
  .cid-uRXqCQptPs .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .container-fluid::before,
  .cid-uRXqCQptPs .container::before {
    display: none;
  }
}
.cid-uRXqCQptPs .media-wrap {
  height: 300px;
}
.cid-uRXqCQptPs .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRXqCQptPs .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uRXqCQptPs .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uRXqCQptPs .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uRXqCQptPs .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uRXqCQptPs .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uRXqCQptPs .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uRXqCQptPs .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uRXqCQptPs .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uRXqCQptPs .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uRXqCQptPs .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uRXqCQptPs .list .item-wrap:hover {
  opacity: .7;
}
.cid-uRXqCQptPs .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .copyright {
    background-color: #ff8e01;
  }
}
.cid-uRXqCQptPs .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRXqCQptPs .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uRXqCQptPs .mbr-text {
  color: #bcbfca;
}
.cid-uRXqCQptPs .mbr-desc {
  color: #fafafa;
}
.cid-uRXqCQptPs .mbr-link {
  color: #353535;
}
.cid-uRXqCQptPs .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uRXqCQptPs .mbr-text,
.cid-uRXqCQptPs .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoVJ6ojmx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoVJ6ojmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ6ojmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJ7wIYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoVJ7wIYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ7wIYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoVJ7wIYJ .container {
    padding: 0 15px;
  }
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoVJ7wIYJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoVJ7wIYJ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoVJ7wIYJ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoVJ7wIYJ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoVJ7wIYJ .mbr-section-title {
  color: #131c28;
}
.cid-uJoVJ7wIYJ .mbr-desc {
  color: #131c28;
}
.cid-uJT4T7k3vn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJT4T7k3vn .container-fluid {
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .container-fluid {
    padding: 0;
  }
}
.cid-uJT4T7k3vn .container {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .container {
    padding: 0 28px;
  }
}
.cid-uJT4T7k3vn .row {
  margin: -1px 0 0 0;
}
.cid-uJT4T7k3vn .card {
  padding: 0;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .card {
    border-right: 0;
    border-bottom: 1px solid #000000;
    padding: 0;
  }
}
.cid-uJT4T7k3vn .item:focus,
.cid-uJT4T7k3vn span:focus {
  outline: none;
}
.cid-uJT4T7k3vn .item-wrapper {
  position: relative;
}
.cid-uJT4T7k3vn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uJT4T7k3vn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content {
    padding: 28px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content:hover .mbr-section-btn,
.cid-uJT4T7k3vn .embla__slide .slide-content:focus .mbr-section-btn {
  opacity: 1;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .mbr-section-btn .btn {
  text-align: center;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .title-wrap .mbr-price {
  margin-bottom: 0;
  min-width: 60px;
}
.cid-uJT4T7k3vn .embla__slide .slide-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJT4T7k3vn .embla__button--next,
.cid-uJT4T7k3vn .embla__button--prev {
  display: flex;
}
.cid-uJT4T7k3vn .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJT4T7k3vn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJT4T7k3vn .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-uJT4T7k3vn .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-uJT4T7k3vn .embla__button.embla__button--prev {
  left: 20px;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button.embla__button--prev {
    left: 10px;
  }
}
.cid-uJT4T7k3vn .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button.embla__button--next {
    right: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uJT4T7k3vn .embla__button {
    top: 50%;
  }
}
.cid-uJT4T7k3vn .embla {
  position: relative;
  width: 100%;
}
.cid-uJT4T7k3vn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJT4T7k3vn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJT4T7k3vn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJT4T7k3vn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJT4T7k3vn .mbr-section-title {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-card-title {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-desc {
  color: #000000;
}
.cid-uJT4T7k3vn .mbr-price {
  color: #e43f3f;
}
.cid-uJoVJ85A9d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoVJ85A9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ85A9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoVJ85A9d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoVJ85A9d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoVJ85A9d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoVJ85A9d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoVJ85A9d .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoVJ85A9d .mbr-text,
.cid-uJoVJ85A9d .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoVJ9hGga {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVJ9hGga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJ9hGga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJ9hGga .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVJ9hGga .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJ9hGga .container {
    padding: 0 24px;
  }
}
.cid-uJoVJ9hGga .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVJ9hGga .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVJ9hGga .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVJ9hGga .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVJ9hGga .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVJ9hGga .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVJ9hGga .mbr-section-title {
  color: #141414;
}
.cid-uJoVJ9hGga .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVJ9hGga .mbr-section-title,
.cid-uJoVJ9hGga .mbr-section-btn {
  text-align: center;
}
.cid-uJoVJbcOSY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVJbcOSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJbcOSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJbcOSY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVJbcOSY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJbcOSY .container {
    padding: 0 24px;
  }
}
.cid-uJoVJbcOSY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVJbcOSY .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVJbcOSY .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVJbcOSY .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVJbcOSY .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVJbcOSY .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVJbcOSY .mbr-section-title {
  color: #141414;
}
.cid-uJoVJbcOSY .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVJbcOSY .mbr-section-title,
.cid-uJoVJbcOSY .mbr-section-btn {
  text-align: center;
}
.cid-uJoVJcb940 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoVJcb940 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVJcb940 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVJcb940 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoVJcb940 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVJcb940 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVJcb940 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVJcb940 .container {
    padding: 0 14px;
  }
}
.cid-uJoVJcb940 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoVJcb940 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoVJcb940 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoVJcb940 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoVJcb940 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoVPDRVbU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJoVPDRVbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPDRVbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJT76gPcEB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJT76gPcEB .mbr-text {
  margin: 0;
}
.cid-uJT76gPcEB .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJT76gPcEB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJT76gPcEB .row-element,
.cid-uJT76gPcEB .image-element {
  padding: 0;
}
.cid-uJT76gPcEB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJT76gPcEB .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJT76gPcEB .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJT76gPcEB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJT76gPcEB .carousel-item.active,
.cid-uJT76gPcEB .carousel-item-next,
.cid-uJT76gPcEB .carousel-item-prev {
  display: flex;
}
.cid-uJT76gPcEB .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJT76gPcEB .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJT76gPcEB .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJT76gPcEB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJT76gPcEB .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJT76gPcEB .carousel-controls {
    display: block;
  }
  .cid-uJT76gPcEB .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJT76gPcEB .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJT76gPcEB .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJT76gPcEB .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJT76gPcEB .text-element {
    padding: 1rem;
  }
  .cid-uJT76gPcEB .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJT76gPcEB .image-element {
    min-width: 50%;
  }
  .cid-uJT76gPcEB .media-container-row {
    width: 100%;
  }
}
.cid-uJT76gPcEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJT76gPcEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJT76gPcEB .mbr-title,
.cid-uJT76gPcEB .ornament {
  color: #ce320c;
}
.cid-uJT76gPcEB .mbr-text,
.cid-uJT76gPcEB .link {
  text-align: left;
}
.cid-uJoVPG9b2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJoVPG9b2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPG9b2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJoVPG9b2n .container {
    padding: 0 15px;
  }
}
.cid-uJoVPG9b2n .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJoVPG9b2n .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJoVPG9b2n .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJoVPG9b2n .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJoVPG9b2n .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJoVPG9b2n .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJoVPG9b2n .mbr-section-title {
  color: #131c28;
}
.cid-uJoVPG9b2n .mbr-desc {
  color: #131c28;
}
.cid-uJoVPGIkaN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJoVPGIkaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPGIkaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJoVPGIkaN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJoVPGIkaN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJoVPGIkaN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoVPGIkaN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJoVPGIkaN .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJoVPGIkaN .mbr-text,
.cid-uJoVPGIkaN .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJoVPHTHzw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPHTHzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPHTHzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPHTHzw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPHTHzw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPHTHzw .container {
    padding: 0 24px;
  }
}
.cid-uJoVPHTHzw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPHTHzw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPHTHzw .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPHTHzw .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPHTHzw .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPHTHzw .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPHTHzw .mbr-section-title {
  color: #141414;
}
.cid-uJoVPHTHzw .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPHTHzw .mbr-section-title,
.cid-uJoVPHTHzw .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPJ4J4B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPJ4J4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPJ4J4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPJ4J4B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPJ4J4B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPJ4J4B .container {
    padding: 0 24px;
  }
}
.cid-uJoVPJ4J4B .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPJ4J4B .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPJ4J4B .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPJ4J4B .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPJ4J4B .mbr-section-title {
  color: #141414;
}
.cid-uJoVPJ4J4B .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPJ4J4B .mbr-section-title,
.cid-uJoVPJ4J4B .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPKb8AU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJoVPKb8AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPKb8AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPKb8AU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJoVPKb8AU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPKb8AU .container {
    padding: 0 24px;
  }
}
.cid-uJoVPKb8AU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJoVPKb8AU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJoVPKb8AU .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJoVPKb8AU .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJoVPKb8AU .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJoVPKb8AU .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJoVPKb8AU .mbr-section-title {
  color: #141414;
}
.cid-uJoVPKb8AU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJoVPKb8AU .mbr-section-title,
.cid-uJoVPKb8AU .mbr-section-btn {
  text-align: center;
}
.cid-uJoVPLnUI0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJoVPLnUI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoVPLnUI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoVPLnUI0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJoVPLnUI0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVPLnUI0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJoVPLnUI0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJoVPLnUI0 .container {
    padding: 0 14px;
  }
}
.cid-uJoVPLnUI0 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJoVPLnUI0 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJoVPLnUI0 .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJoVPLnUI0 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQLhVsDqu {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLhVsDqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhVsDqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhWpwK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLhWpwK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhWpwK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLhWpwK5 .container {
    padding: 0 15px;
  }
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLhWpwK5 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLhWpwK5 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLhWpwK5 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLhWpwK5 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLhWpwK5 .mbr-section-title {
  color: #131c28;
}
.cid-uJQLhWpwK5 .mbr-desc {
  color: #131c28;
}
.cid-uJTdeKNl0o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTdeKNl0o .mbr-text {
  margin: 0;
}
.cid-uJTdeKNl0o .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTdeKNl0o .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTdeKNl0o .row-element,
.cid-uJTdeKNl0o .image-element {
  padding: 0;
}
.cid-uJTdeKNl0o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTdeKNl0o .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTdeKNl0o .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTdeKNl0o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTdeKNl0o .carousel-item.active,
.cid-uJTdeKNl0o .carousel-item-next,
.cid-uJTdeKNl0o .carousel-item-prev {
  display: flex;
}
.cid-uJTdeKNl0o .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTdeKNl0o .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJTdeKNl0o .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTdeKNl0o .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTdeKNl0o .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTdeKNl0o .carousel-controls {
    display: block;
  }
  .cid-uJTdeKNl0o .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTdeKNl0o .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTdeKNl0o .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTdeKNl0o .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTdeKNl0o .text-element {
    padding: 1rem;
  }
  .cid-uJTdeKNl0o .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTdeKNl0o .image-element {
    min-width: 50%;
  }
  .cid-uJTdeKNl0o .media-container-row {
    width: 100%;
  }
}
.cid-uJTdeKNl0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTdeKNl0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTdeKNl0o .mbr-title,
.cid-uJTdeKNl0o .ornament {
  color: #ce320c;
}
.cid-uJTdeKNl0o .mbr-text,
.cid-uJTdeKNl0o .link {
  text-align: left;
}
.cid-uJQLhX6RNG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLhX6RNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhX6RNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLhX6RNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLhX6RNG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLhX6RNG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLhX6RNG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLhX6RNG .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLhX6RNG .mbr-text,
.cid-uJQLhX6RNG .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLhXQk2R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLhXQk2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhXQk2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhXQk2R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLhXQk2R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhXQk2R .container {
    padding: 0 24px;
  }
}
.cid-uJQLhXQk2R .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLhXQk2R .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLhXQk2R .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLhXQk2R .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLhXQk2R .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLhXQk2R .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLhXQk2R .mbr-section-title {
  color: #141414;
}
.cid-uJQLhXQk2R .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLhXQk2R .mbr-section-title,
.cid-uJQLhXQk2R .mbr-section-btn {
  text-align: center;
}
.cid-uJQLhYeRax {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLhYeRax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhYeRax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhYeRax .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLhYeRax .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhYeRax .container {
    padding: 0 24px;
  }
}
.cid-uJQLhYeRax .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLhYeRax .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLhYeRax .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLhYeRax .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLhYeRax .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLhYeRax .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLhYeRax .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLhYeRax .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLhYeRax .mbr-section-title {
  color: #141414;
}
.cid-uJQLhYeRax .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLhYeRax .mbr-section-title,
.cid-uJQLhYeRax .mbr-section-btn {
  text-align: center;
}
.cid-uJQLhZsU8F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLhZsU8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLhZsU8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLhZsU8F .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLhZsU8F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLhZsU8F .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLhZsU8F .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLhZsU8F .container {
    padding: 0 14px;
  }
}
.cid-uJQLhZsU8F .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLhZsU8F .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLhZsU8F .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLhZsU8F .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLhZsU8F .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQLmbFseL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLmbFseL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmbFseL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmcDk4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLmcDk4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmcDk4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLmcDk4H .container {
    padding: 0 15px;
  }
}
.cid-uJQLmcDk4H .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLmcDk4H .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLmcDk4H .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLmcDk4H .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLmcDk4H .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLmcDk4H .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLmcDk4H .mbr-section-title {
  color: #131c28;
}
.cid-uJQLmcDk4H .mbr-desc {
  color: #131c28;
}
.cid-uJTfLYCxWL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTfLYCxWL .mbr-text {
  margin: 0;
}
.cid-uJTfLYCxWL .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTfLYCxWL .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTfLYCxWL .row-element,
.cid-uJTfLYCxWL .image-element {
  padding: 0;
}
.cid-uJTfLYCxWL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfLYCxWL .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTfLYCxWL .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTfLYCxWL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfLYCxWL .carousel-item.active,
.cid-uJTfLYCxWL .carousel-item-next,
.cid-uJTfLYCxWL .carousel-item-prev {
  display: flex;
}
.cid-uJTfLYCxWL .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTfLYCxWL .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJTfLYCxWL .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTfLYCxWL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTfLYCxWL .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTfLYCxWL .carousel-controls {
    display: block;
  }
  .cid-uJTfLYCxWL .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTfLYCxWL .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTfLYCxWL .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTfLYCxWL .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTfLYCxWL .text-element {
    padding: 1rem;
  }
  .cid-uJTfLYCxWL .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTfLYCxWL .image-element {
    min-width: 50%;
  }
  .cid-uJTfLYCxWL .media-container-row {
    width: 100%;
  }
}
.cid-uJTfLYCxWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTfLYCxWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfLYCxWL .mbr-title,
.cid-uJTfLYCxWL .ornament {
  color: #ce320c;
}
.cid-uJTfLYCxWL .mbr-text,
.cid-uJTfLYCxWL .link {
  text-align: left;
}
.cid-uJQLmdogea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLmdogea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmdogea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLmdogea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLmdogea .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLmdogea .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLmdogea .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLmdogea .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLmdogea .mbr-text,
.cid-uJQLmdogea .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLme6NLf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLme6NLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLme6NLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLme6NLf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLme6NLf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLme6NLf .container {
    padding: 0 24px;
  }
}
.cid-uJQLme6NLf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLme6NLf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLme6NLf .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLme6NLf .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLme6NLf .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLme6NLf .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLme6NLf .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLme6NLf .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLme6NLf .mbr-section-title {
  color: #141414;
}
.cid-uJQLme6NLf .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLme6NLf .mbr-section-title,
.cid-uJQLme6NLf .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmevt9v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLmevt9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmevt9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmevt9v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLmevt9v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmevt9v .container {
    padding: 0 24px;
  }
}
.cid-uJQLmevt9v .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLmevt9v .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLmevt9v .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLmevt9v .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLmevt9v .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLmevt9v .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLmevt9v .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLmevt9v .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLmevt9v .mbr-section-title {
  color: #141414;
}
.cid-uJQLmevt9v .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLmevt9v .mbr-section-title,
.cid-uJQLmevt9v .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmeWTSW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLmeWTSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmeWTSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmeWTSW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLmeWTSW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmeWTSW .container {
    padding: 0 24px;
  }
}
.cid-uJQLmeWTSW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLmeWTSW .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLmeWTSW .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLmeWTSW .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLmeWTSW .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLmeWTSW .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLmeWTSW .mbr-section-title {
  color: #141414;
}
.cid-uJQLmeWTSW .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLmeWTSW .mbr-section-title,
.cid-uJQLmeWTSW .mbr-section-btn {
  text-align: center;
}
.cid-uJQLmfHjWD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLmfHjWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLmfHjWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLmfHjWD .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLmfHjWD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLmfHjWD .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLmfHjWD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLmfHjWD .container {
    padding: 0 14px;
  }
}
.cid-uJQLmfHjWD .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLmfHjWD .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLmfHjWD .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLmfHjWD .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLmfHjWD .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
.cid-uLmYXLkdZH {
  z-index: 1000;
  width: 100%;
}
.cid-uLmYXLkdZH nav.navbar {
  position: fixed;
}
.cid-uLmYXLkdZH .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-uLmYXLkdZH .btn-padding span {
  line-height: 10px;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLmYXLkdZH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLmYXLkdZH .dropdown-item:hover,
.cid-uLmYXLkdZH .dropdown-item:focus {
  background: #0070c0 !important;
  color: white !important;
}
.cid-uLmYXLkdZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLmYXLkdZH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLmYXLkdZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLmYXLkdZH .nav-link {
  position: relative;
}
.cid-uLmYXLkdZH .container {
  display: flex;
  margin: auto;
}
.cid-uLmYXLkdZH .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown-menu,
.cid-uLmYXLkdZH .navbar.opened {
  background: #ffffff !important;
}
.cid-uLmYXLkdZH .nav-item:focus,
.cid-uLmYXLkdZH .nav-link:focus {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmYXLkdZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmYXLkdZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmYXLkdZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmYXLkdZH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmYXLkdZH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmYXLkdZH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmYXLkdZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar.collapsed {
  justify-content: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmYXLkdZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmYXLkdZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmYXLkdZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmYXLkdZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLmYXLkdZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmYXLkdZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmYXLkdZH .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-uLmYXLkdZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLmYXLkdZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLmYXLkdZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmYXLkdZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLmYXLkdZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmYXLkdZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmYXLkdZH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLmYXLkdZH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLmYXLkdZH .navbar-brand {
  display: flex;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmYXLkdZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmYXLkdZH .dropdown-item.active,
.cid-uLmYXLkdZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmYXLkdZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmYXLkdZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLmYXLkdZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLmYXLkdZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLmYXLkdZH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmYXLkdZH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLmYXLkdZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0070c0;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmYXLkdZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmYXLkdZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmYXLkdZH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLmYXLkdZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmYXLkdZH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmYXLkdZH .navbar {
    height: 70px;
  }
  .cid-uLmYXLkdZH .navbar.opened {
    height: auto;
  }
  .cid-uLmYXLkdZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQLolFBmf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(135deg, #000000 10%, #fac616 100%) !important;
}
.cid-uJQLolFBmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLolFBmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfZiFhI4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTfZiFhI4 .mbr-text {
  margin: 0;
}
.cid-uJTfZiFhI4 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uJTfZiFhI4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJTfZiFhI4 .row-element,
.cid-uJTfZiFhI4 .image-element {
  padding: 0;
}
.cid-uJTfZiFhI4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfZiFhI4 .image-element .img-wrap {
  width: 100% !important;
}
.cid-uJTfZiFhI4 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJTfZiFhI4 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJTfZiFhI4 .carousel-item.active,
.cid-uJTfZiFhI4 .carousel-item-next,
.cid-uJTfZiFhI4 .carousel-item-prev {
  display: flex;
}
.cid-uJTfZiFhI4 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uJTfZiFhI4 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0070c0;
}
.cid-uJTfZiFhI4 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uJTfZiFhI4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJTfZiFhI4 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uJTfZiFhI4 .carousel-controls {
    display: block;
  }
  .cid-uJTfZiFhI4 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uJTfZiFhI4 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uJTfZiFhI4 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uJTfZiFhI4 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uJTfZiFhI4 .text-element {
    padding: 1rem;
  }
  .cid-uJTfZiFhI4 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJTfZiFhI4 .image-element {
    min-width: 50%;
  }
  .cid-uJTfZiFhI4 .media-container-row {
    width: 100%;
  }
}
.cid-uJTfZiFhI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTfZiFhI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTfZiFhI4 .mbr-title,
.cid-uJTfZiFhI4 .ornament {
  color: #ce320c;
}
.cid-uJTfZiFhI4 .mbr-text,
.cid-uJTfZiFhI4 .link {
  text-align: left;
}
.cid-uJQLomC1g6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-uJQLomC1g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLomC1g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJQLomC1g6 .container {
    padding: 0 15px;
  }
}
.cid-uJQLomC1g6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJQLomC1g6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJQLomC1g6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJQLomC1g6 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uJQLomC1g6 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uJQLomC1g6 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uJQLomC1g6 .mbr-section-title {
  color: #131c28;
}
.cid-uJQLomC1g6 .mbr-desc {
  color: #131c28;
}
.cid-uJQLonmw3C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fac616;
}
.cid-uJQLonmw3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLonmw3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJQLonmw3C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJQLonmw3C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJQLonmw3C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQLonmw3C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJQLonmw3C .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJQLonmw3C .mbr-text,
.cid-uJQLonmw3C .mbr-section-btn {
  color: #353535;
  text-align: right;
}
.cid-uJQLonHfbR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uJQLonHfbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLonHfbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLonHfbR .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJQLonHfbR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLonHfbR .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJQLonHfbR .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJQLonHfbR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJQLonHfbR .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJQLonHfbR .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLonHfbR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJQLonHfbR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJQLonHfbR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJQLonHfbR .mbr-section-title {
  color: #191c25;
}
.cid-uJQLonHfbR .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJQLonHfbR .mbr-section-title,
.cid-uJQLonHfbR .mbr-section-btn,
.cid-uJQLonHfbR .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJQLoo4Uob {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLoo4Uob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLoo4Uob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLoo4Uob .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLoo4Uob .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLoo4Uob .container {
    padding: 0 24px;
  }
}
.cid-uJQLoo4Uob .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLoo4Uob .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLoo4Uob .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLoo4Uob .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLoo4Uob .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLoo4Uob .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLoo4Uob .mbr-section-title {
  color: #141414;
}
.cid-uJQLoo4Uob .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLoo4Uob .mbr-section-title,
.cid-uJQLoo4Uob .mbr-section-btn {
  text-align: center;
}
.cid-uJQLoos9La {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLoos9La .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLoos9La .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLoos9La .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLoos9La .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLoos9La .container {
    padding: 0 24px;
  }
}
.cid-uJQLoos9La .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLoos9La .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLoos9La .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLoos9La .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLoos9La .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLoos9La .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLoos9La .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLoos9La .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLoos9La .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLoos9La .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLoos9La .mbr-section-title {
  color: #141414;
}
.cid-uJQLoos9La .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLoos9La .mbr-section-title,
.cid-uJQLoos9La .mbr-section-btn {
  text-align: center;
}
.cid-uJQLooTiWn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uJQLooTiWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLooTiWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLooTiWn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJQLooTiWn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLooTiWn .container {
    padding: 0 24px;
  }
}
.cid-uJQLooTiWn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn:hover,
.cid-uJQLooTiWn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uJQLooTiWn .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJQLooTiWn .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uJQLooTiWn .decor-wrapper .decor_1 {
  background-color: #fac616;
}
.cid-uJQLooTiWn .decor-wrapper .decor_2 {
  background-color: #063a99;
}
.cid-uJQLooTiWn .decor-wrapper .decor_3 {
  background-color: #e43f3f;
}
.cid-uJQLooTiWn .decor-wrapper .decor_4 {
  background-color: #279e64;
}
.cid-uJQLooTiWn .mbr-section-title {
  color: #141414;
}
.cid-uJQLooTiWn .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uJQLooTiWn .mbr-section-title,
.cid-uJQLooTiWn .mbr-section-btn {
  text-align: center;
}
.cid-uJQLopiYxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uJQLopiYxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLopiYxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLopiYxm .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJQLopiYxm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLopiYxm .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJQLopiYxm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJQLopiYxm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uJQLopiYxm .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJQLopiYxm .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJQLopiYxm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJQLopiYxm .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJQLopiYxm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJQLopiYxm .mbr-section-title {
  color: #191c25;
}
.cid-uJQLopiYxm .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uJQLopiYxm .mbr-section-title,
.cid-uJQLopiYxm .mbr-section-btn,
.cid-uJQLopiYxm .title-wrapper {
  text-align: center;
  color: #fac616;
}
.cid-uJQLopHYMj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-uJQLopHYMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQLopHYMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQLopHYMj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJQLopHYMj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLopHYMj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJQLopHYMj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJQLopHYMj .container {
    padding: 0 14px;
  }
}
.cid-uJQLopHYMj .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper {
  display: block;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uJQLopHYMj .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uJQLopHYMj .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJQLopHYMj .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uJQLopHYMj .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uLn2cnFYYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLn2cnFYYe .container-fluid,
.cid-uLn2cnFYYe .container {
  position: relative;
}
.cid-uLn2cnFYYe .container-fluid::before,
.cid-uLn2cnFYYe .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #ff8e01;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .container-fluid::before,
  .cid-uLn2cnFYYe .container::before {
    display: none;
  }
}
.cid-uLn2cnFYYe .media-wrap {
  height: 300px;
}
.cid-uLn2cnFYYe .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLn2cnFYYe .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uLn2cnFYYe .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper {
    background-color: #ff8e01;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #fafafa;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .list {
    background-color: #ff8e01;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uLn2cnFYYe .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uLn2cnFYYe .list .item-wrap:hover {
  opacity: .7;
}
.cid-uLn2cnFYYe .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright {
    background-color: #ff8e01;
  }
}
.cid-uLn2cnFYYe .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLn2cnFYYe .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uLn2cnFYYe .mbr-text {
  color: #bcbfca;
}
.cid-uLn2cnFYYe .mbr-desc {
  color: #fafafa;
}
.cid-uLn2cnFYYe .mbr-link {
  color: #353535;
}
.cid-uLn2cnFYYe .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uLn2cnFYYe .mbr-text,
.cid-uLn2cnFYYe .icon-wrapper {
  color: #fafafa;
}
