body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  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: #d71b1b !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d71b1b !important;
  border-color: #d1d1f7 !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: #d71b1b !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d71b1b !important;
  border-color: #d71b1b !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !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: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  color: #000fef !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: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #d1d1f7 !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: #ff9966 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !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: #232323 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d71b1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8a1111 !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: #d71b1b !important;
  border-color: #d71b1b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: 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: #d71b1b !important;
}
.text-secondary {
  color: #d1d1f7 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !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: #7c1010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #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: #d71b1b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.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: #d71b1b;
  border-color: #d71b1b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d71b1b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8c6c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', 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: #d71b1b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', 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: #d71b1b;
}
/* 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: #d71b1b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d71b1b;
}
.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: #d71b1b;
  border-bottom-color: #d71b1b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d71b1b !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: #d1d1f7 !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='%23d71b1b' %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-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujgztjS9bB {
  background-image: url("../../../assets/images/sugar-daddy-meet-sydney-4.webp");
}
.cid-ujgztjS9bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgztjS9bB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgztjS9bB .mbr-section-title {
  color: #ffffff;
}
.cid-ujgztjS9bB .mbr-text,
.cid-ujgztjS9bB .mbr-section-btn {
  color: #fafafa;
}
.cid-ujHhhcEqie {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujHhhcEqie .mbr-section-subtitle {
  text-align: center;
}
.cid-tjRueusv7U {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tjRueusv7U .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tjRueusv7U .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tjRueusv7U .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tjRueusv7U .row {
  justify-content: center;
}
.cid-tjRueusv7U .card-box {
  display: flex;
  align-items: center;
}
.cid-tjRueusv7U .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueusv7U .card-box {
    flex-direction: column;
  }
  .cid-tjRueusv7U .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tjRueusv7U .card-link:hover a {
  background-image: none !important;
}
.cid-tjRueusv7U .mbr-section-subtitle {
  color: #777777;
}
.cid-tjRueusv7U .card-text {
  color: #777777;
}
.cid-tjRueDYDTq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tjRueDYDTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRueDYDTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRueDYDTq img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tjRueDYDTq img {
    margin-bottom: 2rem;
  }
}
.cid-tjRueDYDTq .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tjRueDYDTq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tjRueDYDTq .card-wrapper {
    max-width: 400px;
  }
}
.cid-tjRueDYDTq .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueDYDTq .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-tjRueDYDTq .card-text {
  color: #fafafa;
}
.cid-tjRueDYDTq .card-title {
  color: #fafafa;
}
.cid-tjRueNf95w {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tjRueNf95w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRueNf95w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRueNf95w img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tjRueNf95w img {
    margin-bottom: 2rem;
  }
}
.cid-tjRueNf95w .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tjRueNf95w .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tjRueNf95w .card-wrapper {
    max-width: 450px;
  }
}
.cid-tjRueNf95w .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjRueNf95w .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-tjRueNf95w .card-text {
  color: #fafafa;
}
.cid-tjRueNf95w .card-title {
  color: #fafafa;
}
.cid-tjRuQo193e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eff0ff;
}
.cid-tjRuQo193e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRuQo193e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRuQo193e ul {
  list-style: none;
}
.cid-tjRuQo193e li {
  padding-bottom: 0.5rem;
}
.cid-tjRuQo193e ul li::before {
  content: "\2022";
  color: #d71b1b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1rem;
}
.cid-tjRuQo193e .list-group-item {
  color: #ff6666;
}
.cid-tjRuQo193e .plan-body {
  padding-bottom: 2rem;
}
.cid-tjRuQo193e .card1 {
  background: #d1d1f7;
}
@media (min-width: 767px) {
  .cid-tjRuQo193e .card1 {
    transform: translateX(2rem);
  }
}
.cid-tjRuQo193e .card2 {
  background: #ffffff;
}
@media (min-width: 767px) {
  .cid-tjRuQo193e .card2 {
    transform: translateX(-2rem);
  }
}
.cid-tjRuQo193e .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjRuQo193e .price {
  color: #d71b1b;
}
.cid-tjRuQo193e .plan {
  word-break: break-word;
  padding: 3rem;
  border-radius: 3rem;
  box-shadow: 0 0 20px 0 lightgray;
}
.cid-tjRuQo193e .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 992px) {
  .cid-tjRuQo193e .plan {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tjRuQo193e .plan {
    margin-bottom: 2rem;
  }
}
.cid-tjRuQo193e .mbr-text UL {
  text-align: left;
}
.cid-tjRuQo193e .mbr-text {
  color: #726c89;
}
.cid-tjRuQo193e .price-term {
  color: #1f357f;
}
.cid-tjRuQo193e .title {
  color: #1b224b;
}
.cid-tjRvM1hRCp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eff0ff;
}
.cid-tjRvM1hRCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRvM1hRCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRvM1hRCp .row {
  align-items: center;
}
.cid-tjRvM1hRCp img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tjRvM1hRCp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjRvM1hRCp .mbr-section-title {
  color: #1b224b;
}
.cid-tjRvM1hRCp .mbr-text,
.cid-tjRvM1hRCp .mbr-section-btn {
  color: #000000;
}
.cid-tjRuN2Wm8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-tjRuN2Wm8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRuN2Wm8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjRuN2Wm8v .mbr-text {
  color: #726c89;
}
.cid-tjRuN2Wm8v .mbr-section-title {
  color: #000000;
}
.cid-ujHkP7aeXL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eff0ff;
}
.cid-ujHkP7aeXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujHkP7aeXL .container {
  max-width: 1300px;
}
.cid-ujHkP7aeXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujHkP7aeXL .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-ujHkP7aeXL .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-ujHkP7aeXL .row {
  background: #eff0ff;
}
@media (max-width: 991px) {
  .cid-ujHkP7aeXL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHkP7aeXL .image-wrapper {
  padding: 0;
}
.cid-ujHkP7aeXL .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujHkP7aeXL .mbr-section-title {
  color: #000000;
}
.cid-ujHkP7aeXL .mbr-text,
.cid-ujHkP7aeXL .mbr-section-btn {
  color: #000000;
}
.cid-ujHkP7aeXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujHKr5a8k2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #726c89;
}
.cid-ujHKr5a8k2 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #fafafa;
}
.cid-ujHKr5a8k2 .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  border: 1px solid #eff0f6;
}
.cid-ujHKr5a8k2 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-ujHKr5a8k2 .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-ujHKr5a8k2 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-ujHKr5a8k2 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-ujHKr5a8k2 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-ujHKr5a8k2 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-ujHKr5a8k2 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #fafafa;
}
.cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-ujHKr5a8k2 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-ujHKr5a8k2 .align {
  display: flex;
  align-items: center;
}
.cid-ujHKr5a8k2 .mbr-section-title {
  margin-bottom: 56px;
  color: #fafafa;
  text-align: center;
}
.cid-ujHKr5a8k2 .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ujHKr5a8k2 .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-ujHKr5a8k2 .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-ujHKr5a8k2 .card-text,
.cid-ujHKr5a8k2 .iconfont-wrapper {
  color: #fafafa;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukAF6keFDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukAF6keFDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAF6keFDx img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #d71b1b;
}
@media (max-width: 767px) {
  .cid-ukAF6keFDx img {
    margin-top: 2rem;
  }
}
.cid-ukAF6keFDx .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ukAF6keFDx .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-ukAF6keFDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAF6keFDx .mbr-text,
.cid-ukAF6keFDx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ukAF6keFDx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ukAF6keFDx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ukAFqQaRz0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ukAFqQaRz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAFqQaRz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAFqQaRz0 .mbr-section-subtitle {
  color: #fafafa;
  text-align: left;
}
.cid-ukAFqQaRz0 .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-ukAFTAmv2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukAFTAmv2M .mbr-text {
  color: #fafafa;
}
.cid-ukAFTAmv2M .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ukAIp3XRvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukAIp3XRvz .container {
  padding: 0 5%;
}
.cid-ukAIp3XRvz .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-ukAIp3XRvz .article-wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-ukAIp3XRvz .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-ukAIp3XRvz .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-ukAIp3XRvz .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-ukAIp3XRvz .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-ukAIp3XRvz .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-ukAIp3XRvz .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ukAIp3XRvz .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-ukAIp3XRvz .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ukAIp3XRvz .article-column1 {
    padding-right: 16px;
  }
}
.cid-ukAIp3XRvz .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-ukAIp3XRvz .article-column2 {
    padding-left: 16px;
  }
}
.cid-ukAIp3XRvz .mbr-section-subtitle,
.cid-ukAIp3XRvz .mbr-iconfont {
  color: #e082c5;
}
.cid-ukAIp3XRvz .mbr-text {
  color: #3a3e5e;
}
.cid-ukAIp3XRvz .mbr-section-subtitle {
  color: #d71b1b;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukAMRlGioQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #18191b;
}
.cid-ukAMRlGioQ h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-ukAMRlGioQ .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-ukAMRlGioQ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-ukAMRlGioQ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-ukAMRlGioQ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ukAMRlGioQ .panel-group {
  width: 100%;
}
.cid-ukAMRlGioQ .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ukAMRlGioQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ukAMRlGioQ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukAMRlGioQ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ukAMRlGioQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukAMRlGioQ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ukAMRlGioQ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ukAMRlGioQ .card .panel-body {
  background: #879a9f;
}
.cid-ukAMRlGioQ .sign {
  color: #000000;
}
.cid-ukAMRlGioQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ukAMRlGioQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ukAMRlGioQ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulnZ69mWmI {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulnZ69mWmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulnZ69mWmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulnZ69mWmI .timeline-element {
  position: relative;
}
.cid-ulnZ69mWmI .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulnZ69mWmI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulnZ69mWmI .mbr-section-title,
.cid-ulnZ69mWmI .mbr-section-subtitle,
.cid-ulnZ69mWmI .timeline-date {
  text-align: center;
}
.cid-ulnZ69mWmI .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ulnZ69mWmI .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ulnZ69mWmI .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ulnZ69mWmI .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ulnZ69mWmI .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ulnZ69mWmI .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulnZ69mWmI .timeline-date-wrapper,
  .cid-ulnZ69mWmI .timeline-text-wrapper,
  .cid-ulnZ69mWmI .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ulnZ69mWmI .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ulnZ69mWmI .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulnZ69mWmI .timeline-date-wrapper,
  .cid-ulnZ69mWmI .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulnZ69mWmI .timeline-date-wrapper,
  .cid-ulnZ69mWmI .timeline-text-wrapper,
  .cid-ulnZ69mWmI .image-wrapper {
    padding: 2rem;
  }
}
.cid-ulp2xGRxPv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #726c89;
}
.cid-ulp2xGRxPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulp2xGRxPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulp2xGRxPv .mbr-text,
.cid-ulp2xGRxPv .mbr-section-btn {
  color: #232323;
}
.cid-ulp2xGRxPv .card-title,
.cid-ulp2xGRxPv .card-box {
  color: #ffffff;
}
.cid-ulp2xGRxPv .mbr-text,
.cid-ulp2xGRxPv .link-wrap {
  color: #ffffff;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-umUCBLBLdi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d2e7c;
}
.cid-umUCBLBLdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUCBLBLdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUCBLBLdi .mbr-section-title {
  color: #ffffff;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umVckUJ8Y0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-umVckUJ8Y0 .right {
  display: flex;
  flex-direction: column;
}
.cid-umVckUJ8Y0 .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-umVckUJ8Y0 .row {
  justify-content: center;
}
.cid-umVckUJ8Y0 ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-umUCPf4Rv7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-umUCPf4Rv7 img,
.cid-umUCPf4Rv7 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umUCPf4Rv7 .item:focus,
.cid-umUCPf4Rv7 span:focus {
  outline: none;
}
.cid-umUCPf4Rv7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umUCPf4Rv7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e3f3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umUCPf4Rv7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umUCPf4Rv7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umUCPf4Rv7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umUCPf4Rv7 .mbr-section-title {
  color: #232323;
}
.cid-umUCPf4Rv7 .mbr-text,
.cid-umUCPf4Rv7 .mbr-section-btn {
  text-align: left;
}
.cid-umUCPf4Rv7 .item-title {
  text-align: center;
}
.cid-umUCPf4Rv7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-umUFLWKKa3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-umUFLWKKa3 img,
.cid-umUFLWKKa3 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umUFLWKKa3 .item:focus,
.cid-umUFLWKKa3 span:focus {
  outline: none;
}
.cid-umUFLWKKa3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umUFLWKKa3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eff0ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umUFLWKKa3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umUFLWKKa3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umUFLWKKa3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umUFLWKKa3 .mbr-section-title {
  color: #232323;
}
.cid-umUFLWKKa3 .mbr-text,
.cid-umUFLWKKa3 .mbr-section-btn {
  text-align: left;
}
.cid-umUFLWKKa3 .item-title {
  text-align: center;
}
.cid-umUFLWKKa3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-umUOaNAgPo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d2e7c;
}
.cid-umUOaNAgPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUOaNAgPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUOaNAgPo .mbr-text,
.cid-umUOaNAgPo .mbr-section-btn {
  color: #232323;
}
.cid-umUOaNAgPo .card-title,
.cid-umUOaNAgPo .card-box {
  color: #ffffff;
}
.cid-umUOaNAgPo .mbr-text,
.cid-umUOaNAgPo .link-wrap {
  color: #ffffff;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqIcO8X4vK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #726c89;
}
.cid-uqIcO8X4vK img,
.cid-uqIcO8X4vK .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uqIcO8X4vK .item:focus,
.cid-uqIcO8X4vK span:focus {
  outline: none;
}
.cid-uqIcO8X4vK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIcO8X4vK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqIcO8X4vK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uqIcO8X4vK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqIcO8X4vK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqIcO8X4vK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqIcO8X4vK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIcO8X4vK .mbr-section-title {
  color: #fafafa;
}
.cid-uqIcO8X4vK .mbr-text,
.cid-uqIcO8X4vK .mbr-section-btn {
  text-align: left;
}
.cid-uqIcO8X4vK .item-title {
  text-align: center;
}
.cid-uqIcO8X4vK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uqIcO8X4vK .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  position: relative !important;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #d71b1b !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqIfeKIOOM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uqIfeKIOOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIfeKIOOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur4SZ0flWf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur4SZ0flWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur4SZ0flWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ur4SZ0flWf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ur4SZ0flWf .row {
  flex-direction: row-reverse;
}
.cid-ur4SZ0flWf img {
  width: 100%;
}
.cid-ur4T8gAiNc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur4TmGuWN9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5uCgh0ML {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5uCgh0ML .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur5uCgh0ML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ur5uCgh0ML .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ur5uCgh0ML .row {
  flex-direction: row-reverse;
}
.cid-ur5uCgh0ML img {
  width: 100%;
}
.cid-ur4Tmfh3sC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5rplI8oA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5uF9hZQI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5uF9hZQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur5uF9hZQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ur5uF9hZQI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ur5uF9hZQI .row {
  flex-direction: row-reverse;
}
.cid-ur5uF9hZQI img {
  width: 100%;
}
.cid-ur5roMD50z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5slKyDKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ur5slKyDKB .mbr-section-subtitle {
  text-align: left;
}
.cid-ur5Ibxt2bv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ukAEJGNiMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAEJGNiMI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukAEJGNiMI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukAEJGNiMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukAEJGNiMI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukAEJGNiMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukAEJGNiMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukAEJGNiMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukAEJGNiMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukAEJGNiMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukAEJGNiMI .media-container-row .row-copirayt p {
  width: 100%;
}
