body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ebbf03 !important;
}
.bg-success {
  background-color: #e6c63b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ebbf03 !important;
  border-color: #ebbf03 !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: #957902 !important;
  border-color: #957902 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #957902 !important;
  border-color: #957902 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !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: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !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: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebbf03;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #957902 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ebbf03 !important;
  border-color: #ebbf03 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ebbf03 !important;
}
.text-secondary {
  color: #e6c63b !important;
}
.text-success {
  color: #e6c63b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #866d02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a68b15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a68b15 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ebbf03;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ebbf03;
  border-color: #ebbf03;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ebbf03;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef2bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Ubuntu', 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: #ebbf03 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', 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: #ebbf03;
}
/* 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: #ebbf03;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ebbf03;
}
.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: #ebbf03;
  border-bottom-color: #ebbf03;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ebbf03 !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: #e6c63b !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='%23ebbf03' %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-u3rciCTLEb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3rciCTLEb nav.navbar {
  position: fixed;
}
.cid-u3rciCTLEb .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-u3rciCTLEb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3rciCTLEb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3rciCTLEb .dropdown-item:hover,
.cid-u3rciCTLEb .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-u3rciCTLEb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3rciCTLEb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3rciCTLEb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3rciCTLEb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3rciCTLEb .nav-link {
  position: relative;
}
.cid-u3rciCTLEb .container {
  display: flex;
  margin: auto;
}
.cid-u3rciCTLEb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3rciCTLEb .dropdown-menu,
.cid-u3rciCTLEb .navbar.opened {
  background: #ffffff !important;
}
.cid-u3rciCTLEb .nav-item:focus,
.cid-u3rciCTLEb .nav-link:focus {
  outline: none;
}
.cid-u3rciCTLEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3rciCTLEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3rciCTLEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3rciCTLEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3rciCTLEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3rciCTLEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3rciCTLEb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3rciCTLEb .navbar.opened {
  transition: all 0.3s;
}
.cid-u3rciCTLEb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3rciCTLEb .navbar .navbar-logo img {
  width: auto;
}
.cid-u3rciCTLEb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3rciCTLEb .navbar.collapsed {
  justify-content: center;
}
.cid-u3rciCTLEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3rciCTLEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3rciCTLEb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3rciCTLEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3rciCTLEb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3rciCTLEb .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-u3rciCTLEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3rciCTLEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3rciCTLEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3rciCTLEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3rciCTLEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3rciCTLEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3rciCTLEb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3rciCTLEb .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-u3rciCTLEb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3rciCTLEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3rciCTLEb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3rciCTLEb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3rciCTLEb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3rciCTLEb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3rciCTLEb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3rciCTLEb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3rciCTLEb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3rciCTLEb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3rciCTLEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3rciCTLEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3rciCTLEb .dropdown-item.active,
.cid-u3rciCTLEb .dropdown-item:active {
  background-color: transparent;
}
.cid-u3rciCTLEb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3rciCTLEb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3rciCTLEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3rciCTLEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3rciCTLEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3rciCTLEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3rciCTLEb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3rciCTLEb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3rciCTLEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3rciCTLEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3rciCTLEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3rciCTLEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rciCTLEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rciCTLEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3rciCTLEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rciCTLEb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3rciCTLEb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3rciCTLEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rciCTLEb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3rciCTLEb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3rciCTLEb .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-u3rciCTLEb .navbar {
    height: 70px;
  }
  .cid-u3rciCTLEb .navbar.opened {
    height: auto;
  }
  .cid-u3rciCTLEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHMHFSpSL {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/gemini-generated-image-vision-1224x1224.jpg");
}
.cid-uqHMHFSpSL .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uqHMHFSpSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHMHFSpSL .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqHMHFSpSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqHMHFSpSL {
    align-items: flex-end;
  }
  .cid-uqHMHFSpSL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqHMHFSpSL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqHMHFSpSL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqHMHFSpSL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqHMHFSpSL .content-wrap {
    width: 100%;
  }
}
.cid-uqHMHFSpSL .mbr-section-subtitle,
.cid-uqHMHFSpSL .line {
  color: #ffffff;
}
.cid-uqHMHFSpSL .mbr-text,
.cid-uqHMHFSpSL .mbr-section-btn {
  text-align: right;
}
.cid-u3Jcagxtcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3Jcagxtcl blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u3rciHRNzZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3rciHRNzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rciHRNzZ .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-u3rciHRNzZ .container {
    padding: 0 20px;
  }
}
.cid-u3rciHRNzZ .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u3rciHRNzZ .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u3rciHRNzZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3rciHRNzZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u3rciHRNzZ .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3rciHRNzZ .image-wrapper {
  position: relative;
}
.cid-u3rciHRNzZ .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #e6c63b 50%, #ffffff 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-u3rciHRNzZ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u3rciHRNzZ .image-wrapper img {
    height: 350px;
  }
}
.cid-u3rciHRNzZ .mbr-section-title {
  color: #ffffff;
}
.cid-u3rciHRNzZ .mbr-text {
  color: #e6c63b;
}
.cid-u3rciHRNzZ .mbr-number {
  color: #f5fd7b;
}
.cid-u3rciHRNzZ .mbr-desc {
  color: #ffffff;
}
.cid-u3rciHRNzZ .mbr-link {
  color: #ffffff;
}
.cid-u3rciHRNzZ .mbr-section-title,
.cid-u3rciHRNzZ .mbr-section-btn {
  color: #000000;
}
.cid-u3rciIAXcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3rciIAXcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rciIAXcd .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-u3rciIAXcd .container {
    padding: 0 20px;
  }
}
.cid-u3rciIAXcd .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u3rciIAXcd .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u3rciIAXcd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3rciIAXcd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u3rciIAXcd .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3rciIAXcd .image-wrapper {
  position: relative;
}
.cid-u3rciIAXcd .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ffffff 50%, #ffe161 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-u3rciIAXcd .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u3rciIAXcd .image-wrapper img {
    height: 350px;
  }
}
.cid-u3rciIAXcd .mbr-section-title {
  color: #ffffff;
}
.cid-u3rciIAXcd .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u3rciIAXcd .mbr-number {
  color: #f5fd7b;
}
.cid-u3rciIAXcd .mbr-desc {
  color: #ffffff;
}
.cid-u3rciIAXcd .mbr-link {
  color: #ffffff;
}
.cid-u3rciIAXcd .mbr-section-title,
.cid-u3rciIAXcd .mbr-section-btn {
  color: #000000;
}
.cid-u3rciMsy2Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3rciMsy2Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3rciMsy2Z .mbr-section-title {
  color: #f4cd3c;
  text-align: center;
}
.cid-u3rciMsy2Z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3rciMsy2Z .row {
  align-items: center;
  height: 100%;
}
.cid-u3rciMsy2Z .col-10 {
  margin: auto;
}
.cid-u3rciNl3Dp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3rciNl3Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rciNl3Dp .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-u3rciNl3Dp .container {
    padding: 0 16px;
  }
}
.cid-u3rciNl3Dp .card {
  position: relative;
  justify-content: center;
}
.cid-u3rciNl3Dp .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #ffe161;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-u3rciNl3Dp .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-u3rciNl3Dp .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-u3rciNl3Dp .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-u3rciNl3Dp .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u3rciNl3Dp .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-u3rciNl3Dp .mbr-text {
  color: #000000;
}
.cid-u3rciNl3Dp .mbr-name {
  color: #000000;
}
.cid-u3rciNl3Dp .mbr-desc {
  color: #bbbbbb;
}
.cid-u3rciO8OIT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u3rciO8OIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rciO8OIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rciO8OIT .title-wrapper {
  padding: 0 30%;
}
.cid-u3rciO8OIT .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: -0.04ch;
}
.cid-u3rciO8OIT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u3rciO8OIT .team-card:hover {
  transform: translateY(-10px);
}
.cid-u3rciO8OIT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
  max-height: 340px;
  height: 340px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transition: transform .3s ease;
}
.cid-u3rciO8OIT .embla__slide:hover {
  transform: scale(1.05, 1.05);
}
@media (max-width: 768px) {
  .cid-u3rciO8OIT .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 250px;
    height: 250px;
  }
}
.cid-u3rciO8OIT .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}
.cid-u3rciO8OIT .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 140px;
}
.cid-u3rciO8OIT .embla__button--next,
.cid-u3rciO8OIT .embla__button--prev {
  display: flex;
}
.cid-u3rciO8OIT .embla__button {
  top: -2rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ebbf03;
  border: 2px solid #ebbf03;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u3rciO8OIT .embla__button {
    display: none;
  }
}
.cid-u3rciO8OIT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u3rciO8OIT .embla__button:hover {
  background: transparent;
  color: #ebbf03;
  opacity: 1;
}
.cid-u3rciO8OIT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}
.cid-u3rciO8OIT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}
.cid-u3rciO8OIT .embla {
  position: relative;
  width: 100%;
}
.cid-u3rciO8OIT .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 72px 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3rciO8OIT .embla__viewport {
    padding: 45px 0 1rem;
  }
}
.cid-u3rciO8OIT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u3rciO8OIT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u3rciO8OIT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u3rciO8OIT .item-menu-overlay {
  background: transparent;
}
.cid-u3rciO8OIT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u3rct8gEYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3rct8gEYP nav.navbar {
  position: fixed;
}
.cid-u3rct8gEYP .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-u3rct8gEYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3rct8gEYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3rct8gEYP .dropdown-item:hover,
.cid-u3rct8gEYP .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-u3rct8gEYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3rct8gEYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3rct8gEYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3rct8gEYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3rct8gEYP .nav-link {
  position: relative;
}
.cid-u3rct8gEYP .container {
  display: flex;
  margin: auto;
}
.cid-u3rct8gEYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3rct8gEYP .dropdown-menu,
.cid-u3rct8gEYP .navbar.opened {
  background: #ffffff !important;
}
.cid-u3rct8gEYP .nav-item:focus,
.cid-u3rct8gEYP .nav-link:focus {
  outline: none;
}
.cid-u3rct8gEYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3rct8gEYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3rct8gEYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3rct8gEYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3rct8gEYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3rct8gEYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3rct8gEYP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3rct8gEYP .navbar.opened {
  transition: all 0.3s;
}
.cid-u3rct8gEYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3rct8gEYP .navbar .navbar-logo img {
  width: auto;
}
.cid-u3rct8gEYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3rct8gEYP .navbar.collapsed {
  justify-content: center;
}
.cid-u3rct8gEYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3rct8gEYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3rct8gEYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3rct8gEYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3rct8gEYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3rct8gEYP .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-u3rct8gEYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3rct8gEYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3rct8gEYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3rct8gEYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3rct8gEYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3rct8gEYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3rct8gEYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3rct8gEYP .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-u3rct8gEYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3rct8gEYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3rct8gEYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3rct8gEYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3rct8gEYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3rct8gEYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3rct8gEYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3rct8gEYP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3rct8gEYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3rct8gEYP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3rct8gEYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3rct8gEYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3rct8gEYP .dropdown-item.active,
.cid-u3rct8gEYP .dropdown-item:active {
  background-color: transparent;
}
.cid-u3rct8gEYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3rct8gEYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3rct8gEYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3rct8gEYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3rct8gEYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3rct8gEYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3rct8gEYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3rct8gEYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3rct8gEYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3rct8gEYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3rct8gEYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3rct8gEYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rct8gEYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rct8gEYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3rct8gEYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rct8gEYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3rct8gEYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3rct8gEYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rct8gEYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3rct8gEYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3rct8gEYP .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-u3rct8gEYP .navbar {
    height: 70px;
  }
  .cid-u3rct8gEYP .navbar.opened {
    height: auto;
  }
  .cid-u3rct8gEYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us6vULgkjP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-technology4-2000x2000.jpeg");
}
.cid-us6vULgkjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6vULgkjP .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-us6vULgkjP .container {
    padding: 0 15px;
  }
}
.cid-us6vULgkjP .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-us6vULgkjP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-us6vULgkjP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-us6vULgkjP .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us6vULgkjP .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-us6vULgkjP .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-us6vULgkjP .mbr-section-title {
  color: #131c28;
}
.cid-us6vULgkjP .mbr-desc {
  color: #131c28;
}
.cid-us6vULgkjP .mbr-section-title,
.cid-us6vULgkjP .mbr-section-btn {
  color: #ffffff;
}
.cid-us2eXXtHfD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-us2eXXtHfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2eXXtHfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2eXXtHfD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us2eXXtHfD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-us2eXXtHfD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-us2eXXtHfD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-us2eXXtHfD .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #fffde3;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ebbf03;
  height: 80px;
  border-radius: 50%;
}
.cid-us2eXXtHfD .mbr-section-title {
  color: #000000;
}
.cid-us2eXXtHfD .mbr-section-subtitle {
  color: #232323;
}
.cid-us2eXXtHfD .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-us2eXXtHfD .card-box .item-footer {
  margin-top: auto;
}
.cid-us2eXXtHfD .content-head {
  max-width: 800px;
}
.cid-uf7RoZWULy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uf7RoZWULy h3,
.cid-uf7RoZWULy p {
  margin: 0;
}
.cid-uf7RoZWULy .heading {
  margin-bottom: 50px;
}
.cid-uf7RoZWULy .mbr-section-title {
  color: #000000;
}
.cid-uf7RoZWULy .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uf7RoZWULy .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-uf7RoZWULy .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-uf7RoZWULy .tile-wrap {
    padding-top: 400%;
  }
}
.cid-uf7RoZWULy .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebbf03;
  border-radius: 100%;
}
.cid-uf7RoZWULy .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-uf7RoZWULy .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uf7RoZWULy .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uf7RoZWULy .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-uf7RoZWULy .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-uf7RoZWULy .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-uf7RoZWULy .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uf7RoZWULy .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-uf7RoZWULy .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-uf7RoZWULy .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uf7RoZWULy .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uf7RoZWULy .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-uf7RoZWULy .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-uf7RoZWULy .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-uf7RoZWULy .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uf7RoZWULy .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-uf7RoZWULy .mbr-card-title {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uf7RoZWULy .tile:nth-of-type(1):before {
  content: "1";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #ebbf03;
  border-radius: 50%;
  z-index: 2;
}
.cid-uf7RoZWULy .tile:nth-of-type(2):before {
  content: "2";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #ebbf03;
  border-radius: 50%;
  z-index: 2;
}
.cid-uf7RoZWULy .tile:nth-of-type(3):before {
  content: "3";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #ebbf03;
  border-radius: 50%;
  z-index: 2;
}
.cid-uf7RoZWULy .tile:nth-of-type(4):before {
  content: "4";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #ebbf03;
  border-radius: 50%;
  z-index: 2;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u3rcAT9L8q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3rcAT9L8q nav.navbar {
  position: fixed;
}
.cid-u3rcAT9L8q .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-u3rcAT9L8q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3rcAT9L8q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3rcAT9L8q .dropdown-item:hover,
.cid-u3rcAT9L8q .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-u3rcAT9L8q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3rcAT9L8q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3rcAT9L8q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3rcAT9L8q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3rcAT9L8q .nav-link {
  position: relative;
}
.cid-u3rcAT9L8q .container {
  display: flex;
  margin: auto;
}
.cid-u3rcAT9L8q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3rcAT9L8q .dropdown-menu,
.cid-u3rcAT9L8q .navbar.opened {
  background: #ffffff !important;
}
.cid-u3rcAT9L8q .nav-item:focus,
.cid-u3rcAT9L8q .nav-link:focus {
  outline: none;
}
.cid-u3rcAT9L8q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3rcAT9L8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3rcAT9L8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3rcAT9L8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3rcAT9L8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3rcAT9L8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3rcAT9L8q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3rcAT9L8q .navbar.opened {
  transition: all 0.3s;
}
.cid-u3rcAT9L8q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3rcAT9L8q .navbar .navbar-logo img {
  width: auto;
}
.cid-u3rcAT9L8q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3rcAT9L8q .navbar.collapsed {
  justify-content: center;
}
.cid-u3rcAT9L8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3rcAT9L8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3rcAT9L8q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3rcAT9L8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3rcAT9L8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3rcAT9L8q .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-u3rcAT9L8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3rcAT9L8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3rcAT9L8q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3rcAT9L8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3rcAT9L8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3rcAT9L8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3rcAT9L8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3rcAT9L8q .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-u3rcAT9L8q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3rcAT9L8q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3rcAT9L8q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3rcAT9L8q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3rcAT9L8q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3rcAT9L8q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3rcAT9L8q .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3rcAT9L8q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3rcAT9L8q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3rcAT9L8q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3rcAT9L8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3rcAT9L8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3rcAT9L8q .dropdown-item.active,
.cid-u3rcAT9L8q .dropdown-item:active {
  background-color: transparent;
}
.cid-u3rcAT9L8q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3rcAT9L8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3rcAT9L8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3rcAT9L8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3rcAT9L8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3rcAT9L8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3rcAT9L8q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3rcAT9L8q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3rcAT9L8q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3rcAT9L8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3rcAT9L8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3rcAT9L8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcAT9L8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcAT9L8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3rcAT9L8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcAT9L8q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3rcAT9L8q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3rcAT9L8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcAT9L8q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3rcAT9L8q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3rcAT9L8q .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-u3rcAT9L8q .navbar {
    height: 70px;
  }
  .cid-u3rcAT9L8q .navbar.opened {
    height: auto;
  }
  .cid-u3rcAT9L8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us6DLLwrZv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-image-setments-2000x2000.jpg");
}
.cid-us6DLLwrZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6DLLwrZv .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-us6DLLwrZv .container {
    padding: 0 15px;
  }
}
.cid-us6DLLwrZv .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-us6DLLwrZv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-us6DLLwrZv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-us6DLLwrZv .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us6DLLwrZv .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-us6DLLwrZv .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-us6DLLwrZv .mbr-section-title {
  color: #131c28;
}
.cid-us6DLLwrZv .mbr-desc {
  color: #131c28;
}
.cid-us6DLLwrZv .mbr-section-title,
.cid-us6DLLwrZv .mbr-section-btn {
  color: #ffffff;
}
.cid-uf6iqa2UPd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gold-karats-guide-luxe-digital-2000x1000.jpg");
}
.cid-uf6iqa2UPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6iqa2UPd .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-uf6iqa2UPd .container {
    padding: 0 22px;
  }
}
.cid-uf6iqa2UPd .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uf6iqa2UPd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uf6iqa2UPd .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uf6iqa2UPd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fafafa;
  border-radius: 0 !important;
}
.cid-uf6iqa2UPd .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uf6iqa2UPd .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-uf6iqa2UPd .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uf6iqa2UPd .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uf6iqa2UPd .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uf6iqa2UPd .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-uf6iqa2UPd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uf6iqa2UPd .card-title {
  color: #000305;
}
.cid-uf6iqa2UPd .card-text {
  color: #000305;
}
.cid-uf6jpmbqYY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gold-karats-guide-luxe-digital-2000x1000.jpg");
}
.cid-uf6jpmbqYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6jpmbqYY .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-uf6jpmbqYY .container {
    padding: 0 22px;
  }
}
.cid-uf6jpmbqYY .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uf6jpmbqYY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uf6jpmbqYY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uf6jpmbqYY .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uf6jpmbqYY .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uf6jpmbqYY .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-uf6jpmbqYY .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uf6jpmbqYY .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uf6jpmbqYY .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uf6jpmbqYY .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-uf6jpmbqYY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uf6jpmbqYY .card-title {
  color: #000305;
}
.cid-uf6jpmbqYY .card-text {
  color: #000305;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u3rcJpINTS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3rcJpINTS nav.navbar {
  position: fixed;
}
.cid-u3rcJpINTS .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-u3rcJpINTS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3rcJpINTS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3rcJpINTS .dropdown-item:hover,
.cid-u3rcJpINTS .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-u3rcJpINTS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3rcJpINTS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3rcJpINTS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3rcJpINTS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3rcJpINTS .nav-link {
  position: relative;
}
.cid-u3rcJpINTS .container {
  display: flex;
  margin: auto;
}
.cid-u3rcJpINTS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3rcJpINTS .dropdown-menu,
.cid-u3rcJpINTS .navbar.opened {
  background: #ffffff !important;
}
.cid-u3rcJpINTS .nav-item:focus,
.cid-u3rcJpINTS .nav-link:focus {
  outline: none;
}
.cid-u3rcJpINTS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3rcJpINTS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3rcJpINTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3rcJpINTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3rcJpINTS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3rcJpINTS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3rcJpINTS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3rcJpINTS .navbar.opened {
  transition: all 0.3s;
}
.cid-u3rcJpINTS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3rcJpINTS .navbar .navbar-logo img {
  width: auto;
}
.cid-u3rcJpINTS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3rcJpINTS .navbar.collapsed {
  justify-content: center;
}
.cid-u3rcJpINTS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3rcJpINTS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3rcJpINTS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3rcJpINTS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3rcJpINTS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3rcJpINTS .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-u3rcJpINTS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3rcJpINTS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3rcJpINTS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3rcJpINTS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3rcJpINTS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3rcJpINTS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3rcJpINTS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3rcJpINTS .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-u3rcJpINTS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3rcJpINTS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3rcJpINTS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3rcJpINTS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3rcJpINTS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3rcJpINTS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3rcJpINTS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3rcJpINTS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3rcJpINTS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3rcJpINTS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3rcJpINTS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3rcJpINTS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3rcJpINTS .dropdown-item.active,
.cid-u3rcJpINTS .dropdown-item:active {
  background-color: transparent;
}
.cid-u3rcJpINTS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3rcJpINTS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3rcJpINTS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3rcJpINTS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3rcJpINTS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3rcJpINTS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3rcJpINTS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3rcJpINTS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3rcJpINTS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3rcJpINTS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3rcJpINTS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3rcJpINTS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcJpINTS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcJpINTS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3rcJpINTS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcJpINTS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3rcJpINTS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3rcJpINTS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcJpINTS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3rcJpINTS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3rcJpINTS .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-u3rcJpINTS .navbar {
    height: 70px;
  }
  .cid-u3rcJpINTS .navbar.opened {
    height: auto;
  }
  .cid-u3rcJpINTS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us6FIbUniX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gemini-generated-news-2000x2000.jpg");
}
.cid-us6FIbUniX .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6FIbUniX .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-us6FIbUniX .container {
    padding: 0 15px;
  }
}
.cid-us6FIbUniX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-us6FIbUniX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-us6FIbUniX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-us6FIbUniX .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us6FIbUniX .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-us6FIbUniX .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-us6FIbUniX .mbr-section-title {
  color: #131c28;
}
.cid-us6FIbUniX .mbr-desc {
  color: #131c28;
}
.cid-us6FIbUniX .mbr-section-title,
.cid-us6FIbUniX .mbr-section-btn {
  color: #ffffff;
}
.cid-u3J44GO1hK {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u3J44GO1hK img {
  width: 100%;
  filter: grayscale(1);
}
.cid-u3J44GO1hK .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-u3J44GO1hK .block-timeline {
  display: flex;
}
.cid-u3J44GO1hK .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-u3J44GO1hK .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-u3J44GO1hK .inner-date {
  padding: 1rem 1.5rem;
  background-color: #e6c63b;
}
.cid-u3J44GO1hK .date-block {
  margin-right: 0.6rem;
}
.cid-u3J44GO1hK .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-u3J44GO1hK .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-u3J44GO1hK .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-u3J44GO1hK .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u3J44GO1hK .timeline-text-content {
  display: flex;
  background: #e6c63b;
  transition: all 0.4s;
}
.cid-u3J44GO1hK .month-block {
  font-weight: 700;
}
.cid-u3J44GO1hK .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-u3J44GO1hK .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-u3J44GO1hK .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-u3J44GO1hK .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-u3J44GO1hK .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-u3J44GO1hK .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-u3J44GO1hK .location {
  display: flex;
  align-items: center;
}
.cid-u3J44GO1hK .mbr-iconfont {
  font-size: 16px;
  color: #e6c63b;
}
.cid-u3J44GO1hK .iconsBackground {
  margin-right: 0.8rem;
}
.cid-u3J44GO1hK .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-u3J44GO1hK .date-block {
    display: none;
  }
  .cid-u3J44GO1hK .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u3J44GO1hK .image-wrap {
    padding-right: 0rem;
  }
  .cid-u3J44GO1hK .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-u3J44GO1hK .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u3J44GO1hK .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u3J44GO1hK .image-wrap {
    padding-right: 0rem;
  }
  .cid-u3J44GO1hK .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u3J44GO1hK .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-u3J44GO1hK .block-timeline {
    padding: 0;
  }
}
.cid-u3J44GO1hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3J44GO1hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u3rcN06adq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3rcN06adq nav.navbar {
  position: fixed;
}
.cid-u3rcN06adq .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-u3rcN06adq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3rcN06adq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3rcN06adq .dropdown-item:hover,
.cid-u3rcN06adq .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-u3rcN06adq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3rcN06adq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3rcN06adq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3rcN06adq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3rcN06adq .nav-link {
  position: relative;
}
.cid-u3rcN06adq .container {
  display: flex;
  margin: auto;
}
.cid-u3rcN06adq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3rcN06adq .dropdown-menu,
.cid-u3rcN06adq .navbar.opened {
  background: #ffffff !important;
}
.cid-u3rcN06adq .nav-item:focus,
.cid-u3rcN06adq .nav-link:focus {
  outline: none;
}
.cid-u3rcN06adq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3rcN06adq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3rcN06adq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3rcN06adq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3rcN06adq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3rcN06adq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3rcN06adq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u3rcN06adq .navbar.opened {
  transition: all 0.3s;
}
.cid-u3rcN06adq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3rcN06adq .navbar .navbar-logo img {
  width: auto;
}
.cid-u3rcN06adq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3rcN06adq .navbar.collapsed {
  justify-content: center;
}
.cid-u3rcN06adq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3rcN06adq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3rcN06adq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3rcN06adq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3rcN06adq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3rcN06adq .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-u3rcN06adq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3rcN06adq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3rcN06adq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3rcN06adq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3rcN06adq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3rcN06adq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3rcN06adq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3rcN06adq .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-u3rcN06adq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3rcN06adq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3rcN06adq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3rcN06adq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3rcN06adq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3rcN06adq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3rcN06adq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3rcN06adq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3rcN06adq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3rcN06adq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3rcN06adq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3rcN06adq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3rcN06adq .dropdown-item.active,
.cid-u3rcN06adq .dropdown-item:active {
  background-color: transparent;
}
.cid-u3rcN06adq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3rcN06adq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3rcN06adq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3rcN06adq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3rcN06adq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3rcN06adq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3rcN06adq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3rcN06adq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3rcN06adq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3rcN06adq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3rcN06adq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3rcN06adq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcN06adq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3rcN06adq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3rcN06adq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcN06adq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3rcN06adq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3rcN06adq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3rcN06adq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3rcN06adq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3rcN06adq .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-u3rcN06adq .navbar {
    height: 70px;
  }
  .cid-u3rcN06adq .navbar.opened {
    height: auto;
  }
  .cid-u3rcN06adq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us6WQkF2Tq {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-20220610-wa0007-1600x1254.jpg");
}
.cid-us6WQkF2Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6WQkF2Tq .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-us6WQkF2Tq .container {
    padding: 0 15px;
  }
}
.cid-us6WQkF2Tq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-us6WQkF2Tq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-us6WQkF2Tq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-us6WQkF2Tq .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us6WQkF2Tq .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-us6WQkF2Tq .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-us6WQkF2Tq .mbr-section-title {
  color: #131c28;
}
.cid-us6WQkF2Tq .mbr-desc {
  color: #131c28;
}
.cid-us6WQkF2Tq .mbr-section-title,
.cid-us6WQkF2Tq .mbr-section-btn {
  color: #ffffff;
}
.cid-uf6njv2zy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-uf6njv2zy3 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #ebbf03 43%, #000000 100%);
}
.cid-uf6njv2zy3 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #ebbf03 43%, #000000 100%);
}
.cid-uf6njv2zy3 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #ebbf03 43%, #000000 100%);
}
.cid-uf6njv2zy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6njv2zy3 .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-uf6njv2zy3 .container {
    padding: 0 30px;
  }
}
.cid-uf6njv2zy3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uf6njv2zy3 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uf6njv2zy3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uf6njv2zy3 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uf6njv2zy3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #000000 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #fafafa;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uf6njv2zy3 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uf6njv2zy3 .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-uf6njv2zy3 .mbr-section-title {
  color: #ffffff;
}
.cid-uf6njv2zy3 .mbr-section-title,
.cid-uf6njv2zy3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-sFHpMqcXGj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFHpMqcXGj nav.navbar {
  position: fixed;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #ffffff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sn94xbOT {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cid-u3sn94xbOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sn94xbOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-u3sn94xbOT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .container {
    padding: 0 16px;
  }
}
.cid-u3sn94xbOT .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .row {
    margin: 0 10px;
  }
}
.cid-u3sn94xbOT .row .card {
  padding: 0;
}
.cid-u3sn94xbOT .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u3sn94xbOT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u3sn94xbOT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u3sn94xbOT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3sn94xbOT .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u3sn94xbOT .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3sn94xbOT .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-u3sn94xbOT .mbr-section-title {
  color: #192227;
}
.cid-u3sn94xbOT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u3sn94xbOT .mbr-section-title,
.cid-u3sn94xbOT .mbr-section-btn {
  text-align: center;
}
.cid-tZ6hKfj7pJ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/0000402157-resized-goldpelllets1022bloomberg-511x287.jpg");
}
.cid-tZ6hKfj7pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ6hKfj7pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ebbf03 !important;
}
.cid-tZ6hKfj7pJ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tZ6hKfj7pJ .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #ffffff;
  padding: 80px 100px 80px 160px;
}
@media (max-width: 992px) {
  .cid-tZ6hKfj7pJ .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tZ6hKfj7pJ .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tZ6hKfj7pJ .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tZ6hKfj7pJ .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tZ6hKfj7pJ .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tZ6hKfj7pJ .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tZ6hKfj7pJ .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tZ6hKfj7pJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ6hKfj7pJ .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tZ6hKfj7pJ .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tZ6hKfj7pJ .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tZ6hKfj7pJ .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tZ6hKfj7pJ .mbr-link,
.cid-tZ6hKfj7pJ .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tZ6hKfj7pJ .mbr-section-title {
  color: #000000;
}
.cid-tZ6hKfj7pJ .mbr-text {
  color: #000000;
}
.cid-tZ6hKfj7pJ .mbr-section-title,
.cid-tZ6hKfj7pJ .mbr-section-btn,
.cid-tZ6hKfj7pJ .title-link-wrap {
  color: #e6c63b;
}
.cid-tYZTgPzxcl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYZTgPzxcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZTgPzxcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZTgPzxcl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .container {
    padding: 0 16px;
  }
}
.cid-tYZTgPzxcl .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .row {
    margin: 0 10px;
  }
}
.cid-tYZTgPzxcl .row .card {
  padding: 0;
}
.cid-tYZTgPzxcl .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .row .card:first-child {
    padding: 0;
  }
}
.cid-tYZTgPzxcl .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tYZTgPzxcl .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYZTgPzxcl .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #000000;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tYZTgPzxcl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYZTgPzxcl .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tYZTgPzxcl .content-wrapper {
  border: 1px solid #e6c63b;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .content-wrapper {
    padding: 20px;
  }
}
.cid-tYZTgPzxcl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tYZTgPzxcl .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tYZTgPzxcl .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tYZTgPzxcl .mbr-section-title {
  color: #192227;
}
.cid-tYZTgPzxcl .mbr-desc {
  color: #192227;
}
.cid-tYZTgPzxcl .mbr-text {
  color: #fdfcfc;
}
.cid-tYZTgPzxcl .mbr-section-title,
.cid-tYZTgPzxcl .icon-wrapper {
  text-align: center;
}
.cid-tYZTgPzxcl .mbr-text,
.cid-tYZTgPzxcl .mbr-section-btn {
  color: #232b45;
}
.cid-sFHr5fwP9J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFHr5fwP9J .timeline-element {
  position: relative;
}
.cid-sFHr5fwP9J .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFHr5fwP9J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHr5fwP9J .mbr-section-title,
.cid-sFHr5fwP9J .mbr-section-subtitle,
.cid-sFHr5fwP9J .timeline-date {
  text-align: center;
}
.cid-sFHr5fwP9J .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffe161;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sFHr5fwP9J .row:after {
  content: "";
  position: absolute;
  background-color: #ffe161;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sFHr5fwP9J .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sFHr5fwP9J .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 2rem;
  }
}
.cid-sFHr5fwP9J .mbr-text {
  color: #000000;
}
.cid-sFHr5fwP9J .mbr-timeline-title {
  color: #e6c63b;
}
.cid-sFHr5fwP9J .mbr-section-title {
  color: #000000;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uf6cZ86tG5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uf6cZ86tG5 nav.navbar {
  position: fixed;
}
.cid-uf6cZ86tG5 .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-uf6cZ86tG5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf6cZ86tG5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf6cZ86tG5 .dropdown-item:hover,
.cid-uf6cZ86tG5 .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-uf6cZ86tG5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf6cZ86tG5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf6cZ86tG5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf6cZ86tG5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf6cZ86tG5 .nav-link {
  position: relative;
}
.cid-uf6cZ86tG5 .container {
  display: flex;
  margin: auto;
}
.cid-uf6cZ86tG5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf6cZ86tG5 .dropdown-menu,
.cid-uf6cZ86tG5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uf6cZ86tG5 .nav-item:focus,
.cid-uf6cZ86tG5 .nav-link:focus {
  outline: none;
}
.cid-uf6cZ86tG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf6cZ86tG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf6cZ86tG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf6cZ86tG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf6cZ86tG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf6cZ86tG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf6cZ86tG5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uf6cZ86tG5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uf6cZ86tG5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf6cZ86tG5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uf6cZ86tG5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf6cZ86tG5 .navbar.collapsed {
  justify-content: center;
}
.cid-uf6cZ86tG5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf6cZ86tG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf6cZ86tG5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uf6cZ86tG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf6cZ86tG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf6cZ86tG5 .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-uf6cZ86tG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf6cZ86tG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf6cZ86tG5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf6cZ86tG5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf6cZ86tG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf6cZ86tG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf6cZ86tG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf6cZ86tG5 .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-uf6cZ86tG5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf6cZ86tG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf6cZ86tG5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf6cZ86tG5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf6cZ86tG5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf6cZ86tG5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf6cZ86tG5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf6cZ86tG5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf6cZ86tG5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf6cZ86tG5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf6cZ86tG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf6cZ86tG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf6cZ86tG5 .dropdown-item.active,
.cid-uf6cZ86tG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uf6cZ86tG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf6cZ86tG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf6cZ86tG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf6cZ86tG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uf6cZ86tG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf6cZ86tG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf6cZ86tG5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf6cZ86tG5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf6cZ86tG5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf6cZ86tG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf6cZ86tG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf6cZ86tG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6cZ86tG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6cZ86tG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf6cZ86tG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6cZ86tG5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf6cZ86tG5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf6cZ86tG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6cZ86tG5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf6cZ86tG5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf6cZ86tG5 .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-uf6cZ86tG5 .navbar {
    height: 70px;
  }
  .cid-uf6cZ86tG5 .navbar.opened {
    height: auto;
  }
  .cid-uf6cZ86tG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf6cZ8wfX4 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gemini-generated-image-mission2-1224x1224.jpg");
}
.cid-uf6cZ8wfX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6cZ8wfX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf6cZ8wfX4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .container {
    padding: 0 16px;
  }
}
.cid-uf6cZ8wfX4 .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .row {
    margin: 0 10px;
  }
}
.cid-uf6cZ8wfX4 .row .card {
  padding: 0;
}
.cid-uf6cZ8wfX4 .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #ffe885;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-uf6cZ8wfX4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uf6cZ8wfX4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uf6cZ8wfX4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uf6cZ8wfX4 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uf6cZ8wfX4 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uf6cZ8wfX4 .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-uf6cZ8wfX4 .mbr-section-title {
  color: #192227;
}
.cid-uf6cZ8wfX4 .mbr-text {
  color: #ebbf03;
  text-align: center;
}
.cid-uf6cZ8wfX4 .mbr-section-title,
.cid-uf6cZ8wfX4 .mbr-section-btn {
  text-align: center;
}
.cid-uf6cZ8SKxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf6cZ8SKxR blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uf6cZ9726x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf6cZ9726x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6cZ9726x .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-uf6cZ9726x .container {
    padding: 0 20px;
  }
}
.cid-uf6cZ9726x .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uf6cZ9726x .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uf6cZ9726x .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uf6cZ9726x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uf6cZ9726x .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uf6cZ9726x .image-wrapper {
  position: relative;
}
.cid-uf6cZ9726x .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #e6c63b 50%, #ffffff 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uf6cZ9726x .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uf6cZ9726x .image-wrapper img {
    height: 350px;
  }
}
.cid-uf6cZ9726x .mbr-section-title {
  color: #ffffff;
}
.cid-uf6cZ9726x .mbr-text {
  color: #969696;
}
.cid-uf6cZ9726x .mbr-number {
  color: #f5fd7b;
}
.cid-uf6cZ9726x .mbr-desc {
  color: #ffffff;
}
.cid-uf6cZ9726x .mbr-link {
  color: #ffffff;
}
.cid-uf6cZ9726x .mbr-section-title,
.cid-uf6cZ9726x .mbr-section-btn {
  color: #000000;
}
.cid-uf6cZ9qhA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf6cZ9qhA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6cZ9qhA1 .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-uf6cZ9qhA1 .container {
    padding: 0 20px;
  }
}
.cid-uf6cZ9qhA1 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uf6cZ9qhA1 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uf6cZ9qhA1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uf6cZ9qhA1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uf6cZ9qhA1 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uf6cZ9qhA1 .image-wrapper {
  position: relative;
}
.cid-uf6cZ9qhA1 .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ffffff 50%, #fafafa 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uf6cZ9qhA1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uf6cZ9qhA1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uf6cZ9qhA1 .mbr-section-title {
  color: #ffffff;
}
.cid-uf6cZ9qhA1 .mbr-text {
  color: #969696;
  text-align: left;
}
.cid-uf6cZ9qhA1 .mbr-number {
  color: #f5fd7b;
}
.cid-uf6cZ9qhA1 .mbr-desc {
  color: #ffffff;
}
.cid-uf6cZ9qhA1 .mbr-link {
  color: #ffffff;
}
.cid-uf6cZ9qhA1 .mbr-section-title,
.cid-uf6cZ9qhA1 .mbr-section-btn {
  color: #000000;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-ufj7Up5LgU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufj7Up5LgU nav.navbar {
  position: fixed;
}
.cid-ufj7Up5LgU .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-ufj7Up5LgU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufj7Up5LgU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufj7Up5LgU .dropdown-item:hover,
.cid-ufj7Up5LgU .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-ufj7Up5LgU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufj7Up5LgU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufj7Up5LgU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufj7Up5LgU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufj7Up5LgU .nav-link {
  position: relative;
}
.cid-ufj7Up5LgU .container {
  display: flex;
  margin: auto;
}
.cid-ufj7Up5LgU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufj7Up5LgU .dropdown-menu,
.cid-ufj7Up5LgU .navbar.opened {
  background: #ffffff !important;
}
.cid-ufj7Up5LgU .nav-item:focus,
.cid-ufj7Up5LgU .nav-link:focus {
  outline: none;
}
.cid-ufj7Up5LgU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufj7Up5LgU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufj7Up5LgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufj7Up5LgU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufj7Up5LgU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufj7Up5LgU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufj7Up5LgU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ufj7Up5LgU .navbar.opened {
  transition: all 0.3s;
}
.cid-ufj7Up5LgU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufj7Up5LgU .navbar .navbar-logo img {
  width: auto;
}
.cid-ufj7Up5LgU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufj7Up5LgU .navbar.collapsed {
  justify-content: center;
}
.cid-ufj7Up5LgU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufj7Up5LgU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufj7Up5LgU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ufj7Up5LgU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufj7Up5LgU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufj7Up5LgU .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-ufj7Up5LgU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufj7Up5LgU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufj7Up5LgU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufj7Up5LgU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufj7Up5LgU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufj7Up5LgU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufj7Up5LgU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufj7Up5LgU .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-ufj7Up5LgU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufj7Up5LgU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufj7Up5LgU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufj7Up5LgU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufj7Up5LgU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufj7Up5LgU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufj7Up5LgU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufj7Up5LgU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufj7Up5LgU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufj7Up5LgU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufj7Up5LgU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufj7Up5LgU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufj7Up5LgU .dropdown-item.active,
.cid-ufj7Up5LgU .dropdown-item:active {
  background-color: transparent;
}
.cid-ufj7Up5LgU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufj7Up5LgU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufj7Up5LgU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufj7Up5LgU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufj7Up5LgU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufj7Up5LgU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufj7Up5LgU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufj7Up5LgU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufj7Up5LgU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufj7Up5LgU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ufj7Up5LgU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufj7Up5LgU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj7Up5LgU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufj7Up5LgU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufj7Up5LgU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj7Up5LgU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufj7Up5LgU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufj7Up5LgU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufj7Up5LgU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufj7Up5LgU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufj7Up5LgU .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-ufj7Up5LgU .navbar {
    height: 70px;
  }
  .cid-ufj7Up5LgU .navbar.opened {
    height: auto;
  }
  .cid-ufj7Up5LgU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufj7UpNEDK {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-ufj7UpNEDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufj7UpNEDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-ufj7UpNEDK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .container {
    padding: 0 16px;
  }
}
.cid-ufj7UpNEDK .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .row {
    margin: 0 10px;
  }
}
.cid-ufj7UpNEDK .row .card {
  padding: 0;
}
.cid-ufj7UpNEDK .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-ufj7UpNEDK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ufj7UpNEDK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ufj7UpNEDK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufj7UpNEDK .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ufj7UpNEDK .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ufj7UpNEDK .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-ufj7UpNEDK .mbr-section-title {
  color: #192227;
}
.cid-ufj7UpNEDK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufj7UpNEDK .mbr-section-title,
.cid-ufj7UpNEDK .mbr-section-btn {
  text-align: center;
}
.cid-ufj7UqxXMf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufj7UqxXMf .nav-tabs .nav-item.open .nav-link:focus,
.cid-ufj7UqxXMf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ufj7UqxXMf .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ufj7UqxXMf .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-ufj7UqxXMf .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-ufj7UqxXMf .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ufj7UqxXMf .nav {
  flex-direction: column;
}
.cid-ufj7UqxXMf .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-ufj7UqxXMf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ebbf03;
  border-left: 3px solid #ebbf03;
}
.cid-ufj7UqxXMf .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #ebbf03;
  font-style: normal;
  border-left: 3px solid #ebbf03;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufj7UqxXMf .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ufj7UqxXMf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ufj7UqxXMf p {
    padding-left: 0rem;
  }
  .cid-ufj7UqxXMf .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufj7UqxXMf .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-ufj7UqxXMf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ufj7UqxXMf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ufj7UqxXMf p {
    padding-left: 0rem;
  }
}
.cid-ufj7UqxXMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufj7UqxXMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
.cid-uf6E91ikwz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uf6E91ikwz nav.navbar {
  position: fixed;
}
.cid-uf6E91ikwz .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-uf6E91ikwz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf6E91ikwz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf6E91ikwz .dropdown-item:hover,
.cid-uf6E91ikwz .dropdown-item:focus {
  background: #ebbf03 !important;
  color: white !important;
}
.cid-uf6E91ikwz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf6E91ikwz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf6E91ikwz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf6E91ikwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf6E91ikwz .nav-link {
  position: relative;
}
.cid-uf6E91ikwz .container {
  display: flex;
  margin: auto;
}
.cid-uf6E91ikwz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf6E91ikwz .dropdown-menu,
.cid-uf6E91ikwz .navbar.opened {
  background: #ffffff !important;
}
.cid-uf6E91ikwz .nav-item:focus,
.cid-uf6E91ikwz .nav-link:focus {
  outline: none;
}
.cid-uf6E91ikwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf6E91ikwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf6E91ikwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf6E91ikwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf6E91ikwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf6E91ikwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf6E91ikwz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uf6E91ikwz .navbar.opened {
  transition: all 0.3s;
}
.cid-uf6E91ikwz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf6E91ikwz .navbar .navbar-logo img {
  width: auto;
}
.cid-uf6E91ikwz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf6E91ikwz .navbar.collapsed {
  justify-content: center;
}
.cid-uf6E91ikwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf6E91ikwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf6E91ikwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uf6E91ikwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf6E91ikwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf6E91ikwz .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-uf6E91ikwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf6E91ikwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf6E91ikwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf6E91ikwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf6E91ikwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf6E91ikwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf6E91ikwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf6E91ikwz .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-uf6E91ikwz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf6E91ikwz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf6E91ikwz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf6E91ikwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf6E91ikwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf6E91ikwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf6E91ikwz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf6E91ikwz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf6E91ikwz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf6E91ikwz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf6E91ikwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf6E91ikwz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf6E91ikwz .dropdown-item.active,
.cid-uf6E91ikwz .dropdown-item:active {
  background-color: transparent;
}
.cid-uf6E91ikwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf6E91ikwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf6E91ikwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf6E91ikwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uf6E91ikwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf6E91ikwz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf6E91ikwz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf6E91ikwz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf6E91ikwz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf6E91ikwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf6E91ikwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf6E91ikwz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6E91ikwz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6E91ikwz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf6E91ikwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6E91ikwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf6E91ikwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf6E91ikwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6E91ikwz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uf6E91ikwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf6E91ikwz .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-uf6E91ikwz .navbar {
    height: 70px;
  }
  .cid-uf6E91ikwz .navbar.opened {
    height: auto;
  }
  .cid-uf6E91ikwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us6OpuMx7H {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/img-20210622-wa0011-1080x793.jpg");
}
.cid-us6OpuMx7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6OpuMx7H .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-us6OpuMx7H .container {
    padding: 0 15px;
  }
}
.cid-us6OpuMx7H .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-us6OpuMx7H .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-us6OpuMx7H .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-us6OpuMx7H .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-us6OpuMx7H .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-us6OpuMx7H .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-us6OpuMx7H .mbr-section-title {
  color: #131c28;
}
.cid-us6OpuMx7H .mbr-desc {
  color: #131c28;
}
.cid-us6OpuMx7H .mbr-section-title,
.cid-us6OpuMx7H .mbr-section-btn {
  color: #ffffff;
}
.cid-ufiBRNdmu3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufiBRNdmu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufiBRNdmu3 .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-ufiBRNdmu3 .container {
    padding: 0 30px;
  }
}
.cid-ufiBRNdmu3 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper {
    display: block;
  }
}
.cid-ufiBRNdmu3 .content-wrapper .card {
  justify-content: center;
}
.cid-ufiBRNdmu3 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-ufiBRNdmu3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-ufiBRNdmu3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #ebbf03;
  opacity: .9;
  z-index: 1;
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #ebbf03;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-ufiBRNdmu3 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-ufiBRNdmu3 .mbr-section-title {
  color: #144031;
}
.cid-ufiBRNdmu3 .mbr-text {
  color: #144031;
}
.cid-ufiBRNdmu3 .list {
  color: #144031;
}
.cid-ufiBRNdmu3 .list,
.cid-ufiBRNdmu3 .item-wrap {
  color: #000000;
}
.cid-ufiBRNdmu3 .mbr-section-title,
.cid-ufiBRNdmu3 .mbr-section-btn {
  color: #ebbf03;
}
.cid-ugrjChM01o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ugrjChM01o .container {
    padding: 0 25px;
  }
}
.cid-ugrjChM01o .title-wrapper {
  margin: 25px 0;
}
.cid-ugrjChM01o .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugrjChM01o .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-ugrjChM01o .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-ugrjChM01o .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugrjChM01o .mbr-section-title {
  color: #ebbf03;
}
.cid-ugrjChM01o .mbr-section-subtitle {
  color: #000000;
}
.cid-ugrjChM01o .mbr-text {
  color: #000000;
}
.cid-ugrmlo8xhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrmlo8xhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrmlo8xhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrmlo8xhv .row {
  justify-content: space-between;
}
.cid-ugrmlo8xhv .image-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-ugrmlo8xhv .image-wrapper {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-ugrmlo8xhv .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-ugrmlo8xhv .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
@media (max-width: 992px) {
  .cid-ugrmlo8xhv .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ugrmlo8xhv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ugrmlo8xhv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ugrmlo8xhv .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ugrmlo8xhv .content-wrapper .list .item-wrap {
  margin-bottom: 15px;
}
.cid-ugrmlo8xhv .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugrmlo8xhv .mbr-section-title {
  color: #000000;
}
.cid-ugrmlo8xhv .list {
  color: #000000;
}
.cid-ugrmlo8xhv .mbr-section-title,
.cid-ugrmlo8xhv .mbr-section-btn {
  text-align: left;
}
.cid-ugqPM6IUiC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugqPM6IUiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugqPM6IUiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugqPM6IUiC .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ugqPM6IUiC .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-ugqPM6IUiC .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ugqPM6IUiC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ugqPM6IUiC .mbr-section-title {
  color: #e3ebf3;
}
.cid-ugqPM6IUiC .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ugqPM6IUiC .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ugqPM6IUiC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ugqPM6IUiC .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ugqPM6IUiC .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-ugqPM6IUiC .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ugqPM6IUiC .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ugqPM6IUiC .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ugqPM6IUiC .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ugqPM6IUiC .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ugqPM6IUiC .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ugqPM6IUiC .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ugqPM6IUiC .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ugqPM6IUiC .col-text {
    order: 2;
  }
}
.cid-ugqPM6IUiC .card-title {
  color: #e3ebf3;
}
.cid-ugqPM6IUiC .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ugqPM6IUiC .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ugqPM6IUiC .mbr-text {
    margin-top: 12px;
  }
}
.cid-ugqPM6IUiC .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ugqPM6IUiC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ugqPM6IUiC .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ugqPM6IUiC .mbr-text,
.cid-ugqPM6IUiC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ugqQgcgOnv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ugqQgcgOnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugqQgcgOnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugqQgcgOnv .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ugqQgcgOnv .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ugqQgcgOnv .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ugqQgcgOnv .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugqQgcgOnv .card-wrapper {
  width: 100%;
}
.cid-ugqQgcgOnv .card-box {
  width: 100%;
}
.cid-ugqQgcgOnv .card-title {
  color: #ebbf03;
  margin-bottom: 0;
}
.cid-ugqQgcgOnv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-ugqQgcgOnv .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-ugqQgcgOnv .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-ugqQgcgOnv .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-ugqQgcgOnv .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ugqQgcgOnv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ugqQgcgOnv .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ebbf03;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-ugqQgcgOnv .bg-img {
    width: 150%;
  }
}
.cid-ugrsZ9eJCw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugrsZ9eJCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrsZ9eJCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrsZ9eJCw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ugrsZ9eJCw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugrsZ9eJCw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ugrsZ9eJCw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ugrsZ9eJCw .container {
    padding: 0 14px;
  }
}
.cid-ugrsZ9eJCw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ugrsZ9eJCw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugrsZ9eJCw .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ugrsZ9eJCw .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-ugrsZ9eJCw .mbr-text,
.cid-ugrsZ9eJCw .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-ugrsZ9eJCw .mbr-section-title {
  color: #f1f1f1;
}
.cid-ugrsZ9eJCw .mbr-section-title,
.cid-ugrsZ9eJCw .mbr-section-btn {
  text-align: center;
  color: #ebbf03;
}
.cid-ugrsxukLDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugrsxukLDt .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ugru5z6GXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffde3;
}
.cid-ugru5z6GXv .mbr-section-title {
  color: #ffffff;
}
.cid-ugru5z6GXv img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugru5z6GXv img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ugru5z6GXv .wrapper {
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-ugru5z6GXv .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugru5z6GXv .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ugru5z6GXv .card1 {
  background: #ffffff;
}
.cid-ugru5z6GXv .card2 {
  background: #ffffff;
}
.cid-ugru5z6GXv .mbr-text2 {
  color: #353535;
}
.cid-ugru5z6GXv .mbr-section-title2 {
  color: #ffffff;
}
.cid-ugru5z6GXv .mbr-text1 {
  color: #353535;
}
.cid-us6IVvxv5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-us6IVvxv5r .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-us6IVvxv5r .main-image {
    display: none;
  }
}
.cid-us6IVvxv5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6IVvxv5r .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-us6IVvxv5r .container {
    padding: 0 16px;
  }
}
.cid-us6IVvxv5r .row {
  position: relative;
  z-index: 1;
}
.cid-us6IVvxv5r .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-us6IVvxv5r .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-us6IVvxv5r .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-us6IVvxv5r .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-us6IVvxv5r .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-us6IVvxv5r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us6IVvxv5r .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #000000;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-us6IVvxv5r .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-us6IVvxv5r .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-us6IVvxv5r .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #000000;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-us6IVvxv5r .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-us6IVvxv5r .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-us6IVvxv5r .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-us6IVvxv5r .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-us6IVvxv5r .mbr-section-title {
  color: #000000;
}
.cid-us6IVvxv5r .mbr-text {
  color: #000000;
}
.cid-us6IVvxv5r .card-title {
  color: #000000;
}
.cid-us6IVvxv5r .card-text {
  color: #ffffff;
}
.cid-us6IVvxv5r .card-name {
  color: #ffffff;
}
.cid-us6IVvxv5r .card-role {
  color: #ffffff;
}
.cid-ufiDcBwhjq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebbf03;
}
.cid-ufiDcBwhjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufiDcBwhjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufiDcBwhjq img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-ufiDcBwhjq img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-ufiDcBwhjq .row {
  flex-direction: row-reverse;
}
.cid-ufiDcBwhjq .row {
  align-items: center;
}
.cid-ufiDcBwhjq .mbr-section-title {
  color: #ebbf03;
}
.cid-ufiDcBwhjq .mbr-text,
.cid-ufiDcBwhjq .mbr-section-btn {
  color: #000000;
}
.cid-ugrJWjiqtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugrJWjiqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugrJWjiqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugrJWjiqtK .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-ugrJWjiqtK .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ugrJWjiqtK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-ugrJWjiqtK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ebbf03;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list li:hover {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ugrJWjiqtK .list a:hover {
  color: #ebbf03 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-ugrJWjiqtK .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-ugrJWjiqtK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ugrJWjiqtK .soc-item {
    padding: 10px;
  }
}
.cid-ugrJWjiqtK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-ugrJWjiqtK .soc-item:hover .mbr-iconfont {
  color: #ebbf03 !important;
}
.cid-ugrJWjiqtK .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ugrJWjiqtK .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .border-item {
    margin-top: 1.5rem;
  }
}
.cid-ugrJWjiqtK .copyright {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-ugrJWjiqtK .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ugrJWjiqtK .copyright {
    margin-top: 1.5rem;
  }
}
